MVIG-SJTU / AlphaPose

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

How to process long videos without compromising accuracy #1183

Open benedictstar opened 12 months ago

benedictstar commented 12 months ago

Hi! I found that alphapose will be directly killed by linux due to insufficient CPU memory when processing long videos, I set the q_size to 100 can handle it, but it will greatly affect the accuracy.Is there any way to solve this problem without affecting the accuracy. Or can I deal with this problem by cropping a long video into multiple short videos?