JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
PyPoseDetector.PyPoseDetector Class Reference

Human body pose detection using MediaPipe. More...

Public Member Functions

def __init__ (self)
 Constructor. More...
 
def processGUI (self, inframe, helper)
 Process function with GUI output. More...
 

Public Attributes

 timer
 
 mp_pose
 
 pose
 
 use_brect
 

Detailed Description

Human body pose detection using MediaPipe.

Detect human body pose using MediaPipe in Python

This code is derived from sample_pose.py at https://github.com/Kazuhito00/mediapipe-python-sample

Author
Laurent Itti
Videomapping:
JVUI 0 0 30.0 CropScale=RGB24@512x288:YUYV 1920 1080 30.0 JeVois PyPoseDetector
Email:
itti@usc.edu
Address:
University of Southern California, HNB-07A, 3641 Watt Way, Los Angeles, CA 90089-2520, USA
Main URL:
http://jevois.org
Support URL:
http://jevois.org/doc
Other URL:
http://iLab.usc.edu
License:
GPL v3
Distribution:
Unrestricted
Restrictions:
None

Definition at line 27 of file PyPoseDetector.py.

Constructor & Destructor Documentation

◆ __init__()

def PyPoseDetector.PyPoseDetector.__init__ (   self)

Constructor.

Definition at line 30 of file PyPoseDetector.py.

Member Function Documentation

◆ processGUI()

Member Data Documentation

◆ mp_pose

PyPoseDetector.PyPoseDetector.mp_pose

Definition at line 35 of file PyPoseDetector.py.

◆ pose

PyPoseDetector.PyPoseDetector.pose

Definition at line 36 of file PyPoseDetector.py.

Referenced by PyPoseDetector.PyPoseDetector.processGUI().

◆ timer

◆ use_brect

PyPoseDetector.PyPoseDetector.use_brect

Definition at line 38 of file PyPoseDetector.py.

Referenced by PyPoseDetector.PyPoseDetector.processGUI().


The documentation for this class was generated from the following file: