hbb1 / 2d-gaussian-splatting

[SIGGRAPH'24] 2D Gaussian Splatting for Geometrically Accurate Radiance Fields
https://surfsplatting.github.io
Other
1.94k stars 120 forks source link

About DTU dataset folder structure #47

Open ZHAOBenyun opened 4 months ago

ZHAOBenyun commented 4 months ago

Hello, I am a newbie about neural rendering and reconstruction. Thank you very much for your work. I now want to train and render the dtu dataset. What is the folder structure of the data set? Because the sequential information of dtu is stored in .txt file, it seems to be different from mip nerf360

hbb1 commented 4 months ago

Hi, you can generate COLMAP data structure for DTU using the provided convert.py. If you would like to use GT camera poses, please use COLMAP with GT pose following here #5.

ZHAOBenyun commented 4 months ago

Thanks, I will try with both methods