peabody124 / PosePipeline

PosePipe is a human pose estimation (HPE) pipeline to facilitate home movement analysis from videos
GNU General Public License v3.0
60 stars 13 forks source link

Algorithms to produce wrappers for #5

Open peabody124 opened 3 years ago

peabody124 commented 3 years ago

This issue is to maintain a list of some algorithms that seem particularly useful to implement. Currently up on the docket are:

Single object tracking

peabody124 commented 3 years ago

Use MMPose for the HRNet implementations, which has a beautiful API and is very actively maintained. It might be worth replacing the default multi person bottom up detector (for face blurring) and the tracker with MMTracking implementations. This could remove a "default" dependency on OpenPose.

I implemented a wrapper for GAST-Net-3D. This also produces nice results, but it might be worth introducing one for VideoPose3D as well - in particularly because this produces absolute spatial coordinates too, and not just root-relative ones.