SajjadAemmi / YOLOv8-Pose-Classification

YOLOv8 Pose classification and repetition counting with the k-NN algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLOv8 Pose Classification

Pose classification and repetition counting with the k-NN algorithm

Page

Run

  1. Use notebook to create and validate a training set for the k-NN classifier and save them as csv files.

  2. Run classification on a video:

python inference.py --input-video-path <path_to_input_video> --output-dir-path <path_to_output_dir> --class-name <name-of-exercise-class>

About

YOLOv8 Pose classification and repetition counting with the k-NN algorithm


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%