基于深度学习颜值评分进行自拍照片筛选,灵感来源:看到@小众软件 转发的 @睡到人间吃饭时 的微博
使用ResNet18模型对文件夹中的每张照片进行评分,排序后将分数最高的n张复制到目标文件夹中。
若对模型效果不满意,可以自行训练替换models
目录下的模型,或对配置文件config.ini
中model
项的路径进行修改。
- 从源代码运行 首先安装好需要的包
$ pip install -r requirements.txt
随后使用python运行photo_filter.py
$ python photo_filter.py
- 使用编译好的程序(Windows)
下载photo_filter_windows_x64.zip,解压后双击
photo_filter.exe
运行。
The emoji graphics are from the open source project Twemoji. The graphics are copyright 2020 Twitter, Inc and other contributors. The graphics are licensed under CC-BY 4.0. You should review the license before usage in your project.