andreaconti / multi-view-guided-multi-view-stereo

Code to reproduce results for Multi-View Guided Multi-View Stereo Paper
MIT License
24 stars 2 forks source link

Aboat remove_output in train.py #3

Open Gwencong opened 1 year ago

Gwencong commented 1 year ago

Why remove_output is set to True in the code train.py, it's strange to remove the trained checkpoints in output directory when training process is over.

andreaconti commented 1 year ago

Hi, this is cause I usually remove them and store only the final checkpoint as an artifact on mlflow to not clog the hard disk when multiple experiments are performed sequentially, but you are free to keep them if you like.