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

Clarification on params in image_info #510

Open
jyuntins opened this issue May 30, 2024 · 0 comments
Open

Clarification on params in image_info #510

jyuntins opened this issue May 30, 2024 · 0 comments

Comments

@jyuntins
Copy link

jyuntins commented May 30, 2024

Dear author, thank for your great work.
I am trying to finetune bev on a new dataset.
Following the comment in the dataset class, and check with other dataset
I believe that the variable "params" should include global orientation, body_pose, and betas.
However, I find you have this line
pose, betas = params[valid_mask][:,:66].float(), params[valid_mask][:,-10:].float() inside the image_base module.
Why does it only take the first 66 paramters?

I tested my annotations by running romp.lib.dataset.mydataset. The 2d keypoints looks correct, while the smpl and 3d keypoints looks totally off. I wonder whether I missed anything or not.

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