Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 630 Bytes

rmSimilarImg

Overview

A script deletes similar images through vectorization and clustering of images.

The following options are avalidable for vectorization:

Clustering by KMeans

Requirement

python >= 3.6.4
pip install -r requairements.txt

Usage

python main.py INPUT_DIR OUTPUT_DIR NUM_SAMPLE 
            [-h] [--extractor {Xception,whash}]