SSD-pytorch
SSD-pytorch copied to clipboard
SSD: Single Shot MultiBox Detector pytorch implementation focusing on simplicity
Hi, Thanks for your implementation. This makes understanding the model much more easier. I did notice one thing though. In the paper, the authors mention about defining default bounding boxes...
I want to use this model to train on my own dataset. If I use my dataset instead of COCO dataset with the same directory format will it work?
like the example you show
Hi, thank you for your work, Can you provide the pretrained weight for Mobilenetv2_SSD ?
Hello there, Which pytorch version is used for this repository ? I am using pytorch 1.0, I am getting the error "No module named box_convert" from the ops/boxes.py . Could...