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 faced some issue. The command python train.py raises the error ImportError: cannot import name 'get_boxes' from 'utils' (/home/pg2017/cse/17071016/corner/utils/__init__.py) Can you please solve the issue @LuWei6896
I had the same problem, and fixed it.I just changed "utils" to ".utils" in "data/coco.py", "data/icdar.py" and so on.Like: from .utils import get_boxes, generate_gt
No description provided.
The text was updated successfully, but these errors were encountered: