SSD-variants
SSD-variants copied to clipboard
PyTorch implementation of several SSD based object detection algorithms.
Hi, basically what the title says... Could you provide a simple gist to train blitznet? Thanks in advance
Hey, I am trying to run this with pytorch 1.0.0 and get the following error RuntimeError: one of the variables needed for gradient computation has been modified by an inplace...
Is there anyone able to achieve close to paper-reported accuracy using this repo code? Thanks!
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1, 1]) When I change the "SSD" to "DSOD", the error occured. Could you tell...
When I train the DSOD, I did not load the reducefc.pth, and I replaced the "SSD" with the "DSOD", but something wrong occured."IndexError: invalid index of a 0-dim tensor. Use...
help me with to get the pre-trained weights, available for this analysis?
I have noted that this implementation bring some box assignments in ssd.pytorch from GPU to CPU. The dataset return preprocessed bboxes (bboxes.shape=[8732, 4]) instead of ground-truth boxes. In my case,...
Hi, Thanks so much for your sharing. I saw you have the RefineDet performance, however, in the models folder I did not see the model file. Could you kindly tell...
running train.py as followed encounter the error (pytorch_p27) [ec2-user@ip-172-31-37-28 SSD-variants]$ python train.py --demo --voc_root /VOCdevkit --checkpoint vgg16_reducedfc.pth File "train.py", line 27, in from tensorboardX import SummaryWriter File "/home/ec2-user/anaconda3/envs/pytorch_p27/lib/python2.7/site-packages/tensorboardX/__init__.py", line 5,...