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

I meet some problems when i run it on win10 #1

Open
lwhkop opened this issue Jun 16, 2020 · 2 comments
Open

I meet some problems when i run it on win10 #1

lwhkop opened this issue Jun 16, 2020 · 2 comments

Comments

@lwhkop
Copy link

lwhkop commented Jun 16, 2020

Traceback (most recent call last):
File "tools/train.py", line 248, in
main()
File "tools/train.py", line 137, in main
normalize,
File "E:\DeepFashion2_Dataset\HRNet-Human-Pose-Estimation\tools..\lib\dataset\deepfashion2.py", line 172, in init
self.db = self._get_db()
File "E:\DeepFashion2_Dataset\HRNet-Human-Pose-Estimation\tools..\lib\dataset\deepfashion2.py", line 197, in _get_db
gt_db = self._load_coco_person_detection_results()
File "E:\DeepFashion2_Dataset\HRNet-Human-Pose-Estimation\tools..\lib\dataset\deepfashion2.py", line 319, in _load_coco_person_detection_results
det_res = all_boxes[n_img]
KeyError: 0

how to solve it?

@lzhbrian
Copy link
Owner

Hi, the code for dataset preparation has not released yet.
Seems like your code is having some problem with the dataset. If you can't wait, you can prepare the dataset as mentioned in the paper or readme.

@lwhkop
Copy link
Author

lwhkop commented Jun 17, 2020

Hi, the code for dataset preparation has not released yet.
Seems like your code is having some problem with the dataset. If you can't wait, you can prepare the dataset as mentioned in the paper or readme.

I prepared my dataset as mentioned in switchablenorms/DeepFashion2#13. But I found some differents with your validation_coco.json. Seems you just use validation['annotations'] as your validation_coco.json? And I couldn't find where the key 'score' exist. Would you mind telling me the format of your validation_coco.json?

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