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
File "/home/frizy/code/fastercnn/faster_rcnn_pytorch/train.py", line 67, in
rdl_roidb.prepare_roidb(imdb)
File "/home/frizy/code/fastercnn/faster_rcnn_pytorch/faster_rcnn/roi_data_layer/roidb.py", line 49, in prepare_roidb
assert all(max_classes[nonzero_inds] != 0)
AssertionError
when i want to train. Do you know how to solve the issue?
The text was updated successfully, but these errors were encountered:
File "/home/frizy/code/fastercnn/faster_rcnn_pytorch/train.py", line 67, in
rdl_roidb.prepare_roidb(imdb)
File "/home/frizy/code/fastercnn/faster_rcnn_pytorch/faster_rcnn/roi_data_layer/roidb.py", line 49, in prepare_roidb
assert all(max_classes[nonzero_inds] != 0)
AssertionError
when i want to train. Do you know how to solve the issue?
The text was updated successfully, but these errors were encountered: