jkulhanek / wild-gaussians

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

About Training #24

Closed BruceRull closed 2 months ago

BruceRull commented 2 months ago

Thank you for your excellent work, I've been troubled by dataset types lately. I tried many methods, but they all loaded the default type. Please tell me how to solve it. 24d03663f25d2d4a2e1facb8f3898271

jkulhanek commented 2 months ago

Hi, Can you please post the command(s) you've tried so I can look into it? Are you using the train.py script or nerfbaselines train command to train the model? Also, please attach the nb-info.json file from the dataset you tried to load.

BruceRull commented 2 months ago

Thank you for your timely reply, I am using the nerfbaselines train command. b1a7050ba121a990892f937553a835c8 The data set is the original data set of nerfw. How can I get the nb-info.json file? 64aba671f54cfaefaf88d553cab00a3a

jkulhanek commented 2 months ago

Can you please try running: nerfbaselines train --method wild-gaussians --data external://phototourism/brandenburg-gate if that resolves the issue? NerfBaselines will download the dataset and create the nb-info.json file.

BruceRull commented 2 months ago

Thanks for your help, I have solved this problem. But I wonder if I have to download the dataset every time. Can't I use the already downloaded dataset? I hope to expand this work better.

jkulhanek commented 2 months ago

It will only download the dataset the first time you use it. Or is it downloading the dataset every time for you?

BruceRull commented 2 months ago

OK, I understand.