Skip to content

tinkertanker/MCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yoga Pose Classification with MoveNet on DepthAI

This demo demonstrates the classification of poses.

Install

Install the required packages with the following command:

python3 -m pip install -r requirements.txt

Usage

For host mode

-> python3 demo.py

For edge mode

-> python3 demoe.py

CSV Folder

The fitness_poses_csvs_out_processed_f contains csv files, one for each pose. It contains information on the sample images of each class. The first column is the image name, and next there are x and y coordinates corresponding to each joint point for that image, nose, left eye, right eye and so on. It contains x and y coordinates for 17 joint keypoints. To create more poses, change line 46 of data_col.py to the name of the new pose.

MCP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages