Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 841 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 841 Bytes

Implement YOLO with TensorFlow(TF_Slim)

YOLO( You Only Look Once) using tensorflow ,including train/detected and export pb script

  • YOLO_Tensorflow/YOLO_V1/YOLOv1-Tensorflow-detect-export
  • YOLO_Tensorflow/YOLO_V2/YOLOv2-Tensorflow-detect-export
  • YOLO_Tensorflow/YOLO_V3/YOLOv3-Tensorflow-detect-export

This is a greate project that convert the darknet weight of c fomat to the ckpt of tensorflow fomat by a single python script directly.The graph of the yolov1/v2/v3 implement by TF-Slim which is a high level neural network API. YOLO_XXXX_convert_darkenet_to_Tensorflow.py also proposes a way to save pb fomat ,so you can flexible use it in what you want on any device platform.