anson0910 / CNN_face_detection

Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR
253 stars 148 forks source link

where is the positive_1 ~ positive_15 #12

Closed hiyijian closed 8 years ago

hiyijian commented 8 years ago

hi @anson0910 , I noticed that the positive samples are generated by aflw.py. Right? However this script only output positive_16 ~ positive_17, rather than 1-15. So I wonder what script positive 1-15 are generated from?

anson0910 commented 8 years ago

Hi hiyijian, I used datasets such as CACD, feret, 10kUS, and Caltech before. However, according to my experiments, using the AFLW dataset can achieve adequate accuracy.