Model file not working
When i test the model provided by you : download link: https://pan.baidu.com/s/10LvoXEUGMTZjufd7R8jh4A code: 0p5j i get the following error: ValueError: You are trying to load a weight file containing 13 layers into a model with 6 layers. Can you provide the solution.
Try to use vgg16_fod_model.h5.
Change code to : net.fit(MODEL_DIR + 'vgg16_fod_model.h5', MODEL_DIR, LOG_DIR,
Maybe the version of keras is not compatilbe,you can try to downgrade keras =2.2 or lower.
Maybe the version of keras is not compatilbe,you can try to downgrade keras =2.2 or lower.
i tried keras 2.2.0 and 2.1.0 but none worked. the vgg16 model worked but it's not as good as the demo.
When i test the model provided by you : download link: https://pan.baidu.com/s/10LvoXEUGMTZjufd7R8jh4A code: 0p5j i get the following error: ValueError: You are trying to load a weight file containing 13 layers into a model with 6 layers. Can you provide the solution.
Hi, has this issue been resolved? I am also encountering this problem now, thank you.
Maybe the version of keras is not compatilbe,you can try to downgrade keras =2.2 or lower.
i tried keras 2.2.0 and 2.1.0 but none worked. the vgg16 model worked but it's not as good as the demo.
Hi, has this issue been resolved? I am also encountering this problem now, thank you.