hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

collecting data

Siraj95Abudaber opened this issue · comments

@hamuchiwa 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 ?

@Sirajabudabe You can just drive along the track multiple times, there is no need to separate the directions. After each run, a npz file will be generated in the training_data folder. In training, all files in that folder will be loaded at once.