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 objection rotation/translation result #14

Open
gomduribo opened this issue Feb 14, 2025 · 1 comment
Open

about objection rotation/translation result #14

gomduribo opened this issue Feb 14, 2025 · 1 comment

Comments

@gomduribo
Copy link

Hello, thanks for great work and effort for HOISDF.

I have a question for model output.

  1. After inference of the model(for one RGB image), i could get object rotation and translation results which are model_out["obj_rot_out"], model_out["obj_trans_out"]. From what I've checked, these results are (200,3) shape matrices. I observed these matrices and each 200 piece of length 3 vector looked similar. So, i use first vector among 200 vectors( euler angles rotation, and translation) for projecting mesh on the image, But it seems not working very well. Is there any specific format for these rotation and translation?

Image

Thanks.

@TheVirtuoso7
Copy link

TheVirtuoso7 commented Mar 2, 2025

Hi, have you solved this problem? I found problems when I did it. I think the mesh of the predicted object did not add mano_root. But the result of my code is that the object is tilted and does not correspond to the projection stolen on the RGB image, could you share your related code? That would be nice, thank you.

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