NJU-3DV / Relightable3DGaussian

[ECCV2024] Relightable 3D Gaussian: Real-time Point Cloud Relighting with BRDF Decomposition and Ray Tracing
https://nju-3dv.github.io/projects/Relightable3DGaussian/
Other
376 stars 24 forks source link

what is src_num and how can i get this info for my custom dataset #10

Open tonyyu0822 opened 6 months ago

tonyyu0822 commented 6 months ago

Hi, Thanks for the great work. I am trying this on a custom dataset and I am wondering what src_num is and how I can adjust this variable for my dataset. Thanks

yGaoJiany commented 6 months ago

Hi, src_num is the number of source images in MVS. See the original VisMVSNet paper and project for more information. You can simply set src_num to 4. While this value is not necessarily optimal, it should always work.