随笔分类 - 人脸检测与识别
摘要:insightface作者训练的mobileFaceNet: https://github.com/deepinsight/insightface/issues/214 ncnn的转换:https://github.com/honghuCode/mobileFacenet-ncnn 训练记录:htt
阅读全文
摘要:http://www.cnblogs.com/shouhuxianjian/p/9789243.html
阅读全文
摘要:https://zhuanlan.zhihu.com/p/60747096 https://www.cnblogs.com/darkknightzh/p/8524937.html https://blog.csdn.net/qq_14845119/article/details/76154976 h
阅读全文
摘要:1、SSH单阶人脸段检测器,在不同层检测不同scale的人脸,而不是使用mtcnn中金字塔的方式,从而实现加速。 2、SSH的整体结构,3个module的stride分别为8,16,32,使用不同的感受野,从而实现多尺度;三个Module独立训练、检测, 最终结果NMS。 3、检测模块和上下文模块。
阅读全文