Robinatp / YOLO_Tensorflow

YOLO( You Only Look Once,including YOLOv1,YOLOv2,YOLOv3) using tensorflow ,including train/detected and export pb script. Convert darknet weight to tensorflow.Implement YOLO with TF_Slim
25 stars 12 forks source link
darknet2tensorflow tensorflow yolo

Implement YOLO with TensorFlow(TF_Slim)

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

Darknet2Tensorflow

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.