namedBen / Convolutional-Pose-Machines-Pytorch

Pytroch version of Convolutional Pose Machines
99 stars 23 forks source link

The pre train model can not open #2

Closed JosephineRabbit closed 6 years ago

JosephineRabbit commented 6 years ago

hi , thanks for share your model. I downlaoded it but met a problem like this: tar -xvf cpm_latest.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

Is it be compressed properly?

namedBen commented 6 years ago

actually, the file "cpm_latest.pth.tar" is the model that stores parameters.you don't have to unzip it. You can use the command "torch.load( the path of cpm_latest.pth.tar )" to load parameters.

JosephineRabbit commented 6 years ago

..my fault^_^ THs!