pretrained file for demo.py is damaged
kdh4672 opened this issue · 4 comments
kdh4672 commented
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
That is not a zipped file. You can just use it without the decompression.
kdh4672 commented
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
Put snapshot_18.pth.tar at output/model_dump and run python tset.py --gpu 0 --test_epoch 18
kdh4672 commented
thank you!! Now it works~