vye16 / slahmr

MIT License
441 stars 50 forks source link

Preprocessing vs optimizing #28

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:

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

Would I always have to run preprocessing then optimizing? Is there a more efficient way to run this?