Skip to content

convert qqwweee/keras-yolo3 h5 file to tensorflow pb file

Notifications You must be signed in to change notification settings

nistarlwc/keras-yolo3-convert2pb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keras-yolo3-convert2pb

convert qqwweee/keras-yolo3 to pb file

python convert.py yolov3-tiny.cfg yolov3-tiny.weights yolov3-tiny.h5

python keras2pb.py --input_model="yolov3-tiny.h5" --output_model="yolov3-tiny.pb" --is_tiny=True --num_class=80

About

convert qqwweee/keras-yolo3 h5 file to tensorflow pb file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published