10pavan / YOLO-Real-time-object-detection-Computer-Vision

This project aims to do real-time object detection through a laptop cam using OpenCV. The idea is to loop over each frame of the video stream, detect objects, and bound each detection in a box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLO-Real-time-object-detection-Computer-Vision

Introduction

This project aims to do real-time object detection through a laptop camera or webcam using OpenCV. The idea is to loop over each frame of the video stream, detect objects like person, chair, dog, etc. and bound each detection in a box

obj image

About

This project aims to do real-time object detection through a laptop cam using OpenCV. The idea is to loop over each frame of the video stream, detect objects, and bound each detection in a box.


Languages

Language:Python 100.0%