aim-uofa / AdelaiDepth

This repo contains the projects: 'Virtual Normal', 'DiverseDepth', and '3D Scene Shape'. They aim to solve the monocular depth estimation, 3D scene reconstruction from single image problems.
Creative Commons Zero v1.0 Universal
1.06k stars 144 forks source link

Camera Position #50

Closed udrs closed 2 years ago

udrs commented 2 years ago

Thank you for your amazing work!

Could you please tell me how to get the original camera position? I want to use original view port to observe the reconstructed model.

udrs commented 2 years ago

您好 我想用2d照片的原视角观察重建好的三维模型,请问怎么得到相机的观察位置呢

guangkaixu commented 2 years ago

Hello @wenyihan4396 , sorry for the late response.

I don't know how to get the original camera, but I guess the transformation matrix should be a 4x4 identity matrix because there does not exist any transformation operation during reconstruction. By the way, I'm curious about why you want to observe the point cloud from the origin view of the image. You can only observe the original RGB image without any geometry information.

udrs commented 2 years ago

Thank you for your amazing model!