xialuxi / arcface-caffe

insightface-caffe
MIT License
279 stars 124 forks source link

landmark 检测不准 #27

Closed LilioISnotAfox closed 5 years ago

LilioISnotAfox commented 5 years ago

你好,我尝试了两个模型的关键点检测,出来的效果都不准。后来尝试加了人脸框检测,并未有所改善,请问是什么地方我忽略了吗?

xialuxi commented 5 years ago

请问你使用的是什么人脸检测算法?

LilioISnotAfox commented 5 years ago

旷视的API

LilioISnotAfox commented 5 years ago

使用您的mtcnn检测出来的landmark也不准

xialuxi commented 5 years ago

能否把你的图片画上检测狂,贴出来看下?

LilioISnotAfox commented 5 years ago

1 (3) 3 (3)

xialuxi commented 5 years ago

建议更换检测算法,你的人脸框偏向于dlib的结果,而模型使用的是ssd的算法跑出来的,两个算法给的框差别很大。

LilioISnotAfox commented 5 years ago

请问检测得到的人脸框应该直接输入网络还是画在图片上输入?

xialuxi commented 5 years ago

截出来人脸,做关键点检测。

LilioISnotAfox commented 5 years ago

好的,非常感谢您的解答!