qqwweee / keras-yolo3

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

pb file structure #699

Open mohapatras opened 4 years ago

mohapatras commented 4 years ago

Can anyone confirm if the pb from generated from h5 file by load_weights() is really useful ? Looks like the box, conf, scores are returned by yolo_head() but somehow load_model() does not work. One have to use load_weights() to get the pb file.