Closed doltonfernandes closed 3 years ago
Line 11 in models.py:
from ops import RoIPool
should be
from ops.roi_pool import RoIPool
Thanks. I have fixed it.
Line 11 in models.py:
from ops import RoIPool
should be
from ops.roi_pool import RoIPool