pytorch_simple_CenterNet_45
pytorch_simple_CenterNet_45 copied to clipboard
IndexError: index 100 is out of bounds for axis 0 with size 100
line 167, in getitem w_h_[k] = 1. * w, 1. * h IndexError: index 100 is out of bounds for axis 0 with size 100
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.