InsightFace_Pytorch
InsightFace_Pytorch copied to clipboard
I think the MTCNN detect face not accuratc,sometime it does detect no face ?
I may have same problem as you, at #88
Can you solve the problem?
Can you solve the problem?
You can have a look at #88 , it may help
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