Implementation of YOLO v3 object detector in Tensorflow (TF-Slim). Full tutorial can be found here.
Tested on Python 3.5, Tensorflow 1.8.0 on Ubuntu 16.04.
- YOLO v3 architecture
- Basic working demo
- Weights converter (util for exporting loaded COCO weights as TF checkpoint)
- Training pipeline
- More backends
To run demo type this in the command line:
python ./demo.py --input_img <path-to-image> --output_img <name-of-output-image>