hongsukchoi / Pose2Mesh_RELEASE

Official Pytorch implementation of "Pose2Mesh: Graph Convolutional Network for 3D Human Pose and Mesh Recovery from a 2D Human Pose", ECCV 2020
MIT License
677 stars 69 forks source link

unzip pretrained weights #23

Open mingcosp opened 3 years ago

mingcosp commented 3 years ago

Hi, thank you for putting up and share this excellent work. A siily question, I was trying to download the pretrained weights (as final_pth.tar), but had troubles even decompressing them. I m using a windows 10 pc and have tried 7z and tar command on colab notebook and jupyter notebook but none of them worked (I could decompress other tar files from other sources) so was wondering what tools I should use to decompress your weights files? Thank you

hongsukchoi commented 3 years ago

Hi, @mingcosp

You don't have to decompress the file. the function torch.load('final.pth.tar) will automatically load the pretrained wieghts to the network.