AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

[Feature-request] Python converter for custom YOLO-models Darknet -> TF, TFLite, Pytorch, ONNX, ... #7179

Open AlexeyAB opened 3 years ago

AlexeyAB commented 3 years ago

[Feature-request] Python converter for custom YOLO-models Darknet -> TF, TFLite, Pytorch, ONNX, ...

stephanecharette commented 3 years ago

I was playing with something related to the title of this issue today. I used this repo to convert my custom YOLOv4-tiny network to ONNX, and then to TensorRT: https://github.com/jkjung-avt/tensorrt_demos (Follow the instructions for demo #5.)

MikeMpapa commented 3 years ago

@AlexeyAB Any updates on that?? Thanks for your amazing repo!