Skip to content

human poses detection in joint research on drone project.

Notifications You must be signed in to change notification settings

ReallyWarm/poses-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human Poses Detection

Human poses detection in joint research on drone project.

Only detects human pose with the arms' angle.

Pose Type

  • Strong pose
  • T pose
  • Lifted up right
  • Lifted up left
  • Raised up
  • Raised right
  • Raised left
  • Dab right
  • Dab left

Libraries

  • opencv
  • mediapipe

Set variables

> Detection.py
# set MODE = 0 -> use webcam
#     MODE = 1 -> use image
MODE = 0 # default

# set INFO = range(number_of_landmarks) -> show landmarks informations in the terminal.
INFO = 0 # default

# set START_DEBUG = True -> show fps, arms angles, and pose type on the webcam window.
START_DEBUG = True # default

Example Images

1.jpg

2.jpg

About

human poses detection in joint research on drone project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages