Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]
https://www.yusun.work/
Apache License 2.0
1.34k stars 229 forks source link

About 2D to 3D mapping #174

Open Codetxy opened 2 years ago

Codetxy commented 2 years ago

Hello,author! I'm learning romp.I reconstructed a human 3D model from the image. Now I find a two-dimensional coordinate point on the person in the image. I want to know how to find the corresponding three-dimensional coordinate point on the human 3D model. I think it should be to obtain the camera parameters. I don't know how to obtain it on romp? Can you give me some advice,thanks!

Arthur151 commented 2 years ago

I think this is what you want.