Yolo Pose Estimation and Skeleton: Difference between revisions
From wikiluntti
Line 4: | Line 4: | ||
Use Yolo from Ultralytics. | Use Yolo from Ultralytics. | ||
* Python 3.7+ | |||
* Yolo v11 | |||
* A CUDA-enabled GPU (optional but recommended for faster inference). | |||
== Yolo == | == Yolo == |
Revision as of 19:27, 5 October 2025
Introduction
Make a pose estimator and use it to make a moving skeleton.
Use Yolo from Ultralytics.
- Python 3.7+
- Yolo v11
- A CUDA-enabled GPU (optional but recommended for faster inference).