MVIG-SJTU / AlphaPose

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

where can i find yolov3-spp.weights #1106

Closed Sonic8657 closed 1 year ago

Sonic8657 commented 1 year ago

Hi, I'm trying to run demo_inference.py with command :"python scripts/demo_inference.py --cfg configs/halpe_136/resnet/256x192_res50_lr1e-3_2x-regression.yaml --checkpoint pretrained_models/halpe136_fast50_regression_256x192.pth --indir examples/demo/ --save_img"

Then i get this error FileNotFoundError: [Errno 2] No such file or directory: 'detector/yolo/data/yolov3-spp.weights' and the filepath "detector/yolo/data" is not excist. Could u help me please? Thanks.

NomiMalik0207 commented 1 year ago

Hi try to run the demo script of colab file on colab, then download all the required thing from colab. Cheers

Sonic8657 commented 1 year ago

I wasn't goint to use Colab, but fine. I will try it. Appreciate.