WIDER-Face-Detection-using-MTCNN icon indicating copy to clipboard operation
WIDER-Face-Detection-using-MTCNN copied to clipboard

This is my first Internship Project on Deep Learning. This is a challenge of WIDER Face Benchmark whose aim is to detect faces in the images in any condition of various poses, illuminations and occlus...

Results 1 WIDER-Face-Detection-using-MTCNN issues
Sort by recently updated
recently updated
newest added

When I run `python tf_gen_12net_hard_example.py`, mtcnn dependency you don't mention in readme is missing. I tried my luck with "pip install mtcnn" and it works, but then I will get:...