SSD-Tensorflow
SSD-Tensorflow copied to clipboard
mobilenet implementation
I tried to run the train using mobilenet implementation. I modified the nets_factory script by adding ssd_300_mobilenet2 to the dictionaries but I get the following error
File "train.py", line 6, in
I too had this issue - just deleted the import as it isn't used. But then nets/mobilenet_V2.py uses functions from nets/mobilenet.py which isn't in the repository.
Same problem. Missing files.