keras-steering-angle-visualizations
keras-steering-angle-visualizations copied to clipboard
Visualizations for understanding the regressed wheel steering angle for self driving cars
Steering angle visualizations
This contains the model and code for training the NVIDIA steering model on the dataset given here, and code for creating visualizations for understanding the steering angle.
Usage:
Training: python train.py
Running: python run.py --image_path <path_to_image> --type <visualization_type>
visualization_type can be cam/hypercolumns/occlusion.