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

Can the model detect and align once one batch? #48

Open ParadoxZW opened 5 years ago

ParadoxZW commented 5 years ago

It is too slow to do the face detection and alignment when dataset is large if process images one by one. So I wander if it is possible to change your script a little bit to make it work when the input is a batch?

guptarohit commented 4 years ago

+1