Open cinjon opened 5 years ago
Ok, it appears to be a pth
and pytorch recognizes it fine. You might want to consider changing its extension.
What do you mean? You just load it with its .tar extension as it was a .pth?
Yes, it's not a tar.
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 Hi, you don't have to open it. Just load it. For example,
python test.py --resume path/oxuva_v2.tar
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.