SSD.Pytorch
SSD.Pytorch copied to clipboard
list index out of range
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 help me to resolve this issue?
Traceback (most recent call last):
File "train.py", line 285, in
The input size after the preprocessing that you feed into the network has to have a fix size, 512x512 or 300x300 in the case of SSD300
@ariharasudhanm @midasklr Did you manage to solve this problem? If yes, can you kindly share?