Closed BruceRull closed 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.
Thank you for your timely reply, I am using the nerfbaselines train command. The data set is the original data set of nerfw. How can I get the nb-info.json file?
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.
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.
It will only download the dataset the first time you use it. Or is it downloading the dataset every time for you?
OK, I understand.
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.