Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshs472/real-time-object-detection

Real time object detection that detects approximately 80 objects!!!!
https://github.com/harshs472/real-time-object-detection

coco numpy python yolov3

Last synced: about 1 month ago
JSON representation

Real time object detection that detects approximately 80 objects!!!!

Awesome Lists containing this project

README

        

# Real-time-object-detection
Real time object detection that detects approximately 80 objects!!!!

This project is a real-time object detection system that uses deep learning models to identify and classify objects in live video streams. It is built using Python and various computer vision and deep learning libraries.

## Table of Contents

- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Models](#models)
- [Configuration](#configuration)
- [License](#license)

## Features

- Detects objects in real time from video or webcam feed
- Configurable to detect multiple classes
- Easily extendable to different models
- Supports popular object detection models like YOLO, SSD, and Faster R-CNN
- Optional support for GPU acceleration for faster detection

## Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

- Python 3.6 or higher
- OpenCV
- PyTorch / TensorFlow (depending on the model)
- CUDA (optional, for GPU support)