AliaksandrSiarohin / monkey-net

Animating Arbitrary Objects via Deep Motion Transfer
467 stars 81 forks source link

Unable to extract moving-gif-ckp.pth.tar #3

Closed wanshun123 closed 5 years ago

wanshun123 commented 5 years ago

I have downloaded the checkpoint from the link in the readme (https://yadi.sk/d/BX-hwuPEVm6iNw) but am unable to extract it:

tar -xvf moving-gif-ckp.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
wanshun123 commented 5 years ago

I assume the checkpoint is not intended to be extracted.

PapaMadeleine2022 commented 4 years ago

@wanshun123 have you solved this problem?

AliaksandrSiarohin commented 4 years ago

As written before. It is not supposed to be extracted. Just use torch.load('moving-gif-ckp.pth.tar').

PapaMadeleine2022 commented 4 years ago

@AliaksandrSiarohin yes, it works as you said. Thank you very much~