peace195 / tensorflow-lite-YOLOv3

YOLOv3: convert .weights to .tflite format for tensorflow lite. Convert .weights to .pb format for tensorflow serving
106 stars 24 forks source link

most compatible implementation of yolov3 tensorflow #10

Closed wiamadaya closed 4 years ago

wiamadaya commented 4 years ago

Hi,

I would like to know your recommendation on which implementation is the most compatible with your yolov3-tf to tflite conversion, i am aware of the following, please let me know if you have others

https://github.com/YunYang1994/tensorflow-yolov3 ? https://github.com/AlexeyAB/darknet ?

peace195 commented 4 years ago

@wiamadaya https://github.com/AlexeyAB/darknet . Thanks 👍