Skip to content

Releases: justadudewhohacks/face-api.js

0.12.1

13 Sep 11:49
Compare
Choose a tag to compare
  • output commonjs instead of es6

fixes:

  • export ssdMobilenetv1 #85
  • moved tslib from devDependencies to dependencies #91

0.12.0

27 Aug 15:26
Compare
Choose a tag to compare

mainly moved shared code to tfjs-image-recognition-base and tfjs-tiny-yolov2

other:

  • bumped tfjs-core version to latest (0.12.14)

0.11.0

17 Aug 19:43
Compare
Choose a tag to compare

features:

  • implements tiny yolo v2 using separable convolutions for face detection in realtime and on mobile devices
  • allFacesTinyYolov2 shortcut function

0.10.1

13 Aug 12:08
Compare
Choose a tag to compare

fixes:

  • fixed exception in extractFaceTensors and extractFaces when rectangle overlaps image borders
  • allow loading of model files from external uris #69

0.10.0

31 Jul 15:48
Compare
Choose a tag to compare

features:

  • added an implementation of Tiny Yolo v2 for face detection

0.9.2

26 Jul 09:08
Compare
Choose a tag to compare

fixes:

  • fixed loadWeightMap always loading from relative uri

0.9.1

24 Jul 08:36
Compare
Choose a tag to compare

fixes:

  • fixed face alignment bug, which broke faceapi.allFaces, introduced with version 0.9.0

0.9.0

16 Jul 11:49
Compare
Choose a tag to compare

features:

  • implemented face alignment from 5 point face landmarks
  • added allFacesMtcnn (mtcnn equivalent of allFaces)

0.8.0

14 Jul 15:22
Compare
Choose a tag to compare

features:

  • implemented MTCNN for faster Face Detection and 5 Point Face Landmark Detection

0.7.0

06 Jul 09:45
Compare
Choose a tag to compare

features:

  • parameters of the neural nets can now be retrieved, manipulated and disposed
  • neural nets are now trainable, e.g. make params variable: net.variable(), freeze weights: net.freeze()

fixes:

  • fixed minor memory leaks arising from loading the parameters