Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algorithms to produce wrappers for #5

Open
4 of 6 tasks
peabody124 opened this issue Mar 28, 2021 · 1 comment
Open
4 of 6 tasks

Algorithms to produce wrappers for #5

peabody124 opened this issue Mar 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@peabody124
Copy link
Owner

peabody124 commented Mar 28, 2021

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 peabody124 added the enhancement New feature or request label Mar 28, 2021
@peabody124
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant