-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
Could try the latest master? |
sorry, the fix was in this pr #69 |
Sorry for the bugs. |
Ok,thanks,i will try it
On 08/17/2020 19:31, Jas wrote:
Sorry for the bugs.
Please take a look at this commit
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Merged
rollingman1
pushed a commit
to rollingman1/mmpose
that referenced
this issue
Nov 5, 2021
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
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'
The text was updated successfully, but these errors were encountered: