hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural network weird behavior!!!

Siraj95Abudaber opened this issue · comments

in training even when i don't use reverse button .... i get some predictions of reverse
training accuracy is to low !! how to reduce NN output to be just (Forward-right-left)???and what is the best attributes for good accuracy ?
any ideas ? @hamuchiwa

@Sirajabudabe Please see #173 and #187 for help, certainly reverse can be removed (it's not used anyway), you need to modify the label array size wherever you see that in the code.

@hamuchiwa thanks .. i just want to ask about the training (collecting data ) should i do the "right-left , forward " in separate npz file or i collect data over hole track (all directions at once )?
does it effect the training accuracy ?