Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Palazzi authored Oct 14, 2017
1 parent eaa8a79 commit d56728b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions capstone_traffic_light_classifier/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Traffic Light Classifier

Very simple traffic light classifier to be integrated in the capstone project.

---

## Project Structure

The traffic light dataset is modeled in [`traffic_light_dataset.py`](https://github.com/ndrplz/self-driving-car/blob/master/capstone_traffic_light_classifier/traffic_light_dataset.py)

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)

0 comments on commit d56728b

Please sign in to comment.