Yolo Pose Estimation and Skeleton: Difference between revisions

From wikiluntti
Line 8: Line 8:
* Yolo v11
* Yolo v11
* A CUDA-enabled GPU (optional but recommended for faster inference).
* A CUDA-enabled GPU (optional but recommended for faster inference).
<code>
pip install ultralytics opencv-python numpy
</code>


== Yolo ==
== Yolo ==

Revision as of 19:29, 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).

pip install ultralytics opencv-python numpy

Yolo

Images

Video

References