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

the input of keypoint head #10

Open
flomok opened this issue Nov 14, 2022 · 0 comments
Open

the input of keypoint head #10

flomok opened this issue Nov 14, 2022 · 0 comments

Comments

@flomok
Copy link

flomok commented Nov 14, 2022

Hello, I have tried many times, and I really feel that the input shape of the key point detection head is wrong. What is the input exactly? The output of Neck is an array of four tensors, but there is an error in the input to the key point detection head!
"
File "E:\python_console\pose_2\Poseur-main\mmpose\models\heads\poseur_head.py", line 328, in forward
batch_size = mlvl_feats[0].size(0)
AttributeError: 'EasyDict' object has no attribute 'size'
"

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

1 participant