Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

rm faceapi examples with expressions #213

Merged
merged 1 commit into from
Oct 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion javascript/FaceApi/FaceApi_Image_Landmarks/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ let canvas, ctx;
// by default all options are set to true
const detection_options = {
withLandmarks: true,
withExpressions: false,
withDescriptors: false,
}

Expand Down
17 changes: 0 additions & 17 deletions javascript/FaceApi/FaceApi_Video_Expressions/index.html

This file was deleted.

103 changes: 0 additions & 103 deletions javascript/FaceApi/FaceApi_Video_Expressions/sketch.js

This file was deleted.

1 change: 0 additions & 1 deletion javascript/FaceApi/FaceApi_Video_Landmarks/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ let canvas, ctx;
// by default all options are set to true
const detection_options = {
withLandmarks: true,
withExpressions: false,
withDescriptors: false,
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ let canvas, ctx;
// relative path to your models from window.location.pathname
const detection_options = {
withLandmarks: true,
withExpressions: false,
withDescriptors: false,
Mobilenetv1Model: 'models',
FaceLandmarkModel: 'models',
FaceRecognitionModel: 'models',
FaceExpressionModel: 'models',
}


Expand Down