Closed GarrickLin closed 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
@Fang-Haoshu Thanks, I got it. Can PoseFlow
be realtime using intel CPU ?
@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.
I find that I can run
AlphaPose
normally withoutPoseFlow
component. What is the relationship between AlphaPose and PoseFlow ?