Open Barelos opened 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!
You may have a look at this repository. (https://github.com/qqwweee/keras-yolo3)
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!