Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrplz committed Oct 14, 2017
2 parents 0cf4a4b + d56728b commit 1116aaa
Show file tree
Hide file tree
Showing 2 changed files 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)
Binary file not shown.

0 comments on commit 1116aaa

Please sign in to comment.