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

KeyError: 'rotation' #71

Closed
CUIcaicai opened this issue Aug 17, 2020 · 4 comments · Fixed by #72
Closed

KeyError: 'rotation' #71

CUIcaicai opened this issue Aug 17, 2020 · 4 comments · Fixed by #72
Assignees

Comments

@CUIcaicai
Copy link

where can i download this checkpoint。

and i use hrnet_w48_coco_256x192-b9e0b3ab_20200708.pth
but i get the error:
File "demo/top_down_video_demo_with_mmdet.py", line 118, in
main()
File "demo/top_down_video_demo_with_mmdet.py", line 91, in main
format='xyxy')
File "/home/cl/gitclone/mmpose/mmpose/apis/inference.py", line 228, in inference_pose_model
pose = _inference_single_pose_model(model, img_or_path, bbox)
File "/home/cl/gitclone/mmpose/mmpose/apis/inference.py", line 175, in _inference_single_pose_model
data = test_pipeline(data)
File "/home/cl/gitclone/mmpose/mmpose/datasets/pipelines/shared_transform.py", line 78, in call
data = t(data)
File "/home/cl/gitclone/mmpose/mmpose/datasets/pipelines/top_down_transform.py", line 181, in call
r = results['rotation']
KeyError: 'rotation'

@CUIcaicai CUIcaicai changed the title hrnet_w48_coco_256x192/epoch_210.pth KeyError: 'rotation' Aug 17, 2020
@innerlee
Copy link
Contributor

Could try the latest master?

@innerlee
Copy link
Contributor

sorry, the fix was in this pr #69
i will take a look

@jin-s13
Copy link
Collaborator

jin-s13 commented Aug 17, 2020

Sorry for the bugs.
Please take a look at this commit

@CUIcaicai
Copy link
Author

CUIcaicai commented Aug 17, 2020 via email

HAOCHENYE pushed a commit to HAOCHENYE/mmpose that referenced this issue Jun 27, 2023
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

Successfully merging a pull request may close this issue.

3 participants