mks0601 / 3DMPPE_ROOTNET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
477 stars 65 forks source link

pretrained file for demo.py is damaged #30

Closed kdh4672 closed 3 years ago

kdh4672 commented 3 years ago

I can't extract snapshot_18.pth.tar from your Google drive

error like this: tar: This does not look like a tar archive tar: Skipping to next header tar: A lone zero block at 7115 tar: Exiting with failure status due to previous errors

mks0601 commented 3 years ago

That is not a zipped file. You can just use it without the decompression.

kdh4672 commented 3 years ago

But the file extension is tar.. How can I just use it without decompression? When I try to run the file, it says I should decompress...

mks0601 commented 3 years ago

Put snapshot_18.pth.tar at output/model_dump and run python tset.py --gpu 0 --test_epoch 18

kdh4672 commented 3 years ago

thank you!! Now it works~