mks0601 / TF-SimpleHumanPose

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

Some confusion about the repo #11

Closed feiwangoooh closed 5 years ago

feiwangoooh commented 5 years ago

Thank you for your work. You are very cool. I have watched your two projects. There are some questions about this repo. Does this repo only implement the 2d human pose estimation with bboxs already in place. The Simple-Baseline paper has a lot of stuff about detector bbox and propagate bbox processing, optical flow tracking and so on. The original repo and yours don't seems to cover that . So the algorithm of tracking processing implementation is not open source?

mks0601 commented 5 years ago

Hi, thanks for having interests in my projects. I only implemented frame-based 2D multi-person pose estimation part without tracking part. You can check other repos for tracking part :)

Tobias-Fischer commented 5 years ago

Hi @mks0601, thanks for your work! Do you know of any repos where the tracking part is implemented?

mks0601 commented 5 years ago

@Tobias-Fischer Sorry, I do not know :(

Tobias-Fischer commented 5 years ago

No problem, thanks for letting me know!

thiranjayamunasinghe commented 2 years ago

@Tobias-Fischer Hey, did you find any implementations of the tracking part?