-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test the trained network in simulation #3
Comments
Hi! When testing as well as training, the neural network requires a GPS-like path. Such a path can be found in the .pkl file that has just been recorded. The pickle contains a list of states and among them is the coordinates of the car. To find the interval of states to be drawn, we need to find which recorded state is closest to the car, and start drawing the fat GPS line from that state up + Config.path_future_len
ChauffeurNet/simulator/util/Path.py Line 43 in deddf29
ChauffeurNet/simulator/util/Path.py Line 65 in deddf29
A good thing to do might be to decouple the train and test GPS paths, but at that time I did not cared that much about over fitting. |
Thank you. I will test it after the training is finished tomorrow. |
I modified the network and trained a new network. Now I want to use the main.py file to test it. But it wants pkl file. Why does it need data file? When I set the record=True to create a pkl file it says that I have to drive but the GUI doesn't show anything. I don't know why should I gather data. I used your data file and trained the model.
Thanks
The text was updated successfully, but these errors were encountered: