YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

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

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?

mengzhibin commented 5 years ago

@pangyupo I also have the same question, for the detection cost nearly 200ms.