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 occlusions. And we managed to get the accuracy of 91% in detecting every type of images.
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:
ImportError: cannot import name 'PNet' from 'mtcnn'.
Is there any particular version of this library that your code expects or is there any particular repository that should be used instead?
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:ImportError: cannot import name 'PNet' from 'mtcnn'
. Is there any particular version of this library that your code expects or is there any particular repository that should be used instead?