文件名称:jointCascade_py:联合级联人脸检测和对准
文件大小:489KB
文件格式:ZIP
更新时间:2024-05-26 08:22:05
Python
Python中的联合级联人脸检测和对齐 在数据集上实现联合级联人脸检测器。 这个实现是基于。 所有的东西都已经在Ubuntu 14.04上进行了测试。 依存关系 以下所有模块均可通过pip轻松安装 在Ubuntu 14.04上安装脚本 须藤aptitude安装python-pip gfortran imagemagick sudo pip安装枕头numpy scipy sklearn 须藤aptitude安装python-opencv AFW上的演示 I have trained a model based on AFW(only contain 337 faces) with 5 non-face images for demo 。 您应该在大型数据集上训练模型 在下载AFW数据集 在配置文件夹中的afw.txt和neg.txt中自己替换afw的位置(我的位置是/home/samuel/
【文件预览】:
jointCascade_py-master
----.gitignore(17B)
----cascade()
--------__init__.py(22B)
--------cascade.py(5KB)
--------carm()
----utils()
--------__init__.py(27B)
--------util.py(891B)
----README.md(2KB)
----demo()
--------demo_train.py(2KB)
--------demo_detect.py(3KB)
----config()
--------neg.txt(325B)
--------afw.txt(13KB)
--------afw_model()
--------afw_config.py(1KB)
--------neg()
--------pos.jpg(82KB)
----dator()
--------shape.py(1KB)
--------bootstrap.py(5KB)
--------__init__.py(21B)
--------reader.py(4KB)
--------data.py(5KB)