更新: 我把用alex-net finetune的aflw model 放在百度云盘上,欢迎大家下载: .
deep learning 如何实现face detection呢? 这里介绍yahoo最新的一篇论文Multi-view Face Detection Using Deep Convolutional Neural Networks. 个人写了代码实现,实现效果还不错, 代码:
实验步骤:
1. Image Preprocess aflw dataset[1]. Use iou>=0.5 as positive, iou<=0.3 as negative.
2. Fine-tune Alex-Net using AFLW dataset.
3. Convert fully connected layers into convolutional layers by reshaping layer parameters, see [2]
4. Get heat map for each scale of image.
5. Process heat map by using non-maximal suppression to accurately localize the faces.
Reference:
[1]/
[2] .ipynb
本文发布于:2024-02-02 14:28:48,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170685532544416.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |