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.96k forks source link

where can i get pretrain weight? #1105

Closed Sonic8657 closed 1 year ago

Sonic8657 commented 1 year ago

Hi,I'm new here. I notice "pretrained_models" is empty. where can i get weight to run "demo_inference.py" I want test base on webcam. Thanks.

nistring commented 1 year ago

Hi. You can download weights from here and store it in the pretrained_models folder. Then add the path to the weights to --checkpoint argument. Don't forget to complete setups before your first run.

Sonic8657 commented 1 year ago

How silly of me! Thank you so mach. If you mean "setup.py", i will try it.