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?