DL3DV-10K / Dataset

News: the 10k dataset is ready for download.
https://dl3dv-10k.github.io/DL3DV-10K/
Other
330 stars 5 forks source link

How to generate depth image #12

Closed Nightmare-n closed 2 months ago

Nightmare-n commented 7 months ago

Thanks for your excellent work! I would like to ask how can I generate a depth image for each rgb image from the provided colmap files?

ShengCN commented 2 months ago

Colmap should only have sparse depth information. 3D GS code could initialize GS based on the depth information. So maybe you could find useful information by reading 3D GS source code.

ShengCN commented 2 months ago

To obtain dense depth, one way is to train a NeRF/3DGS and get the depth from NeRF/3DGS.