Changes between Version 44 and Version 45 of Other/Summer/2025/self-driving
- Timestamp:
- Jul 15, 2025, 9:46:04 PM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2025/self-driving
v44 v45 80 80 7. In the web display you can play the video to see what the camera recorded (you might need to refresh the page to see the session come up)[[BR]] 81 81 8. You can now edit the data that will be used for training[[BR]] 82 9. NOTE: while editing data for discrete waypoint (like with intersection data) you MUST label the data manually using **replayer/setLvalid, replayer/setRvalid, replayer/setSvalid** to indicate which paths are possible.[[BR]] 82 9. NOTE: for the discrete waypoint model you MUST label the data manually at each segment. Highlight the portion of data that has multiple valid paths (left, right, and straight) then click **replayer/setLvalid, replayer/setRvalid, replayer/setSvalid** to indicate which paths are possible at that intersection. This will be used later when training. 83 [[BR]] 83 84 10. To save data, run the **data_loader/smoothen** command 84 85