Skip to content

Repository using Transfer learning of Yolov8n-pose to obtain key points in pose estimation and time series generation for each video frame

Notifications You must be signed in to change notification settings

AthleticML-Analytics/YOLOv8_Pose_TimeSeries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pose Estimation and Key Point Extraction using YOLOv8

Installation

Use a virtual environment to manage dependencies.

pip install virtualenv

Create and activate a virtual environment:

python3 -m venv pose-estimation
source pose-estimation/bin/activate

Install the necessary dependencies:

pip install -U -r requirements.txt

Run the code:

python3 YOLOv8_Pose_estimation_videoCapture.py

About

Repository using Transfer learning of Yolov8n-pose to obtain key points in pose estimation and time series generation for each video frame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages