MVIG-SJTU / AlphaPose

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

what is the relationship between AlphaPose and PoseFlow ? #47

Closed GarrickLin closed 6 years ago

GarrickLin commented 6 years ago

I find that I can run AlphaPose normally without PoseFlow component. What is the relationship between AlphaPose and PoseFlow ?

Fang-Haoshu commented 6 years ago

AlphaPose is an accurate multi-person pose estimation system. To associate poses that indicates the same person across frames, we also provide an efficient online pose tracker called PoseFlow. One for pose estimation and one for pose tracking

GarrickLin commented 6 years ago

@Fang-Haoshu Thanks, I got it. Can PoseFlow be realtime using intel CPU ?

YuliangXiu commented 6 years ago

@GarrickLin PoseFlow can do online pose tracking at real-time speed when using fast feature matching algorithm (e.g. ORB), the reason why I use DeepMatching feature in code is for better performance in PoseTrack Challenge benchmarks.