Skip to content

This code shows a brief example of how I apply computer vision to measure joint kinematics and kinetics during a gym workout session.

Notifications You must be signed in to change notification settings

marcus-24/CV_Fitness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision (CV) Fitness

Objective

The purpose of this project is to use pre-trained computer vision-based models to generate joint kinematics during a lifting workout. Then use a physics model to estimate the joint kinetics (muscle torque).

Setup

This section focuses on setting up the libraries and downloading pre-trained models to run this code. All of these commands need to be executed in the CV_Fitness folder.

Installing Python Environment

To install the python environment for this project, use the following command (in command prompt for Windows and bash terminal for Linux):

conda env create -f environment.yml

About

This code shows a brief example of how I apply computer vision to measure joint kinematics and kinetics during a gym workout session.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages