zlai0 / CorrFlow

Self-supervised Learning for Video Correspondence Flow (BMVC 2019)
https://www.robots.ox.ac.uk/~vgg/research/corrflow/
269 stars 31 forks source link

Saved models #5

Open cinjon opened 5 years ago

cinjon commented 5 years ago

Is the kinetics.tar file actually a tar file? It doesn't open with tar -xvf kinetics.tar, nor by assuming it's a .tar.gz and trying similar.

cinjon commented 5 years ago

Ok, it appears to be a pth and pytorch recognizes it fine. You might want to consider changing its extension.

RaphaelRoyerRivard commented 5 years ago

What do you mean? You just load it with its .tar extension as it was a .pth?

cinjon commented 5 years ago

Yes, it's not a tar.

2000222 commented 5 years ago

I download it from Google Drive but I can't open it ,,so sad, are there any solutions? I really want to implement it with the pre-trained model~~

zlai0 commented 5 years ago

@2000222 Hi, you don't have to open it. Just load it. For example,

python test.py --resume path/oxuva_v2.tar