What's Changed
- Create min_face_size property by @xolott in #16
- Fix some warning messages by @akofman in #19
- new version of numpy has allow_pickle=False by default by @elmahyai in #32
- Compatibility for tensorflow 2.0 by @r-or in #42
- Fix with new numpy by @xellDart in #34
- Convert images to RGB in examples by @statsmaths in #45
- Changed the colormap to BGR during imwrite. by @raviam in #51
- Update layer_factory.py to be compatible with tf 2.0 by @xanjay in #61
- Fixed getting negative image coordinates from 'box' key. Fixes #11 by @MattyB95 in #70
- Update network/factory.py for tf2.0 compatibility by @christian-rncl in #85
- Now you can use it as a library by @CyrusOfEden in #86
- Fixes width and height bug from negative image coordinates. Fixes #92 by @MattyB95 in #94
- Jupyter notebook example by @huberemanuel in #106
- Refactored MTCNN codebase with significant optimizations. Version 1.0.0 by @ipazc in #133
New Contributors
- @xolott made their first contribution in #16
- @akofman made their first contribution in #19
- @elmahyai made their first contribution in #32
- @r-or made their first contribution in #42
- @xellDart made their first contribution in #34
- @statsmaths made their first contribution in #45
- @raviam made their first contribution in #51
- @xanjay made their first contribution in #61
- @MattyB95 made their first contribution in #70
- @christian-rncl made their first contribution in #85
- @CyrusOfEden made their first contribution in #86
- @huberemanuel made their first contribution in #106
- @ipazc made their first contribution in #133
Full Changelog: https://github.com/ipazc/mtcnn/commits/v1.0.0