SarahwXU / HiSup

MIT License
132 stars 20 forks source link

A problem aobout pretrained model and dataset #32

Open Catarina-lab opened 4 months ago

Catarina-lab commented 4 months ago

When I run python scripts/demo.py --dataset crowdai --img [YOUR_IMAGE_PATH], it shows RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory. I have also tried to download the pretrained model by this link: https://github.com/XJKunnn/pretrained_model/releases/download/pretrained_model/crowdai_hrnet48_e100.pth, but it still has this problem. Does anyone know how to solve this problem?

XJKunnn commented 4 months ago

Hi,

Please check your cache folder to make sure that the pretrained model was fully downloaded with the demo.py script.

Best