Skip to content

convert .h5 weight file generated by YAD2K to .weights format.

Notifications You must be signed in to change notification settings

HimariO/Keras-2-Darknet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Keras-2-Darknet

Convert .h5 weight file generated by YAD2K to .weights format.

Create Darknet by following command:

python3 k2day.py <darknet config file> <.h5 model weight> <.weights file output path>
python3 k2day.py yolo.cfg ./YAD2K/model_data/yolo.h5 ./test.weights

About

convert .h5 weight file generated by YAD2K to .weights format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages