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

what size of img cannot send into the net? #32

Open hrlqq opened 6 years ago

hrlqq commented 6 years ago

i found if the img is too big, eg. 3000*2000, the detection function is corrupt. so i want to know why

xcls1117 commented 6 years ago

You can check your memory to see if the Pnet output too many boxes when the img is too big.