SSD.Pytorch
SSD.Pytorch copied to clipboard
Pytorch implementation of SSD512
I have use eval.py but have some error message, and ap is all 0. Message is like :SSD.Pytorch/layers/box_utils.py:228: UserWarning: An output with one or more elements was resized since it...
I have another question should I need to resize all the images to 512? After following all the steps for custom training I am getting this error. Could you please...
Hi, @midasklr This pytorch repo specify Pytorch1.3 as an environmental requirement. However, the following message appears at the attempt to install pytorch1.3 via conda: `CondaValueError: invalid package specification: ==1.3 `...
Did anyone happen to learn the model only on VOC2012 dataset? If yes, how is the model performance learned with the default parameters? As for me, it scores only 65%...
Hi, How can I visualize my results like precision-recall curve or loss-graph?
楼主您好,请问我从哪可以下载efficientnet_b4_truncated.pth的预训练模型呢?我从网上找的都不太匹配,谢谢告知!
Hi, I run this code with my custom dataset. I add this(from data.config import custom_voc as cfg) on the top of eval.py and detection.py. However, it didn't work. Is there...
I am attempting to train this SSD implementation using a custom dataset. However, I consistently get this issue and I have not yet found the cause: ----------------------------------------------------------------------Epoch: 0---------------------------------------------------------------------- lr warmup......
Why did I set my batchsize to 32 and train 240 epochs with single GPU to get only about 72 mAP ?
Hi, I am using google colab for training on my custom dataset. I am facing memory error, I have 1800 images in which 1300 are training images, 300 valid and...