vcg-uvic / sportsfield_release

Code release for WACV 2020, "Optimizing Through Learned Errors for Accurate Sports Field Registration"
Other
67 stars 25 forks source link

model check point not found #6

Closed alenm10 closed 3 years ago

alenm10 commented 3 years ago

When I try to run your notebook I get error on this cell:

e2e = end_2_end_optimization.End2EndOptimFactory.get_end_2_end_optimization_model(opt) error:

-------------------------- END --------------------------
./out/pretrained_loss_surface/checkpoint.pth.tar

---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)

<ipython-input-10-fa7120bdc46c> in <module>()
----> 1 e2e = end_2_end_optimization.End2EndOptimFactory.get_end_2_end_optimization_model(opt)

8 frames
/content/sportsfield_release/models/base_model.py in _load_checkpoint(self, checkpoint_path)
     68         else:
     69             print(checkpoint_path)
---> 70             raise FileNotFoundError('model check point cannot found: {0}'.format(checkpoint_path))
     71         return checkpoint
     72 

FileNotFoundError: model check point cannot found: ./out/pretrained_loss_surface/checkpoint.pth.tar`
jiangwei221 commented 3 years ago

Download from here https://drive.google.com/uc?id=1kgc6wfgdIDsHBhFMAr6YwTWbrigNv_UB&export=download