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

how to test images with the size of 512 ?

Open 3learning12340 opened this issue 5 years ago • 1 comments

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 shown as RuntimeError: shape '[1, 24532, 5]' is invalid for input of size 122640. File "/layers/functions/detection.py", line 38, in forward self.num_classes).transpose(2, 1). how can I solve the problem? thank you very much

3learning12340 avatar Mar 15 '20 07:03 3learning12340

Were you able to fix this problem?

ishangupta3 avatar Apr 28 '20 01:04 ishangupta3