D-X-Y / landmark-detection

Four landmark detection algorithms, implemented in PyTorch.
https://xuanyidong.com/assets/projects/TPAMI-2020-SRT.html
MIT License
925 stars 180 forks source link

The checkpoint_49.pth.tar in SAN_300W_GTB_itn_cmp_3_50_sigma4_128_128_8 is broken #43

Closed Yujian-daniel closed 5 years ago

Yujian-daniel commented 5 years ago

If you are submitting a feature request, please preface the title with [feature request].

If you are submitting a bug report, please fill in the following details.

Which project are you using?

SAN

Issue description

The checkpoint_49.pth.tar in SAN_300W_GTB_itn_cmp_3_50_sigma4_128_128_8 is broken and can't be decompressed. Could you provide a new checkpoint-49.pth.tar in Baidu Yun? This will be a big help for me. Thank you very much!

D-X-Y commented 5 years ago

Sure, I'm uploading those snapshots to BAIDUYU. What is your python version? I save the model in python 3.6, if you are using python 3.5 or python 2.7, there will be a problem.

Yujian-daniel commented 5 years ago

Sure, I'm uploading those snapshots to BAIDUYU. What is your python version? I save the model in python 3.6, if you are using python 3.5 or python 2.7, there will be a problem.

I use python 3.6. But the key to my problem is that when I download the checkpoint_49.pth.tar from Google Drive, the file cannot be decompressed. 1567496276 I think the problem may be due to the loss of the file transfer process.

D-X-Y commented 5 years ago

I just update the README, please find the baidu pan link at https://github.com/D-X-Y/landmark-detection/tree/master/SAN#evaluation-on-the-single-image

Yujian-daniel commented 5 years ago

I just update the README, please find the baidu pan link at https://github.com/D-X-Y/landmark-detection/tree/master/SAN#evaluation-on-the-single-image

I really appreciate your guidance and help very much.

Yujian-daniel commented 5 years ago

I just update the README, please find the baidu pan link at https://github.com/D-X-Y/landmark-detection/tree/master/SAN#evaluation-on-the-single-image

I am very sorry to bother you again, but all the compressed files in the uploaded snapshots folder are still not open and cannot be decompressed. Maybe you should first decompress all the compressed files and then upload them all.

D-X-Y commented 5 years ago

Would you mind to provide commands that you run? Which file are you trying to decompress?

Yujian-daniel commented 5 years ago

Would you mind to provide commands that you run?

Finally, I solve my problem, because I use the incorrect commands to run. Above all, thank you so much for your guidence.