SSD-Tensorflow icon indicating copy to clipboard operation
SSD-Tensorflow copied to clipboard

mobilenet implementation

Open FSet89 opened this issue 5 years ago • 2 comments

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 from nets import nets_factory File "SSD-Tensorflow/nets/nets_factory.py", line 4, in from nets import ssd_vgg_300, ssd_300_mobilenet2 File "SSD-Tensorflow/nets/ssd_300_mobilenet2.py", line 61, in from nets import mobilenet_V2 File "SSD-Tensorflow/nets/mobilenet_V2.py", line 30, in from nets import conv_blocks as ops ImportError: cannot import name conv_blocks

FSet89 avatar Jul 23 '19 12:07 FSet89

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.

ImmyGo avatar Jan 09 '20 12:01 ImmyGo

Same problem. Missing files.

LeeBC2298 avatar Aug 06 '20 02:08 LeeBC2298