Merge pull request #16 from justadudewhohacks/quantize-weights
Quantize weights
Showing
dist/commons/isTensor.d.ts
0 → 100644
dist/commons/isTensor.js
0 → 100644
dist/commons/isTensor.js.map
0 → 100644
dist/commons/loadWeightMap.d.ts
0 → 100644
dist/commons/loadWeightMap.js
0 → 100644
dist/commons/loadWeightMap.js.map
0 → 100644
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.
dist/faceDetectionNet/FaceDetectionNet.d.ts
0 → 100644
dist/faceDetectionNet/FaceDetectionNet.js
0 → 100644
dist/faceDetectionNet/loadQuantizedParams.js
0 → 100644
dist/faceLandmarkNet/FaceLandmarkNet.d.ts
0 → 100644
dist/faceLandmarkNet/FaceLandmarkNet.js
0 → 100644
dist/faceLandmarkNet/FaceLandmarkNet.js.map
0 → 100644
dist/faceLandmarkNet/loadQuantizedParams.js
0 → 100644
examples/public/menu_icon.png
0 → 100644
100 Bytes
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -23,10 +23,8 @@ |
| "@tensorflow/tfjs-core": "^0.11.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/axios": "^0.14.0", | ||
| "@types/jasmine": "^2.8.8", | ||
| "@types/node": "^10.1.1", | ||
| "axios": "^0.18.0", | ||
| "jasmine-core": "^3.1.0", | ||
| "karma": "^2.0.3", | ||
| "karma-chrome-launcher": "^2.2.0", | ||
| ... | ... |
src/commons/isTensor.ts
0 → 100644
src/commons/loadWeightMap.ts
0 → 100644
src/faceDetectionNet/FaceDetectionNet.ts
0 → 100644
src/faceDetectionNet/loadQuantizedParams.ts
0 → 100644
src/faceLandmarkNet/FaceLandmarkNet.ts
0 → 100644
src/faceLandmarkNet/loadQuantizedParams.ts
0 → 100644
src/faceRecognitionNet/FaceRecognitionNet.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/loadWeightMap.test.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
weights/face_detection_model-shard1
0 → 100644
This diff is collapsed.
Click to expand it.
weights/face_detection_model-shard2
0 → 100644
File added
This diff is collapsed.
Click to expand it.
weights/face_landmark_68_model-shard1
0 → 100644
This diff is collapsed.
Click to expand it.
weights/face_landmark_68_model-shard2
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
weights/face_recognition_model-shard1
0 → 100644
This diff is collapsed.
Click to expand it.
weights/face_recognition_model-shard2
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.