MVIG-SJTU / AlphaPose

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

output result split with different people? #938

Open juneleung opened 2 years ago

juneleung commented 2 years ago

Hello, I wanna split into different sequences with different people's data, instead of mixing all people's data in video sequences output JSON. Is it any way to limit the output? Thanks!

HaoyiZhu commented 2 years ago

Hi. You can change the write_json function https://github.com/MVIG-SJTU/AlphaPose/blob/master/alphapose/utils/pPose_nms.py#L659