Merge branch 'master' into expressions
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | ||
| "name": "face-api.js", | ||
| "version": "0.16.1", | ||
| "version": "0.16.2", | ||
| "description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js", | ||
| "module": "./build/es6/index.js", | ||
| "main": "./build/commonjs/index.js", | ||
| ... | ... | @@ -35,15 +35,15 @@ |
| "author": "justadudewhohacks", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@tensorflow/tfjs-core": "0.13.8", | ||
| "tfjs-image-recognition-base": "0.2.0", | ||
| "tfjs-tiny-yolov2": "0.3.0", | ||
| "@tensorflow/tfjs-core": "0.14.2", | ||
| "tfjs-image-recognition-base": "^0.3.1", | ||
| "tfjs-tiny-yolov2": "^0.4.0", | ||
| "tslib": "^1.9.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@tensorflow/tfjs-node": "^0.1.19", | ||
| "@tensorflow/tfjs-node": "^0.1.21", | ||
| "@types/jasmine": "^2.8.8", | ||
| "@types/node": "^10.9.2", | ||
| "@types/node": "^10.12.12", | ||
| "canvas": "^2.0.1", | ||
| "jasmine": "^3.3.0", | ||
| "jasmine-core": "^3.2.1", | ||
| ... | ... |
Please
register
or
sign in
to comment