MVOS-OL icon indicating copy to clipboard operation
MVOS-OL copied to clipboard

Online Meta Adaptation for Fast Video Object Segmentation

Results 3 MVOS-OL issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your very interesting work. It seems that you have just released the evaluation code (and the pre-trained models files are damaged). Do you have any plans to...

It seems that the pretrained models provided through the link are just 0 B. I don't know if anyone else meets this problem.

`Traceback (most recent call last): File "demo_mvos_davis16.py", line 164, in main() File "demo_mvos_davis16.py", line 85, in main saved_state_dict = torch.load(normal_restore_from) File "/home/xmli/anaconda2/envs/python2/lib/python2.7/site-packages/torch/serialization.py", line 261, in load return _load(f, map_location, pickle_module)...