- Implementation of Autopilot based on paper from Nvidia Research
- This implementation is to predict the steering angle using an image
- The images are resized to 200x66 for training and prediction as mentioned in the paper
- The data is divided into train/valid/test sets randomly
- To list training options
python3 src/autopilot_train.py --help
- To list inference options
python3 src/autopilot_infer.py --help