mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
335 stars 90 forks source link

Human detector #72

Open thanisornsr opened 3 years ago

thanisornsr commented 3 years ago

Hello,

I am implementing this model but I still confused. What is the human detector algorithm used to get a cropped image? I saw in the paper that it use propagating joints from previous frames but what is using for first frame?

All the best, Than

mks0601 commented 3 years ago

I'm not the author of this paper. I used Mask R-CNN.

thanisornsr commented 3 years ago

Thank you. I will look into it.