Go to file
maxjhandsome 1adb2e11b1 ADD file via upload 2021-10-18 10:04:46 +08:00
README.md Update README.md 2021-05-25 23:43:21 -07:00
duplicate.py Update duplicate.py 2021-02-16 16:02:39 -07:00
duplicate_v2.py Add files via upload 2021-05-25 23:41:36 -07:00
requirements.txt Update requirements.txt 2021-04-18 17:57:14 -07:00
注册异常说明.txt ADD file via upload 2021-10-18 10:04:46 +08:00

README.md

Duplicate-Photos-Finder

Find all the duplicate images in a folder by pixel-wise comparison and deletes them. Repeats it for all sub-directories as well.

v2 uses 2x2 average pooling to reduce the image size. Provides faster execution and lowers memory consumption.


This code requires Python3. Run the following command to install all the dependencies:

pip install -r requirements.txt

Use the following command to run the code:

python duplicate.py --inspection_dir "D:\Pictures\"