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

As many people looking to find the Average Recall and Precision like in issue #352 It's better we should add this in evaluation code.

ValueError: non-broadcastable output operand with shape (11725,) doesn't match the broadcast shape (1,11725) ![image](https://user-images.githubusercontent.com/48480546/86534763-9a27c880-bf0d-11ea-8aa5-bb7c6f5ab550.png) Why do I report this error and how to solve it? please help me, thank you!...

Recently I do some experiment with this code,but find some error in your code.The first error is "IndexError: The shape of the mask [32, 8732] at index 0 does not...

Hi, I have a question more related to SSD fundamental than any specific implementation: if my goal is to recognize all "foreground" objects and bbox them and not too much...

报错如下:RuntimeError: /content/drive/My Drive/ssd.pytorch-master/weights/ssd300_voc_48500.pth is a zip archive (did you mean to use torch.jit.load()?

how can I draw curves for mAP and loss? there do not have logs for train?

When I run the training.py,an annoying issue happened as follows. /pytorch/aten/src/THC/THCTensorScatterGather.cu:97: void THCudaTensor_gatherKernel(TensorInfo, TensorInfo, TensorInfo, int, IndexType) [with IndexType = unsigned int, Real = float, Dims = 2]: block: [128,0,0],...

vgg模型用xavier初始化 训练会nan 以前用caffe版ssd是可以训练的

When I run `sh data/scripts/VOC2007.sh`, I got the following error: `curl: (7) Failed to connect to host.robots.ox.ac.uk port 80: No route to host Downloading VOC2007 test data ...` Why?

In #123 's answer and coco2014.sh script, it seem's that I can download instances_trainval35k.json.zip. But when I open the url, it shows me that This XML file does not appear...