Merge pull request #10 from justadudewhohacks/face-landmarks
68 point face landmark detection
Showing
dist/Point.d.ts
0 → 100644
dist/Point.js
0 → 100644
dist/Point.js.map
0 → 100644
dist/Rect.d.ts
0 → 100644
dist/Rect.js
0 → 100644
dist/Rect.js.map
0 → 100644
dist/commons/convLayer.d.ts
0 → 100644
dist/commons/convLayer.js
0 → 100644
dist/commons/convLayer.js.map
0 → 100644
dist/commons/extractConvParamsFactory.d.ts
0 → 100644
dist/commons/extractConvParamsFactory.js
0 → 100644
dist/commons/extractConvParamsFactory.js.map
0 → 100644
dist/commons/extractWeightsFactory.d.ts
0 → 100644
dist/commons/extractWeightsFactory.js
0 → 100644
dist/commons/extractWeightsFactory.js.map
0 → 100644
dist/commons/types.d.ts
0 → 100644
dist/commons/types.js
0 → 100644
dist/commons/types.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/FaceDetection.d.ts
0 → 100644
dist/faceDetectionNet/FaceDetection.js
0 → 100644
dist/faceDetectionNet/FaceDetection.js.map
0 → 100644
dist/faceLandmarkNet/FaceLandmarks.d.ts
0 → 100644
dist/faceLandmarkNet/FaceLandmarks.js
0 → 100644
dist/faceLandmarkNet/FaceLandmarks.js.map
0 → 100644
dist/faceLandmarkNet/extractParams.d.ts
0 → 100644
dist/faceLandmarkNet/extractParams.js
0 → 100644
dist/faceLandmarkNet/extractParams.js.map
0 → 100644
dist/faceLandmarkNet/fullyConnectedLayer.js
0 → 100644
dist/faceLandmarkNet/index.d.ts
0 → 100644
dist/faceLandmarkNet/index.js
0 → 100644
dist/faceLandmarkNet/index.js.map
0 → 100644
dist/faceLandmarkNet/types.d.ts
0 → 100644
dist/faceLandmarkNet/types.js
0 → 100644
dist/faceLandmarkNet/types.js.map
0 → 100644
examples/views/detectAndDrawLandmarks.html
0 → 100644
examples/views/faceLandmarks.html
0 → 100644
src/Point.ts
0 → 100644
src/Rect.ts
0 → 100644
src/commons/convLayer.ts
0 → 100644
src/commons/extractConvParamsFactory.ts
0 → 100644
src/commons/extractWeightsFactory.ts
0 → 100644
src/commons/types.ts
0 → 100644
src/faceDetectionNet/FaceDetection.ts
0 → 100644
src/faceLandmarkNet/FaceLandmarks.ts
0 → 100644
src/faceLandmarkNet/extractParams.ts
0 → 100644
src/faceLandmarkNet/fullyConnectedLayer.ts
0 → 100644
src/faceLandmarkNet/index.ts
0 → 100644
src/faceLandmarkNet/types.ts
0 → 100644
weights/face_landmark_68_model.weights
0 → 100644
File added
Please
register
or
sign in
to comment