Commit Graph

4 Commits (d40e423a425b0839b7e2e7b0bfee329620aefc69)

Author SHA1 Message Date
Rémi Pautrat 4a8283517f
Fix GlueStick training config (#29)
* Update training config of GlueStick

* Remove unnecessary checks in GlueStick

* Update ETH3D download link

* Update link to undistorted ETH3D

* Update link to download DeepLSD

---------

Co-authored-by: pautratr <pautratr@student.ethz.ch>
2023-11-01 14:36:58 +01:00
Philipp Lindenberger 22154a60bc
Check for model initialization in eval (#9)
* Check for model initialization during eval

* Change from warning to assert

* change assertion to ValueError

* fix isort and rename are_weights_initialized

* cleanup set_initialized()

* fix variable name bug

* Make load_state_dict forward compatible

Co-authored-by: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com>

* Remove unused imports

---------

Co-authored-by: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com>
2023-10-10 19:46:33 +02:00
Paul-Edouard Sarlin 12640afd36
Auto sort imports (#6)
* Add isort, merge check runs into one

* Run isort

* Ignor build in flake8 config

* Remove jupyter as dev dependency
2023-10-09 08:32:43 +02:00
Rémi Pautrat 55c4fbd454 Initial commit
Co-authored-by: Philipp Lindenberger <phil.lindenberger@gmail.com>
Co-authored-by: Iago Suárez <iago_h92@hotmail.com>
Co-authored-by: Paul-Edouard Sarlin <paul.edouard.sarlin@gmail.com>
2023-10-05 17:03:43 +02:00