activity_detection icon indicating copy to clipboard operation
activity_detection copied to clipboard

How to map the skeleton xyz value in mm to RGB xz pixel value?

Open kevinchan04 opened this issue 5 years ago • 1 comments

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?

kevinchan04 avatar Apr 10 '20 13:04 kevinchan04

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

remmel avatar Jan 08 '22 14:01 remmel