qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Keras and Darknet weights formats #321

Open Barelos opened 5 years ago

Barelos commented 5 years ago

Hi all,

I am working on a project that forces me to train networks with Keras and inference them in Darknet. I would like to be able to convert from Keras .h5 files to Darknet .weights file. Where can I find the formats in which the weights files are being saved.

Thank you in advance!

SodrSnne commented 5 years ago

l need the same request 。 thanks for you

rshigemura commented 4 years ago

I also need the same! How did you managed to do?