AlexeyAB / darknet

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

How to convert darknet Yolov4-csp/mish weights into tensorflow (.pb) & pytorch (.pth) ? #7688

Open akashAD98 opened 3 years ago

akashAD98 commented 3 years ago

i have successfully converted yolov4.weights into TensorFlow lite & tensorRT. but when I tried for yolov4-mish & CSP its not working. Does anyone tried to convert this model?? Actually I want to increase the FPS of model so I thought converting .weights into tf.lite or .pb will make model light weight & will improve the current FPS.

matt-sharp commented 3 years ago

@akashAD98 How did you convert into tensorRT?