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 map the skeleton xyz value in mm to RGB xz pixel value? #7

Open
kevinchan04 opened this issue Apr 10, 2020 · 1 comment
Open

Comments

@kevinchan04
Copy link

In Dataset CAD-60, it offers the joint position (x,y,z) and the unit is mm. Could I convert it to RGB image coordinate likes (x, y) and the unit is pixel?

@remmel
Copy link

remmel commented Jan 8, 2022

You need to project the x,y,z coordinate on the u,v screen space using the camera intrinsics (mainly focal) fx,fy,cx,cy

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