Releases: justadudewhohacks/face-api.js
Releases · justadudewhohacks/face-api.js
0.12.1
0.12.0
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
features:
- implements tiny yolo v2 using separable convolutions for face detection in realtime and on mobile devices
- allFacesTinyYolov2 shortcut function
0.10.1
0.10.0
features:
- added an implementation of Tiny Yolo v2 for face detection
0.9.2
fixes:
- fixed loadWeightMap always loading from relative uri
0.9.1
fixes:
- fixed face alignment bug, which broke faceapi.allFaces, introduced with version 0.9.0
0.9.0
features:
- implemented face alignment from 5 point face landmarks
- added allFacesMtcnn (mtcnn equivalent of allFaces)
0.8.0
features:
- implemented MTCNN for faster Face Detection and 5 Point Face Landmark Detection
0.7.0
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