https://github.com/deathmemory/dmssim
Image similarity recognition
https://github.com/deathmemory/dmssim
Last synced: 8 months ago
JSON representation
Image similarity recognition
- Host: GitHub
- URL: https://github.com/deathmemory/dmssim
- Owner: deathmemory
- Created: 2022-03-06T11:34:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T08:53:35.000Z (over 3 years ago)
- Last Synced: 2025-09-11T04:36:10.718Z (9 months ago)
- Language: C
- Size: 16.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
图片相似度识别,去重。
主入口 `ssim.py`
# 安装依赖环境
1. 本程序在 [python3](https://www.python.org/downloads/) 环境下测试通过。
2. 安装依赖库
```bash
pip install -r requirements.txt
```
# 使用
```
usage:
1. 识别指定文件夹中的相似图片
python3 ssim.py
2. 识别新增图片文件夹中与已去重文件夹的相似图片
python3 ssim.py
```
相似的图片会移动到 `/reps` 目录下
参考:
https://blog.csdn.net/enter89/article/details/90293971
https://blog.csdn.net/vivian_ll/article/details/89915490