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

How to train MSCOCO for comparison models. #12

Open
redorangeyellowy opened this issue Jul 27, 2023 · 1 comment
Open

How to train MSCOCO for comparison models. #12

redorangeyellowy opened this issue Jul 27, 2023 · 1 comment

Comments

@redorangeyellowy
Copy link

redorangeyellowy commented Jul 27, 2023

Hello. Thank you for your wonderful research.

In Table 5 of the main paper, you compared the result of training on not only InterHand2.6M but also MSCOCO for three comparison models (IHMR, Zhang et al, IntagHand).

However, MSCOCO seems to have no camera parameters unlike InterHand2.6M, so I wonder how you were able to train MSCOCO for the above three comparison models.

@mks0601
Copy link
Collaborator

mks0601 commented Jul 27, 2023

3D pseudo-GTs from NeuralAnnot (one of my prev. works) provides MANO parameters along with camera parameters.

NeuralAnnot: https://github.com/mks0601/NeuralAnnot_RELEASE
Getting MANO from MSCOCO:

rmano_joint_img, rmano_joint_cam, rmano_joint_trunc, rmano_pose, rmano_shape, rmano_mesh_cam = process_human_model_output(mano_param['right']['mano_param'], mano_param['right']['cam_param'], do_flip, img_shape, img2bb_trans, rot)

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