文件名称:face-filter-dlib:在python中使用dlib进行面部滤镜效果
文件大小:70.55MB
文件格式:ZIP
更新时间:2024-04-07 18:25:00
Python
使用dlib的人脸过滤器和使用Python的OpenCV 在Python中使用OpenCV和dlib的面部滤镜效果。 测试脚本显示了绘制的所有点以及蒙版应用的每个步骤。 安装依赖项 pip install -r requirements.txt 运行程序 python main.py 运行测试脚本 python test.py 冷却眼镜资产:
【文件预览】:
face-filter-dlib-main
----.gitignore(2KB)
----requirements.txt(71B)
----shape_predictor_68_face_landmarks.dat(95.08MB)
----assets()
--------12237.jpg(1.58MB)
--------cooler.png(128KB)
--------License free.txt(1KB)
----LICENSE(1KB)
----landmarks.png(14KB)
----README.md(419B)
----test.py(3KB)
----main.py(2KB)