You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: