anson0910 / CNN_face_detection_models

11 stars 11 forks source link

Train database #2

Open AliaAl opened 7 years ago

AliaAl commented 7 years ago

Hi, Thanks for sharing! I have a question about your training database. I was wondering on which database you have train your models.

anson0910 commented 7 years ago

Hi, I used positive images(faces) from the AFLW dataset, and at least 3000 images without any faces (negative images). You can get negative patches from the Microsoft COCO dataset, and collect those that don't contain the category 'person'. Other details can be found in the README here!

AliaAl commented 7 years ago

Thank you