1 Star 0 Fork 2

keyduan/libfacedetection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ChangeLog 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Shiqi Yu 提交于 2019-03-14 15:40 +08:00 . Open Source!
2019-03-13
---------------------
* Release the source code and the model files. Removed the binary libary.
2018-11-17
---------------------
* Replaced the AdaBoost methods with a CNN based one.
2017-02-24
---------------------
* landmark detection speed reaches to 0.8ms per face. The former version is 1.7ms per face.
2017-01-20
---------------------
* 68-point landmark detection added.
2016-11-24
---------------------
* Added benchmark.cpp which can run face detection in multiple threads using OpenMP.
2016-11-16
---------------------
* Bugs in the previous version were fixed. std::vector was removed from the API because it can cause error.
2016-11-10
---------------------
* The API was updated. std::vector was involved.
* The functions can be called in multiple threads at the same time.
2016-10-6
---------------------
* The algorithm has been speeded up greatly (2x to 3x).
* The true positive rates (FDDB) have been improved 1% to 2% at FP=100.
* Multi-core parallelization has been disabled. The detection time is still the same.
2016-9-16
---------------------
* Speedup again.
* Change function name facedetect_frontal_tmp() to facedetect_frontal_surveillance(). This function now uses a new trained classifier which can achieve a higher detection speed.
2016-6-28
---------------------
* 64-bit dll added since there are so many users request it.
* An easter egg is hidden in the 64-bit dll. Can you find it?
2016-6-8
---------------------
* Speedup 1.2x
* Added an experimental function facedetect_frontal_tmp(). The function can gain a higher detection rate in video surveillance.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/keyduan_admin/libfacedetection.git
git@gitee.com:keyduan_admin/libfacedetection.git
keyduan_admin
libfacedetection
libfacedetection
master

搜索帮助