sail-sg / volo

VOLO: Vision Outlooker for Visual Recognition
Apache License 2.0
929 stars 94 forks source link

pre trained model file is broken. #44

Open scotthuang1989 opened 2 years ago

scotthuang1989 commented 2 years ago

I download pre trained model with the link in the document. but when I try to use it, it can't report an error:

hhw@hhw-A01:~/workspace/DeepLearning/VOLO/pretrained_models$ tar -xf d1_384_85.2.pth.tar tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors

zihangJiang commented 2 years ago

You can use torch.load("d1_384_85.2.pth.tar") to read the checkpoint.