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
There is such an error when training your own data set, but there is no problem in checking my own data:
Traceback (most recent call last):
File "train.py", line 292, in
roidb = filter_class_roidb_flip(roidb, 0, imdb, base_num)
File "/home/map/lihui44/FewShotDetection/lib/roi_data_layer/roidb.py", line 162, in filter_class_roidb_flip
assert (boxes[:, 2] >= boxes[:, 0]).all()
If I comment out assert, another error will appear, Do you know the reason?
The text was updated successfully, but these errors were encountered:
There is such an error when training your own data set, but there is no problem in checking my own data:
Traceback (most recent call last):
File "train.py", line 292, in
roidb = filter_class_roidb_flip(roidb, 0, imdb, base_num)
File "/home/map/lihui44/FewShotDetection/lib/roi_data_layer/roidb.py", line 162, in filter_class_roidb_flip
assert (boxes[:, 2] >= boxes[:, 0]).all()
If I comment out assert, another error will appear, Do you know the reason?
The text was updated successfully, but these errors were encountered: