happinesslz / EPNet

EPNet: Enhancing Point Features with Image Semantics for 3D Object Detection(ECCV 2020)
MIT License
230 stars 37 forks source link

Index out of bounds #24

Open biancaAlexandru opened 3 years ago

biancaAlexandru commented 3 years ago

Hello, Every time I try to run the train_rcnn.py script it starts training but after a while I get an index error in the function sample_rois_for_rcnn from file proposal_target_layer.py with different index values.

while cur_gt[k].sum() == 0: IndexError: index -11 is out of bounds for dimension 0 with size 10

image