MVIG-SJTU / AlphaPose

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

Model loading getting stuck fixed #1064

Open erdemuysalx opened 2 years ago

erdemuysalx commented 2 years ago

This simple change resolves #1049 and potentially #1055.

Also, a template has been added for the detection file which is required in order to use detfile flag and the file detection loader.

Fang-Haoshu commented 1 year ago

hi, it seems the modification in demo_inference.py will make the program only detect one person lol

Luizerko commented 4 months ago

The change to demo_inference.py did solve the detection getting stuck problem for me, but then the program gets stuck in rendering. By using the --sp flag I get it to finish execution, but still only the first batch of images get processed.