fixed landmark postprocessing + resize input canvases instead of tensors to net…
fixed landmark postprocessing + resize input canvases instead of tensors to net input size, which is much more performant
Showing
| ... | ... | @@ -22,8 +22,8 @@ |
| "license": "MIT", | ||
| "dependencies": { | ||
| "@tensorflow/tfjs-core": "^0.12.14", | ||
| "tfjs-image-recognition-base": "^0.0.0", | ||
| "tfjs-tiny-yolov2": "0.0.2", | ||
| "tfjs-image-recognition-base": "0.1.0", | ||
| "tfjs-tiny-yolov2": "0.1.0", | ||
| "tslib": "^1.9.3" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
src/faceLandmarkNet/FaceLandmark68NetBase.ts
0 → 100644
src/mtcnn/MtcnnBox.ts
0 → 100644
test/data/facesFaceDescriptors.json
0 → 100644
test/data/mtcnnFaceLandmarkPositions.json
0 → 100644
Please
register
or
sign in
to comment