MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.83k stars 1.96k forks source link

RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory #1127

Open Harry-Miral opened 1 year ago

Harry-Miral commented 1 year ago

I used “python scripts/demo_inference.py --cfg configs/smpl/256x192_adam_lr1e-3-res34_smpl_24_3d_base_2x_mix.yaml --checkpoint pretrained_models/pretrained_w_cam.pth --indir examples/demo/ --outdir examples/res --save_img”,which is “3D Human Pose & Shape Estimation”.

Then its error is

Loading YOLO model.. Traceback (most recent call last): File "D:\AlphaPose-master\AlphaPose-master\demo_inference.py", line 180, in pose_model = builder.build_sppe(cfg.MODEL, preset_cfg=cfg.DATA_PRESET) File "D:\AlphaPose-master\AlphaPose-master\alphapose\models\builder.py", line 27, in build_sppe return build(cfg, SPPE, default_args=default_args) File "D:\AlphaPose-master\AlphaPose-master\alphapose\models\builder.py", line 18, in build return build_from_cfg(cfg, registry, default_args) File "D:\AlphaPose-master\AlphaPose-master\alphapose\utils\registry.py", line 75, in build_from_cfg return obj_cls(**args) File "D:\AlphaPose-master\AlphaPose-master\alphapose\models\simple3dposeSMPLWithCam.py", line 58, in init x = tm.resnet34(pretrained=True) File "C:\ProgramData\anaconda3\envs\AlphaPose-master\lib\site-packages\torchvision\models\resnet.py", line 288, in resnet34 return _resnet('resnet34', BasicBlock, [3, 4, 6, 3], pretrained, progress, File "C:\ProgramData\anaconda3\envs\AlphaPose-master\lib\site-packages\torchvision\models\resnet.py", line 262, in _resnet state_dict = load_state_dict_from_url(model_urls[arch], File "C:\ProgramData\anaconda3\envs\AlphaPose-master\lib\site-packages\torch\hub.py", line 575, in load_state_dict_from_url return torch.load(cached_file, map_location=map_location) File "C:\ProgramData\anaconda3\envs\AlphaPose-master\lib\site-packages\torch\serialization.py", line 600, in load with _open_zipfile_reader(opened_file) as opened_zipfile: File "C:\ProgramData\anaconda3\envs\AlphaPose-master\lib\site-packages\torch\serialization.py", line 242, in init super(_open_zipfile_reader, self).init(torch._C.PyTorchFileReader(name_or_buffer)) RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

I checked the version to confirm that it was correct.Download the model several times and replace it, again.I don't know how to fix this, it is possible that the model that provides the download is broken.

Then I looked up HybrIK.When I want to download the ResNet-34 model and cfg,very unpleasant, and it is not available for download.I don't know what to do right now and 我人麻了.

Save me, thanks!

LiYangDoYourself commented 1 year ago

我也遇到了同样的问题 请问你如何解决的