mobilenets-ssd-pytorch icon indicating copy to clipboard operation
mobilenets-ssd-pytorch copied to clipboard

MobileNets-SSD/SSDLite on VOC/BDD100K Datasets

Results 4 mobilenets-ssd-pytorch issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great repository! I am a bit confused about the val and test datasets: in the bdd100k folder, the images are split into train (70000) and val...

Hi, create_mobilenetv2_ssd_lite has a problem when using label map of 11 element. ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) [](https://localhost:8080/#) in () 14 net = create_mobilenetv2_ssd_lite(11, is_test=1) 15 --->...

Hello, I have trained several models vgg16-ssd and mb1-ssd-lite. However when I try to run inference on single image and load the model I always get incorrect shapes and weight...