YuliangXiu / PoseFlow

PoseFlow: Efficient Online Pose Tracking (BMVC'18)
https://xiuyuliang.cn
427 stars 90 forks source link

A question about pose track #4

Closed lc4321 closed 6 years ago

lc4321 commented 6 years ago

About PoseTrack ECCV 2018 Challenge, how to generate the pose data just for testing Multi-Person Pose Tracking? Is it generated by Multi-Person Pose Estimation or just extracted pose_coordinate from /posetrack2018/posetrack_data/annotations/jsons? If only for evaluating Multi-Person Pose Tracking, should the original pose data be labeled?

YuliangXiu commented 6 years ago

If the only thing you want to do is testing the tracking performance, you can obtain the pose_coordinates from trainset and validset of PoseTrack dataset(json or mat files in posetrack_data/annotations). Otherwise, you need to generate pose_coordinates via Multi-Person Pose Estimation Framework, such as AlphaPose.

YuliangXiu commented 5 years ago

PoseFlow(General Version) has already been released, now you can do pose tracking on any private dataset, the new version also supports pose tracking results visualization.