Skip to content

bharath5673/YOLOv5-OpenPose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv5-OpenPose

Simple code Combining YOLOv5 with MediaPipe allows you to leverage the real-time object detection capabilities of YOLOv5 within the MediaPipe framework. This combination can enable you to develop computer vision applications that process video streams or webcam inputs and perform object detection in real-time, all while utilizing the CPU for computation. By utilizing the CPU, you can run the YOLOv5 + MediaPipe pipeline on a wider range of devices without requiring dedicated GPUs or specialized hardware.

Overall, the YOLOv5 + MediaPipe combination provides a flexible and efficient solution for real-time object detection tasks, with the added benefit of CPU compatibility, making it suitable for a variety of computer vision applications.

install dependancies

### 
pip install yolov5
pip install mediapipe

and run

### 
python3 main.py

Demo