Skip to content

ntshvicky/yolo-image-differences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages