This algorithm is able to compare two pictures of the same room and detects the different objects in order to bring out the changes.
Project created with: Python 3.9
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.