FaceDetector icon indicating copy to clipboard operation
FaceDetector copied to clipboard

A re-implementation of mtcnn. Joint training, tutorial and deployment together.

Results 11 FaceDetector issues
Sort by recently updated
recently updated
newest added

When I try to generate training data for onet I receive a memory error in the middle of processing the image files. I am using pytorch 1.5. Any help would...

Hi, against, I found there is a misused w.r.t. image w,h in mtcnn/train/gen_landmark.py#gen_landmark_data(): ` cv2.cvtColor(img, cv2.COLOR_RGB2BGR) # Do this for compatible with caffe model img_w = img.shape[0] img_h = img.shape[1]...

hi, I dived into the project today, it seems a bug in the mtcnn/train/data.py#get_training_data(): ` positive_dest = os.path.join(output_folder, suffix, 'positive') ` this line is nouse since the below line misued...

Hi, Is it possible to train this model from scratch ?

We caculate Correspondence by this fomula: x1 = x1_map * 2 + 1, y1 = y1_map * 2 + 1, x2 = x1_map * 2 + 1 + 12, y2...

Hi thanks for sharing code. if num = 0 https://github.com/faciallab/FaceDetector/blob/5b588f58884086d005a5ac67bd39a03ce631f8f4/mtcnn/datasets/wider_face.py#L43, for example 10422 0--Parade/0_Parade_Parade_0_452.jpg 10423 0 10424 0 0 0 0 0 0 0 0 0 0 10425 0--Parade/0_Parade_Parade_0_630.jpg then,...

The torch version is 1.0. The error message is as follows. What is the problem? /usr/local/lib/python2.7/site-packages/mtcnn/network/mtcnn_pytorch.py:9: UserWarning: nn.init.xavier_uniform is now deprecated in favor of nn.init.xavier_uniform_. nn.init.xavier_uniform(m.weight.data) /usr/local/lib/python2.7/site-packages/mtcnn/network/mtcnn_pytorch.py:10: UserWarning: nn.init.constant is...