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 find some suspicious code in decode process #21

Open
BboyHanat opened this issue Jun 19, 2023 · 1 comment
Open

I find some suspicious code in decode process #21

BboyHanat opened this issue Jun 19, 2023 · 1 comment

Comments

@BboyHanat
Copy link

BboyHanat commented Jun 19, 2023

In decode.py line 188:
"mask_2 = (mask_2 == 7).float().expand(batch, num_joints, K, 2)"

but when I debug this code, there are all "False" value, since mask_2 is a bool tensor(also, my pytorch vision is 2.0.0, maybe it's correct in lower vision)

@AnukritiSinghh
Copy link

were you able to correct this?

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