guidefreitas / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)

Home Page:https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim). Full tutorial can be found here.

Tested on Tensorflow 1.8.0 on Ubuntu 16.04.

Todo list:

  • YOLO v3 architecture
  • Basic working demo
  • Weights converter (util for exporting loaded COCO weights as TF checkpoint)
  • Training pipeline
  • More backends

About

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)

https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe

License:Apache License 2.0


Languages

Language:Python 100.0%