JarrentWu1031 / CCPL

[ECCV 2022 Oral] Official Pytorch implementation of CCPL and SCTNet
Apache License 2.0
190 stars 26 forks source link

Cannot untar the pretrained model #17

Open thenol opened 1 year ago

thenol commented 1 year ago

I tried to untar your pre-trained model, but some errors occurred as follows

tar: This does not look like a tar archive tar: Skipping to the next header tar: Exiting with failure status due to previous errors

model file: sct_iter_160000.pth.tar So how to untar this file ?

JarrentWu1031 commented 1 year ago

Hello, you should not untar the pre-trained model. Leave it as it is, and try the testing code. I think it would help.

ivanstepanovftw commented 1 year ago

Run file sct_iter_160000.pth.tar, and you will see that it is not tar file. It is actually .pth file.