YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

Your code does not work for the following image and is likely to be buggy. #22

Open yxchng opened 6 years ago

yxchng commented 6 years ago

It gives negatives in [dy, edy, dx, edx, y, ey, x, ex, tmpw, tmph].

It seems like your conversion from matlab indexing to python indexing is wrong somewhere. I advise you to not do the conversion in the middle. You should follow the matlab code and only converts it to python indexing at the very end since the code is trained in matlab.

sean vincent gillis-48-9528190