hongsukchoi/Pose2Mesh_RELEASE

unzip pretrained weights

mingcosp opened this issue · 1 comments

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

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.