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

Commit

Permalink
rm faceapi examples with expressions (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyklee authored Oct 11, 2019
1 parent d4b784b commit 58b3ee3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 124 deletions.
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

0 comments on commit 58b3ee3

Please sign in to comment.