microsoft / voxelpose-pytorch

Official implementation of "VoxelPose: Towards Multi-Camera 3D Human Pose Estimation in Wild Environment"
MIT License
486 stars 92 forks source link

Tracking Method #23

Open geniuspatrick opened 3 years ago

geniuspatrick commented 3 years ago

Thank you for this excellent work. I have some doubts about the tracking effect in the visualization results (each person is assigned a color to represent his ID). I didn't find in the paper or the code how you tracking subjects. Can you explain which tracking method was used?

ifzhang commented 3 years ago

For simplicity, you can use the distances of 3d poses in two consecutive frames as the cost and use linear assignment to get the tracking id.