Skip to content

Latest commit

 

History

History
 
 

duplicate-image-remover

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Duplicate Image Remover

This is a command line tool to remove any duplicate images found in a folder using hashing.

Libraries

  • argparse
  • numpy
  • imutils
  • opencv-python
  • os

How to Run

python "duplicate-image-remover.py" --dataset ./test --remove 1

Trained Using Stanford Dogs Dataset.