ssd.pytorch
ssd.pytorch copied to clipboard
IndexError: too many indices for array
File "/home/kun/Software/ssd-pytorch-master/data/voc0712.py", line 145, in pull_item img, boxes, labels = self.transform(img, target[:, :4], target[:, 4]) IndexError: too many indices for array
I want to train voc dataset, but after i modify the path and run train.py, the error shows up. Please help me . Thank you .