TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.72k stars 418 forks source link

mtcnn face detection not accurate #80

Open tomriddle54 opened 5 years ago

tomriddle54 commented 5 years ago

I think mtcnn face detection is not accurate because when I ran

from PIL import Image
img = Image.open('images/office1.jpg')
bounding_boxes, landmarks = detect_faces(img)
show_bboxes(img, bounding_boxes, landmarks).show()

I am getting this output image ant this image out of 4 images its detecting 2, but on github its showing it will detect accurately

TreB1eN commented 5 years ago

I don't think so ....

tomriddle54 commented 5 years ago

So what would be the error for the output