vye16 / slahmr

MIT License
441 stars 50 forks source link

Dual steps in Colab notebook #29

Closed smandava98 closed 1 year ago

smandava98 commented 1 year ago

Hi. I was playing around with the Colab notebook and was confused on these two commands (preprocessing and optimizing):

python run_opt.py data=video data.seq=test data.root=/content/slahmr/demo run_opt=False run_vis=False python run_opt.py data=video data.seq=test data.root=/content/slahmr/demo run_opt=True run_vis=False

Are both necessary to run for every video?

geopavlakos commented 1 year ago

You can simply run the second command and it will do the preprocessing together with the optimization. Colab decouples the two steps to make monitoring easier.

smandava98 commented 1 year ago

Awesome, thanks Georgios!