ntshvicky / yolo-image-differences

Find the missing object in two different images using Yolo V3 and Python and OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yolo-image-differences

Find the missing object in two different images using Yolo V3 and Python and OpenCV.

This file help you to find out missing object from two same but small diiferences based images.

Requieremnts

Python 3.5+ OpenCV Numpy

Execute using this command (python 3 user use python3)

python yolo.py -i1 .\images\dining_table.jpg -i2 .\images\dining_table2.jpg -y .\yolo-coco\

Download Yolo Folder's File (Weight,cfg and name)

https://drive.google.com/file/d/1ANEk5nYFxP3aBUV48cPhTXNgwff_RhKw/view?usp=sharing

About

Find the missing object in two different images using Yolo V3 and Python and OpenCV


Languages

Language:Python 100.0%