Skip to content

MTCNN V1.0.0

Latest
Compare
Choose a tag to compare
@ipazc ipazc released this 08 Oct 01:37
· 4 commits to master since this release
117e9c6

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

Full Changelog: https://github.com/ipazc/mtcnn/commits/v1.0.0