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

about meta_info['is_3D'] #47

Closed
asw91666 opened this issue Feb 22, 2021 · 2 comments
Closed

about meta_info['is_3D'] #47

asw91666 opened this issue Feb 22, 2021 · 2 comments

Comments

@asw91666
Copy link

Could i know why you use meta_info['is_3D']?
In model.py code, the meta_info['is_3D'] is used as input of "self.coord_loss" when GT is targets['orig_joint_img'].
But i think the code "class CoordLoss" seem no difference whether 'is_3D' is None or not None.
Is there anything i know wrong or don't know?

@mks0601
Copy link
Owner

mks0601 commented Feb 22, 2021

All data from datasets with GT 3D pose (e.g., Human3.6M) have is_3D=True.
All data from datasets without GT 3D pose (e.g., MSCOCO) have is_3D=False.

@asw91666
Copy link
Author

thank you !!

@mks0601 mks0601 closed this as completed Mar 29, 2021
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