AlexeyAB / darknet

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

Convert Matlab/Tensorflow Model to darknet ? #891

Open dexception opened 6 years ago

dexception commented 6 years ago

@AlexeyAB

Just wondering if there is any tool to convert Matlab/Tensorflow Model to darknet ? Or i will have to go through training to compare algorithms ?

AlexeyAB commented 6 years ago

@dexception I didn't see such conveters.

dexception commented 6 years ago

@AlexeyAB There are scripts to convert Caffe model to Tensorflow.

https://github.com/ethereon/caffe-tensorflow

AlexeyAB commented 6 years ago

@dexception Is there conveter from Darknet Yolo v3 to the Caffe?

deimsdeutsch commented 6 years ago

@AlexeyAB

https://github.com/marvis/pytorch-caffe-darknet-convert

Seriously they will save so much time.