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
I got an error below. from net.lib.utils.bbox import bbox_overlaps as box_overlaps File "__init__.pxd", line 872, in init utils.bbox ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216
so many conflict of numpy opencv and others.
Can you tell me pre-requisite module before train.py
Thanks.
The text was updated successfully, but these errors were encountered:
I got an error below.
from net.lib.utils.bbox import bbox_overlaps as box_overlaps File "__init__.pxd", line 872, in init utils.bbox ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216
so many conflict of numpy opencv and others.
Can you tell me pre-requisite module before
train.py
Thanks.
The text was updated successfully, but these errors were encountered: