No config.yaml file in the phototourism dataset
Describe the bug
I am trying to use the neuralreconW method which take advantage of the sfm sparse points. I downloaded the phototourism dataset from https://www.cs.ubc.ca/research/kmyi_data/imw2020/TrainingData/brandenburg_gate.tar.gz but there is no config.yaml file in it. I got an error of No such file or directory: '/data/brandenburg_gate/config.yaml'.
To Reproduce
python scripts/train.py neusW --vis tensorboard heritage-data --data /data/brandenburg_gate
Error
FileNotFoundError: [Errno 2] No such file or directory: '/data/brandenburg_gate/config.yaml'
I double checked the brandenburg_gate directory and found no config.yaml file within it, how can I generate this file or where can I get it ?
Hi, we provided preprocessed data and it can be downloaded with ns-download-data sdfstudio --dataset-name heritage. The corresponding code is here https://github.com/autonomousvision/sdfstudio/blob/master/scripts/downloads/download_data.py#L240-L304
The heritage dataset is converted from https://github.com/zju3dv/NeuralRecon-W. If you want to create your own dataset, you can follow their guidelines. Here is the script https://github.com/autonomousvision/sdfstudio/blob/master/scripts/heritage_to_nerfstudio.py to convert their data format to sdfstudio.