Mobilenet-ssd-keras
Mobilenet-ssd-keras copied to clipboard
A Keras port of Single Shot MultiBox Detector as Mobilenet as a Backbone
If I try to use mobilenet.h5 to do inference, it tells me `ValueError: Dimension 0 in both shapes must be equal, but are 1 and 84. Shapes are [1,1,512,63] and...
Fixed a small syntax error that stopped the program from running on my system.
i save model using: ```model.save('mobilenet-ssd_model.h5')``` but it got error: ``` TypeError Traceback (most recent call last) in () ----> 1 model = load_model('mobilenet-ssd_model.h5') 11 frames /usr/local/lib/python3.6/dist-packages/keras/engine/saving.py in load_wrapper(*args, **kwargs) 456...
Hello, I`m trying to finetune pretrained model for my own classes, is it possible to train it on other dataset, because it`s not obvious how to specify directory for my...
Hi, I ran the evaluation/evaluate_mobilenet_ssd.py script with the ported caffe weights (converted_model.h5), but do not get the same performance on Pascal VOC 2007 test set as listed in the README....
If I run python and import tensorflow, it sees my gpu fine. But when I run training or inferencing with this code, it does not: 2020-01-19 11:16:48.866550: E tensorflow/stream_executor/cuda/cuda_driver.cc:318] failed...
This guide doesnt seem to work with python3