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

Train error #39

Open
wwetnaroh opened this issue Jan 14, 2020 · 1 comment
Open

Train error #39

wwetnaroh opened this issue Jan 14, 2020 · 1 comment

Comments

@wwetnaroh
Copy link

wwetnaroh commented Jan 14, 2020

when I run tran.py ExtremeNet, the error occurs:
Traceback (most recent call last):
File "train.py", line 213, in
training_dbs = [datasets[dataset](configs["db"], train_split) for _ in range(threads)]
File "train.py", line 213, in
training_dbs = [datasets[dataset](configs["db"], train_split) for _ in range(threads)]
File "/home/gxt/ExtremeNet/db/ead_extreme.py", line 68, in init
self._load_data()
File "/home/gxt/ExtremeNet/db/ead_extreme.py", line 77, in _load_data
self._extract_data()
File "/home/gxt/ExtremeNet/db/ead_extreme.py", line 133, in _extract_data
if len(annotation["extreme_points"]) == 0:
KeyError: 'extreme_points'

@harry0308
Copy link

Did you solved 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

2 participants