yxqAIxp
yxqAIxp
You can try [PFLD_68points_Pytorch](https://github.com/github-luffy/PFLD_68points_Pytorch) or [PFLD-68points-tensorflow](https://github.com/github-luffy/PFLD-68points-tensorflow)
You can try [PFLD_68points_Pytorch](https://github.com/github-luffy/PFLD_68points_Pytorch).
mean error:0.055 failure rate:0.086
添加训练样本或者修改网络,我都尝试了,最好的效果mean error:0.055,failure rate:0.086;现在准备在移动端测试速度,看能否使用。
网络用的mobileNetV3,10000多张人脸,做数据增强后,总共30多万张图片。
测试集不变,从其他人脸库找了新的数据
都是68点的数据------------------ 原始邮件 ------------------ 发件人: "Sawyer000" 发送时间: 2019年7月26日(星期五) 上午10:56 收件人: "guoqiangqi/PFLD"; 抄送: "叶修强";"Comment"; 主题: Re: [guoqiangqi/PFLD] 提升精度问题 (#28) 测试集不变,从其他人脸库找了新的数据 不同数据集算Wn问题你怎么解决的呢,我改到了0.060,没有其他数据。能否分享下学习率等的设置 — You are receiving this because you commented. Reply to this...
你们嘴巴训练的效果怎么样,会不会偶尔嘴巴的点就飘了,下不来的情况?
You can try [PFLD_68points_Pytorch](https://github.com/github-luffy/PFLD_68points_Pytorch) or [PFLD-68points-tensorflow](https://github.com/github-luffy/PFLD-68points-tensorflow)
测试效果差?不好意思,不知道你们用的是哪个测试代码,但暂时发现camera.py是存在代码bug,修正后可参考此[camera.py](https://github.com/github-luffy/PFLD_68points_Pytorch/blob/master/camera.py)或者[test.py](https://github.com/github-luffy/PFLD_68points_Pytorch/blob/master/test.py)。