AlexeyAB / darknet

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

Keras weights in Darknet model #2153

Open Barelos opened 5 years ago

Barelos commented 5 years ago

Hi all,

Can a Darknet model receive weights obtained from training an identical model in Keras saved in .h5 format?

If so, are there any things I should keep an eye for e.g: names of layers that are inconsistent between Keras and Darknet etc.

Thank you very much in advance!

eonia89 commented 5 years ago

You may have a look at this repository. (https://github.com/qqwweee/keras-yolo3)