Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath5673 authored Jun 1, 2023
1 parent c5d3d7e commit e50ab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YOLOv5-OpenPose

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.
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.

Expand Down

0 comments on commit e50ab6b

Please sign in to comment.