Skip to content

AbirLOUARD/Object-Recognition-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Recognition

Table of contents

Introduction

This algorithm is able to compare two pictures of the same room and detects the different objects in order to bring out the changes.

Technologies

Project created with: Python 3.9

How To Use

Don't forget to install open cv.

pip install opencv-python

In your Terminal

git clone https://github.com/AbirLOUARD/Object-Recognition-Py.git

You must indicate the path to the folder where the images are stored. when executing the script:

python main.py folder

You have to recover all the images, be careful to separate the reference image of the images to be compared. For this, use the following agreements:

  • The name of the reference image must start with “Reference”.
  • Images must be in JPG format.

About

Recognize the difference between two pictures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages