Open Shank2358 opened 4 years ago
Same issue when training on a custom dataset with one class.
I was trying to use the pascal dataloader for training on a custom dataset with 1 class - have switched to coco dataset loader and have left self.max_objs = 128
, and the error IndexError: index 100 is out of bounds for axis 0 with size 100
is no longer occuring.
line 167, in getitem wh[k] = 1. w, 1. h IndexError: index 100 is out of bounds for axis 0 with size 100