InsightFace_Pytorch icon indicating copy to clipboard operation
InsightFace_Pytorch copied to clipboard

I think the MTCNN detect face not accuratc,sometime it does detect no face ?

Open Liuxiang0358 opened this issue 5 years ago • 4 comments

Liuxiang0358 avatar Jul 21 '19 13:07 Liuxiang0358

I may have same problem as you, at #88

NarcissusInMirror avatar Jul 22 '19 12:07 NarcissusInMirror

Can you solve the problem?

sunweixings avatar Apr 29 '20 02:04 sunweixings

Can you solve the problem?

You can have a look at #88 , it may help

NarcissusInMirror avatar Apr 29 '20 03:04 NarcissusInMirror

IMHO this is due to MTCNN weights trained with RGB images whereas OpenCV use BGR: changing image with image[..., ::-1] in L62 in infer_on_video.py or L55 in face_verify.py, give me far better face detection performance

ocastan avatar Dec 16 '20 14:12 ocastan