-
Notifications
You must be signed in to change notification settings - Fork 19
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
Jupyter notebook eval #12
Conversation
Adding monkey patching fix suggested on forums
Adding code to do waypoint visualizations
fix: correcting some typos in creating waypoints objects
Minor comment changes
Updates and error fixes to pid.py.
Fixed integral term in PID
…tudents who want to use different networks for each.
…tudents who want to use different networks for each.
Added site boolean for TL node
* Implemented simple red light classifier and interface to change the classifier * minor refactoring * updated the thresholds and modified the message name * updated review comments * updated thresholds for stopping and red light size * Update waypoint_updater.py Updated the comment in line with the implementation from 2 to 4 for number of stopping ahead wapoints
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, please, rewrite the commit history. We should not include into this repo any dataset.
This pull request introduces 1 alert when merging 83de649 into ed7da4b - view on LGTM.com new alerts:
Comment posted by LGTM.com |
83de649
to
5111001
Compare
this is what i did: in order to remove those files from commit history. Now to get the validation set on your own:
|
Ah, something bad happens with the diff. Could you create a new branch from master and put an |
Added a jupyter notebook to visualize data, and do sanity check for trained models.
This is not ready to be merged yet.
I am including it first because it may be helpful to some of you who wants to evaluate your trained DL models.
Going to use it to generate images for README later also.
I think i did sth stupid, i commited Vatsal's dataset - TFrecord files into the repo, 266MB, ~ 1000 files. Let me know if this is bloating up your githistory and i can rewrite the githistory.