This project is the project of my thesis about surface reconstruction.
TODO: Write here how we can install it.
The base way to run ablations when using a config file:
python train.py +ablation=learning_rateIf you want to use the CLI:
python train.py +ablation=base task_name=learning_rate model.optimizer.lr='choice(1e-03,1e-04)'python train.py +ablation=learning_rate +debug=ablationpython train.py +sweep=optimizationpython train.py +sweep=optimization +debug=sweeppython train.py +result=baselinepython train.py +result=baseline +debug=resultBase config for the run:
python train.py --cfg jobHydra meta configs with overrides:
python train.py +ablation=learning_rate --cfg hydra -p hydra.sweeper
Sync the export folder from the server to the local machien:
rsync -avz --progress thesis:/home/borth/neural-poisson/export /Users/robinborth/DesktopIn order to download the dataset, go to the Thingi10k website to see the different models
You can then download the datasets under the following link
https://drive.google.com/file/d/1RlDvNiFLDRztN0zWqQxmeraRG-XXFHUT/viewPlease put the dataset into the Thingi10k folder in the data folder.
rsync -avz data/Thingi10k/ baselines:/home/borth/data/Thingi10k