mks0601/3DMPPE_ROOTNET_RELEASE

pretrained file for demo.py is damaged

kdh4672 opened this issue · 4 comments

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

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

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...

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

thank you!! Now it works~