ssd.pytorch icon indicating copy to clipboard operation
ssd.pytorch copied to clipboard

A PyTorch Implementation of Single Shot MultiBox Detector

Results 130 ssd.pytorch issues
Sort by recently updated
recently updated
newest added

i have a problem .when i run train.py. The following error occurred File "D:\anaconda3\lib\site-packages\torch\nn\modules\module.py", line 539, in getattr type(self).name, name)) AttributeError: 'SSD' object has no attribute 'vgg'

When I defined VOC_CLASSES = {‘person’} {line 20} in voc0712.py,I got a KeyError. How can I set this class name correctly? If anybody has solved this problem, please share your...

In you code, I see that you do the running loop by the iterating of the variable "iteration" from "args.start_iter" to "cfg['max_iter']". but I see that the declaration of dataloader——...

Hi, I use this code, but I don't know the reason why it happens. Is there any one who experienced this like me? If the problem was solved, let me...

when I train the model, the 'train.py' tell me this error, How can I solve it?

My data set is transformed into coco format, including annannotations and images. How to start the training? What is your coco format? Can you help me, please my coco format...

Thanks for your great job! But when I read your code, i find some problems that confuse me. In the prior_box.py / class PriorBox(object), maybe about the line 34, i...