https://github.com/ostaptan/road_signs_prediction
Road signs prediction CNN model
https://github.com/ostaptan/road_signs_prediction
cnn-classification deep-neural-networks machine-vision relu tensorflow
Last synced: 2 months ago
JSON representation
Road signs prediction CNN model
- Host: GitHub
- URL: https://github.com/ostaptan/road_signs_prediction
- Owner: ostaptan
- Created: 2018-02-15T16:10:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T12:32:49.000Z (about 8 years ago)
- Last Synced: 2025-12-27T21:04:36.305Z (6 months ago)
- Topics: cnn-classification, deep-neural-networks, machine-vision, relu, tensorflow
- Language: Python
- Homepage:
- Size: 240 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# road_signs_prediction
Road signs prediction tensorflow model
## Usage
- Download [test data](http://btsd.ethz.ch/shareddata/); you need 2 files which are called "BelgiumTSC_Training" and "BelgiumTSC_Testing".
- Paste 2 extracted folders into /data folder
- Run ```python3 main.py```