Merge pull request #19 from justadudewhohacks/commonjs
commonjs
Showing
File moved
build/NetInput.js.map
0 → 100644
File moved
build/Point.js.map
0 → 100644
File moved
build/Rect.js.map
0 → 100644
build/commons/convLayer.js.map
0 → 100644
build/commons/extractWeightsFactory.js.map
0 → 100644
build/commons/getCenterPoint.js
0 → 100644
build/commons/getCenterPoint.js.map
0 → 100644
build/commons/isTensor.js.map
0 → 100644
build/commons/loadWeightMap.js.map
0 → 100644
build/euclideanDistance.js.map
0 → 100644
build/extractFaceTensors.js.map
0 → 100644
build/extractFaces.js.map
0 → 100644
build/faceDetectionNet/FaceDetection.js.map
0 → 100644
File moved
File moved
build/faceDetectionNet/extractParams.js.map
0 → 100644
build/faceDetectionNet/index.js
0 → 100644
build/faceDetectionNet/index.js.map
0 → 100644
File moved
build/faceDetectionNet/mobileNetV1.js.map
0 → 100644
File moved
build/faceDetectionNet/outputLayer.js.map
0 → 100644
File moved
build/faceDetectionNet/predictionLayer.js
0 → 100644
build/faceDetectionNet/resizeLayer.js.map
0 → 100644
build/faceLandmarkNet/FaceLandmarkNet.js.map
0 → 100644
build/faceLandmarkNet/FaceLandmarks.js.map
0 → 100644
build/faceLandmarkNet/extractParams.js.map
0 → 100644
File moved
build/faceLandmarkNet/index.js
0 → 100644
build/faceLandmarkNet/index.js.map
0 → 100644
File moved
File moved
build/faceRecognitionNet/convLayer.js.map
0 → 100644
build/faceRecognitionNet/index.js
0 → 100644
build/faceRecognitionNet/index.js.map
0 → 100644
File moved
build/faceRecognitionNet/normalize.js.map
0 → 100644
build/faceRecognitionNet/scaleLayer.js
0 → 100644
build/faceRecognitionNet/scaleLayer.js.map
0 → 100644
build/getImageTensor.js.map
0 → 100644
File moved
build/index.js
0 → 100644
build/index.js.map
0 → 100644
build/padToSquare.js.map
0 → 100644
File moved
File moved
File moved
build/utils.js.map
0 → 100644
dist/NetInput.js.map
deleted
100644 → 0
dist/Point.js.map
deleted
100644 → 0
dist/Rect.js.map
deleted
100644 → 0
dist/alignFace.d.ts
deleted
100644 → 0
dist/alignFace.js
deleted
100644 → 0
dist/alignFace.js.map
deleted
100644 → 0
dist/commons/convLayer.js.map
deleted
100644 → 0
dist/commons/getCenterPoint.js
deleted
100644 → 0
dist/commons/getCenterPoint.js.map
deleted
100644 → 0
dist/commons/isTensor.js.map
deleted
100644 → 0
dist/commons/loadWeightMap.js.map
deleted
100644 → 0
dist/euclideanDistance.js.map
deleted
100644 → 0
dist/extractFaceTensors.js.map
deleted
100644 → 0
dist/extractFaces.js.map
deleted
100644 → 0
dist/faceDetectionNet/index.js
deleted
100644 → 0
dist/faceDetectionNet/index.js.map
deleted
100644 → 0
dist/faceLandmarkNet/index.js
deleted
100644 → 0
dist/faceLandmarkNet/index.js.map
deleted
100644 → 0
dist/faceRecognitionNet/index.js
deleted
100644 → 0
dist/faceRecognitionNet/index.js.map
deleted
100644 → 0
dist/getImageTensor.js.map
deleted
100644 → 0
dist/imageTensorToCanvas.d.ts
deleted
100644 → 0
dist/imageTensorToCanvas.js
deleted
100644 → 0
dist/imageTensorToCanvas.js.map
deleted
100644 → 0
dist/index.js
deleted
100644 → 0
dist/index.js.map
deleted
100644 → 0
dist/padToSquare.js.map
deleted
100644 → 0
dist/utils.js.map
deleted
100644 → 0
| ... | ... | @@ -2,8 +2,8 @@ |
| "name": "face-api.js", | ||
| "version": "0.3.0", | ||
| "description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js", | ||
| "main": "./dist/index.js", | ||
| "typings": "./dist/index.d.ts", | ||
| "main": "./build/index.js", | ||
| "typings": "./build/index.d.ts", | ||
| "scripts": { | ||
| "rollup-min": "rollup -c rollup.config.js --environment minify:true", | ||
| "rollup": "rollup -c rollup.config.js", | ||
| ... | ... |
Please
register
or
sign in
to comment