donydchen / mvsplat

🌊 [ECCV'24] MVSplat: Efficient 3D Gaussian Splatting from Sparse Multi-View Images
https://donydchen.github.io/mvsplat
Other
498 stars 22 forks source link

Function of times_per_scene #31

Open Shubhendu-Jena opened 1 month ago

Shubhendu-Jena commented 1 month ago

Hi,

Thank you for the work. Could you please clarify the meaning behind "times_per_scene" in dataset_re10k.py?

Thanks in advance

donydchen commented 1 month ago

Hi @Shubhendu-Jena, it is just an implementation hack to support testing DTU (see here) with the RE10K data loader. It aims to test the same scene several times with different context and target views. When dealing with the RE10K and ACID datasets, it should always be set to times_per_scene=1.