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

can you make this use yolov8 pose #33

Open
Cxsmo-ai opened this issue Apr 12, 2023 · 3 comments
Open

can you make this use yolov8 pose #33

Cxsmo-ai opened this issue Apr 12, 2023 · 3 comments

Comments

@Cxsmo-ai
Copy link

can you make this use yolov8 pose https://docs.ultralytics.com/tasks/pose

@ju1ce
Copy link
Owner

ju1ce commented Apr 13, 2023

Sadly, not really.

Yolov8 is only a 2D pose estimator, meaning all it does is find where certain joints are on an image. There is no depth information, or how these keypoints are positioned in 3d space, so we cannot use it for FBT.

If a model existed that output a 3D root relative skeleton same as mediapipe, then it would be possible to convert the code to use it. However, I have yet to find a model that would do that both as accurately as mediapipe, and also as fast (it runs realtime on a cpu, something that even the smallest yolov8 pose cannot do). Googles data and compute power is hard to beat...

@githubawn
Copy link

I found this repository:
https://github.com/SkalskiP/sport

@Cxsmo-ai
Copy link
Author

Yeah sport would be cool to have work as full body track but that requires 2 cameras

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

No branches or pull requests

3 participants