Skip to content

Limerin555/Real-time_Upper_Body_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Upper Body Detection

A Python script that detects human upper body in real-time.

How It Works

Using OpenCV's upperbody Haar Cascade for positive human upper body detection from a video source or live webcam feed. Whenever a positive is detected, it will highlight the detected positives with a green rectangular box, human objects will be highlighted with multiple boxes when multiple positives detected.

Example 1 Example 2

Dependencies

Video Source

Pexels Videos - Black And White Footage Of Train Station

Getting Started

Prerequisites

Install all dependencies before moving on.

Run the Script

To run the script just punch in

python real_time_upper_body_detection.py

Make necessary changes to the code to suit your needs.

Acknowledgement

This is an open source project, you may replicate, modify or use the code as an extension to your own project.

As for the video, you may copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

About

A Python script that detects human upper body in real-time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages