Skip to content

A project to detect objects in real time with an accuracy of over 50%!

Notifications You must be signed in to change notification settings

ameeshagireesh/Object-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-Detector

A project written in Python using OpenCV, that helps to detect objects. This project has a sweet balance between speed and accuracy.

You will be able to run this project in real time and will be able to identify objects that has a detection accuracy of over 50%!

Pre-requisites

  • Python

Installation

  1. Clone this repository

git clone https://github.com/ameeshagireesh/Object-Detector.git

  1. Move into the folder

cd Object-Detector

  1. Set up a virtual environment

pip install virtualenv

python -m virtualenv .

source bin/activate

  1. Install required libraries

pip install opencv-python

  1. Run using python interpreter

About

A project to detect objects in real time with an accuracy of over 50%!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages