CNN_face_detection
CNN_face_detection copied to clipboard
Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR
Hi! when I am trying to run create negative_py, I get the error: read_img_name = data_base_dir + '/' + file_list[current_image].strip() IndexError: list index out of range can u help me...
Sorry to bother you. I have run the test code of yours. But the output image has many useless boxes. I have increased the threshold and confidence. Please help me~Thx...
Dear anson: I have ran you code before and now I'd like to train my own caffee model. But I don't understand the training step. For example,I do not know...
Hi anson. when i was creating LMDB files required to train all nets i was mentioned image resize to 256 for width and height and i created LMDB files. is...
hello ,dear anson ,I use the git to detect my test images ,but has many false face rectangles , Can you help me to deal with it ? THX
Dear anson0910 : Could you please show me an example of how to implement the Multi-resolution net structure? I really don't know how to modify the .ptototxt file to implement,...
I am running your method by using face_cascade_fullconv_fddb.py under GPU K80. The speed is quite quite slow. Processing file 1 ... Processing image : 0 Processing image : 10 Processing...
dear anson0910: I am so appreciated your work. I have a question about the 3000 images. Is there a trick to select these negative images? for example: 1. Keep various...
Dear anson, I've trained a detection net use my own data. Now I want to train calibration nets. But I don't know how to do so. What training set should...