An open API service indexing awesome lists of open source software.

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

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
````