You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: