Skip to content

MTCNN Face Detection v1.2.0

Compare
Choose a tag to compare
@justinpinkney justinpinkney released this 01 Apr 13:19
· 23 commits to master since this release
fb1fec4
  • Adds support for R2019a
    • Uses DAGNetwork versions of the CNNs for compatibility with R2019a
  • detect and detectFaces functions accept uint8, single, and double image types
    • singles and doubles are expected to be in the range 0-1
    • uint8s are expected to be in the range 0-255
  • fixes a bug in proposeRegions for certain image sizes.