Changes between Version 37 and Version 38 of Other/Summer/2025/self-driving


Ignore:
Timestamp:
Jul 8, 2025, 5:46:32 PM (9 days ago)
Author:
MichelleGutwein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/self-driving

    v37 v38  
    8484
    8585== Training Rascal
    86 We used the fisheye model to train on [[BR]]
     86We used the fisheye and discrete_waypoint model to train on [[BR]]
    87871. Open a new terminal and connect to the rascal server's IP address by using this command: **ssh rascaltrain@10.244.176.240** (or use ORBIT) [[BR]]
    88882. Open **/upcar/dataProcessing** and type **./copyFromCar.sh** which will get the files from the car and bring them over to the server [[BR]]
     
    93937. Go back to **/upcar** and move your data to /rascaltraining/data: **mv dataProcessing/sessions/<your file name here> rascaltraining/data [[BR]]
    94948. If you go into **/rascaltraining/data** you should see your file listed [[BR]]
    95 9. Go back to **/rascaltraining** and type the command: **python trainModel.py -m fisheye --use_labels 1.0 -s labels** [[BR]]
     959. Go back to **/rascaltraining** and type the command: **python trainModel.py -m fisheye --use_labels 1.0 -s labels** when using fisheye. Type the command:  **python trainModel.py -m discrete_waypoint --center_width 30 --num_bins 3 --use_labels 1.0 -s labels** when using discrete_waypoint[[BR]]
    969610. Now your model is being trained [[BR]]
    979711. To stop training press enter [[BR]]