Merge pull request #179 from justadudewhohacks/expressions
face expression recognition
Showing
examples/images/angry.jpg
0 → 100644
7.5 KB
examples/images/disgusted.jpg
0 → 100644
29 KB
examples/images/fearful.jpg
0 → 100644
4.76 KB
examples/images/happy.jpg
0 → 100644
27.9 KB
examples/images/neutral.jpg
0 → 100644
36.5 KB
examples/images/sad.jpg
0 → 100644
19.3 KB
examples/images/surprised.jpg
0 → 100644
37.6 KB
src/classes/FullFaceDescription.ts
deleted
100644 → 0
src/dom/drawFaceExpressions.ts
0 → 100644
src/faceExpressionNet/FaceExpressionNet.ts
0 → 100644
src/faceExpressionNet/index.ts
0 → 100644
src/faceExpressionNet/types.ts
0 → 100644
src/faceFeatureExtractor/denseBlock.ts
0 → 100644
File moved
src/faceFeatureExtractor/index.ts
0 → 100644
src/faceProcessor/FaceProcessor.ts
0 → 100644
src/faceProcessor/extractParams.ts
0 → 100644
src/faceProcessor/index.ts
0 → 100644
src/faceProcessor/types.ts
0 → 100644
src/faceProcessor/util.ts
0 → 100644
src/factories/WithFaceDescriptor.ts
0 → 100644
src/factories/WithFaceDetection.ts
0 → 100644
src/factories/WithFaceExpressions.ts
0 → 100644
src/factories/WithFaceLandmarks.ts
0 → 100644
src/factories/index.ts
0 → 100644
src/globalApi/PredictFaceExpressionsTask.ts
0 → 100644
src/resizeResults.ts
0 → 100644
test/images/angry.jpg
0 → 100644
7.5 KB
test/images/angry_cropped.jpg
0 → 100644
13 KB
test/images/surprised.jpg
0 → 100644
37.6 KB
test/images/surprised_cropped.jpg
0 → 100644
28.9 KB
test/tests/resizeResults.test.ts
0 → 100644
tools/quantize/package-lock.json
deleted
100644 → 0
tools/quantize/package.json
deleted
100644 → 0
tools/quantize/server.js
deleted
100644 → 0
tools/train/faceLandmarks/test.html
deleted
100644 → 0
tools/train/faceLandmarks/train.html
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tools/train/karma.conf.js
deleted
100644 → 0
tools/train/package-lock.json
deleted
100644 → 0
tools/train/package.json
deleted
100644 → 0
tools/train/serveFaceLandmarks.js
deleted
100644 → 0
tools/train/tsconfig.test.json
deleted
100644 → 0
weights/face_expression_model-shard1
0 → 100644
File added