Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from utils import get_boxes, generate_gt not fing? #2

Open
LuWei6896 opened this issue May 6, 2019 · 3 comments
Open

from utils import get_boxes, generate_gt not fing? #2

LuWei6896 opened this issue May 6, 2019 · 3 comments

Comments

@LuWei6896
Copy link

No description provided.

@Randheer91
Copy link

Randheer91 commented Jun 30, 2019

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

@Wo-Ki
Copy link

Wo-Ki commented Nov 28, 2019

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

@hasakil
Copy link

hasakil commented Sep 28, 2020

replace utils with data.uitls will solve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants