CorrFlow icon indicating copy to clipboard operation
CorrFlow copied to clipboard

Saved models

Open cinjon opened this issue 5 years ago • 5 comments

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 avatar Jul 23 '19 21:07 cinjon

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

cinjon avatar Jul 23 '19 21:07 cinjon

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

RaphaelRoyerRivard avatar Jul 23 '19 21:07 RaphaelRoyerRivard

Yes, it's not a tar.

cinjon avatar Jul 23 '19 21:07 cinjon

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~~

2000222 avatar Aug 01 '19 04:08 2000222

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

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

zlai0 avatar Aug 01 '19 21:08 zlai0