https://github.com/zhangchunsheng/tensorflow-rbnr
racing bib number detection with tensorflow
https://github.com/zhangchunsheng/tensorflow-rbnr
detection object-detection racing-bib-number tensorflow
Last synced: 2 months ago
JSON representation
racing bib number detection with tensorflow
- Host: GitHub
- URL: https://github.com/zhangchunsheng/tensorflow-rbnr
- Owner: zhangchunsheng
- Created: 2017-11-15T03:06:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T07:21:34.000Z (over 8 years ago)
- Last Synced: 2025-03-28T19:50:59.606Z (over 1 year ago)
- Topics: detection, object-detection, racing-bib-number, tensorflow
- Language: Python
- Homepage:
- Size: 2.27 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tensorflow-rbnr
This project is for racing bib number detection.
## Reference
[TensorFlow models](https://github.com/tensorflow/models/tree/master/research/object_detection)
### Tips
Remeber to set your PYTHONPATH with tensorflow models, pwd is your tensorflow models research path
````
export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim
like this:
export PYTHONPATH=$PYTHONPATH:~/path/models/research:~/path/models/research/slim
````