kpzhang93 / MTCNN_face_detection_alignment

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
MIT License
2.8k stars 1.01k forks source link

Paper have a typo? #42

Open mrgloom opened 5 years ago

mrgloom commented 5 years ago

Equation 1 from paper have a typo? Looks like it should be cross-entropy loss which one is -(y_true*log(y_pred)+(1-y_true)*log(1-pred_y) and not -(y_true*log(y_pred)+(1-y_true)*(1-log(pred_y))) as in paper.

ZhiqiJiang commented 5 years ago

I also think so. It's an error.

jszgz commented 4 years ago

I also think so. It's been bothering me for a long time.