SSD.Pytorch
SSD.Pytorch copied to clipboard
Pytorch implementation of SSD512
Great work! Thanks for sharing! I am trying to train the SSD model on my own dataset. I noticed that the default input image is 512X512 of size. But my...
I used the test script for testing the net. before I multiply the coordinates by scale pt = (detections[0, i, j, 1:]).cpu().numpy() coords = (pt[0], pt[1], pt[2], pt[3]) I get...
And how can I ensure that my adjustments really work? --- _Thanks for your great job and opening the repository._
coco
how to train coco format dataset? please tell me? thanks!

Hello! Thank you for making your code public. I am trying to train a custom model for detection of boats. I have approx 3,867 images with VOC annotations (xml files)....
I have trained the model with images which's size is equal to 512. However, the error occured when I test the images with the size of 512. The error is...