mtcnn
mtcnn copied to clipboard
MTCNN face detection implementation for TensorFlow, as a PIP package.
This can disable the progress bar ref #121
in setuptools 69 i get this error ``` ImportError: cannot import name 'setuptools' from 'setuptools' (/nix/store/f3qdwzblc4p7as5p46zhmh7f48xa62c8-python3.10- setuptools-69.1.1/lib/python3.10/site-packages/setuptools/__init__.py) ```
When I test mtcnn with huge number of images, it shows long logs: ``` 1/1 [==============================] - 0s 11ms/step 1/1 [==============================] - 0s 12ms/step 1/1 [==============================] - 0s 12ms/step 1/1...
I got this error all the time. I can't use any single function of this library, tried both on Macos Mojave and Windows 10 with both python 3.7 or 3.11....