YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

Detecting faces in list of images #30

Closed SiddhardhaSaran closed 6 years ago

SiddhardhaSaran commented 6 years ago

How do i use this code to detect faces in not one image but in a folder which contains images?. I tried using a for loop but it wasn't working.The error i get is because of the multiprocessing used in this code.