Skip to content

In this project, Implemented Yolov7-pose for Human pose estimation

Notifications You must be signed in to change notification settings

adinathkale01/Yolov7-Human-Pose-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolov7-Human-Pose-estimation

In this project,Implemented Yolov7-pose for Human pose estimation

setup to run code on windows 11

  1. create virtual environment in anaconda prompt using following command
  • conda create -n yolov7_custom python=3.9
  1. To activate environment
  • conda activate yolov7_custom
  1. clone the repository
  1. Go to cloned folder
  • cd yolov7-pose-estimation
  1. Install pakages using following command
  • pip install -r requirements.txt
  1. Download Yolov7 pose estimation weights from official github and put it inside current working directory
  1. For pose estimation on video/webcam use pose-estimate.py fileo and to execute this file use following command. #For CPU
  • python pose-estimate.py --source "your custom video.mp4" --device cpu
  1. For Pushup_counting use pushup_counter.py file and to execute this file use following command #For CPU
  • python pushup_counter.py --source "pushup.mp4" --device 0 --curltracker=True

Results/Outputs videos

References

About

In this project, Implemented Yolov7-pose for Human pose estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages