Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Palazzi authored Oct 15, 2017
1 parent 1c43700 commit 0c994bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion capstone_traffic_light_classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ The traffic light dataset is modeled in [`traffic_light_dataset.py`](https://git

The deep network architecture is in [`traffic_light_classifier.py`](https://github.com/ndrplz/self-driving-car/blob/master/capstone_traffic_light_classifier/traffic_light_classifier.py)

Training can be started from [`main.py`](https://github.com/ndrplz/self-driving-car/blob/master/capstone_traffic_light_classifier/main.py)
Training the model: [`train.py`](https://github.com/ndrplz/self-driving-car/blob/master/capstone_traffic_light_classifier/train.py)

Testing the model from pretrained weights: [`test.py`](https://github.com/ndrplz/self-driving-car/blob/master/capstone_traffic_light_classifier/test.py)

0 comments on commit 0c994bf

Please sign in to comment.