Skip to content

Files

Latest commit

1d27932 · Oct 1, 2020

History

History
This branch is 230 commits behind Py-Contributors/awesomeScripts:master.

duplicate-image-remover

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.