SSD.Pytorch icon indicating copy to clipboard operation
SSD.Pytorch copied to clipboard

Pytorch implementation of SSD512

Results 17 SSD.Pytorch issues
Sort by recently updated
recently updated
newest added

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._

how to train coco format dataset? please tell me? thanks!

![image](https://user-images.githubusercontent.com/30542574/75449978-f51e4180-59a8-11ea-9b53-89635861ccec.png)

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...