bharath5673 / YOLOv5-OpenPose

YOLOv5-OpenPose designed for CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

YOLOv5-OpenPose designed for CPU


Languages

Language:Python 100.0%