jkulhanek / wild-gaussians

[NeurIPS'24] WildGaussians: 3D Gaussian Splatting In the Wild
https://wild-gaussians.github.io
Other
329 stars 22 forks source link

how to get nerfw_split.csv? #12

Closed wzh506 closed 3 months ago

wzh506 commented 3 months ago

I have dataset trevifountain,like - dense --images --images_2 --sparse --stereo -trevi.tsv_ ,but I don't find how and where to get nerfw_split.csv which is code needed . could someone help me?

jkulhanek commented 3 months ago

Hi, you can just use nerfbaselines download-dataset phototourism/trevi-fountain and all required data shall be downloaded automatically. Btw, the nerfw_split.csv is your trevi.tsv file.

wzh506 commented 3 months ago

Thank you!