Closed hahamini closed 2 months ago
What values are you using for the camera matrix? The translation pred_cam_t_full
is computed here using specific intrinsics (focal length is the scaled_focal_length
value and the center of projection is at the center of the image). You will need to use these values when you do the projection.
I want to get the 3D coordinates of the camera coordinate system of each vertices. In #30, it said to add pred_cam_t_full to vertices or keypoints, so I did that. Then, for verification, I projected it to a 2D plane, but I think it's wrong, so I'm posting a question.