ipazc / mtcnn

MTCNN face detection implementation for TensorFlow, as a PIP package.
MIT License
2.18k stars 526 forks source link

Neither from mtcnn nor from mtcnn.mtcnn allows access to MTCNN #74

Open thinus-potgieter opened 4 years ago

thinus-potgieter commented 4 years ago

I am using Windows 10 with Anaconda Python 3.7.3 I installed mtcnn with pip install mtcnn and it appeared successful. However I cannot access MTCNN

with: with from mtcnn import MTCNN I get: cannot import name 'MTCNN' from 'mtcnn'

with: with from mtcnn.mtcnn import MTCNN I get: No module named 'mtcnn.mtcnn'; 'mtcnn' is not a package

krshashank963 commented 4 years ago

try it by keeping mtcnn module in directory ..:\users....\anaconda3\lib\site-packages

hope it will work

thinus-potgieter commented 4 years ago

Thank you. It worked.

On Mon, 23 Mar 2020 at 05:55, Shashank rajput notifications@github.com wrote:

try it by keeping mtcnn module in directory ..:\users....\anaconda3\lib\site-packages

hope it will work

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ipazc/mtcnn/issues/74#issuecomment-602371542, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABX66RAJIZKXDRTETJDTLV3RI3MRVANCNFSM4KC2BDLQ .