JimmySuen / integral-human-pose

Integral Human Pose Regression
MIT License
471 stars 76 forks source link

Corrupted pretrained models #17

Closed MetaDev closed 5 years ago

MetaDev commented 5 years ago

To run test.py I would need a pre-trained model, but the model that is provided in each download cannot be unrared/unzipped I get an error every-time I try to decompress a model.

lck1201 commented 5 years ago

@MetaDev Hi, the file suffixed as .pth.tar is the model of PyTorch, you can directly load them instead of unzip/unrar it.