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
when using coco dataset for training, the error is that:
File "/home/aaa/soft-nms-master/tools/../lib/rpn/anchor_target_layer.py", line 138, in forward
argmax_overlaps = overlaps.argmax(axis=1)
ValueError: attempt to get argmax of an empty sequence
I find the error is because the ration of the image width and height is too large or too small.
i want to know the solution or how do you train?
The text was updated successfully, but these errors were encountered:
when using coco dataset for training, the error is that:
File "/home/aaa/soft-nms-master/tools/../lib/rpn/anchor_target_layer.py", line 138, in forward
argmax_overlaps = overlaps.argmax(axis=1)
ValueError: attempt to get argmax of an empty sequence
I find the error is because the ration of the image width and height is too large or too small.
i want to know the solution or how do you train?
The text was updated successfully, but these errors were encountered: