mbanani / unsupervisedRR

[CVPR 2021 - Oral] UnsupervisedR&R: Unsupervised Point Cloud Registration via Differentiable Rendering
https://mbanani.github.io/unsupervisedrr
MIT License
136 stars 20 forks source link

Config File For reproducing experiments #4

Closed ThakurSarveshGit closed 2 years ago

ThakurSarveshGit commented 2 years ago

Hi,

I could not locate the configuration files used for the training part. I want to train the network on scannet dataset. Can you please point to where I can find config files.

Thanks and regards, Sarvesh

mbanani commented 2 years ago

Hi Thakur, sorry for missing your issue earlier. The configs used to train the model are the default configs. So you can use the debug config unsupervisedRR/configs/debug.yaml to run the experiments. Hopefully this clarifies the issue.