How to use pretrained checkpoints?
Closed this issue · 1 comments
dzy1997 commented
I am trying to use pretrained checkpoints (your model and PWCNet) specified in README.md to test on DAVIS2016. I am modifying file test_DAVIS2016_raw.sh
Your model checkpoint has 3 files under davis_best_model
- model.best.data-00000-of-00001
- model.best.index
- model.best.meta
PWCNet checkpoint has 4 files under the folder on google drive
- checkpoint
- pwcnet.ckpt-595000.data-00000-of-00001
- pwcnet.ckpt-595000.index
- pwcnet.ckpt-595000.meta
Which one should I specify for CKPT_FILE and PWC_CKPT_FILE?
Thank you!