satoshiiizuka / siggraphasia2019_remastering

Code for the paper "DeepRemaster: Temporal Source-Reference Attention Networks for Comprehensive Video Enhancement". http://iizuka.cs.tsukuba.ac.jp/projects/remastering/
Other
482 stars 102 forks source link

Model file format corruption #13

Open studentzhuang opened 3 years ago

studentzhuang commented 3 years ago

Excuse me,I wanna try to use the model of DeepRemaster,and I download the model using the sh file through gitbash.After that,I get a model with postfix tar.I am trying to unzip the file and always stoped by file format corruption. Could you tell me how to do with this situation?Maybe you can tell me another way to get this model if possible.Thank you very much! image

R4ZZ3 commented 3 years ago

I am having same problem

satoshiiizuka commented 3 years ago

You don't need to unzip the file: you can directly load the pth.tar file via "torch.load".