Skip to content

Commit

Permalink
feat(face-landmarks) merge face expressions and face centering (#11283)
Browse files Browse the repository at this point in the history
* feat(face-landmarks) merge face expressions and face centering

* code review

* code review

* code review
  • Loading branch information
quitrk authored Apr 4, 2022
1 parent 4b84f71 commit 2c165d4
Show file tree
Hide file tree
Showing 23 changed files with 402 additions and 915 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ deploy-appbundle:
$(OUTPUT_DIR)/analytics-ga.js \
$(BUILD_DIR)/analytics-ga.min.js \
$(BUILD_DIR)/analytics-ga.min.js.map \
$(BUILD_DIR)/face-centering-worker.min.js \
$(BUILD_DIR)/face-centering-worker.min.js.map \
$(BUILD_DIR)/facial-expressions-worker.min.js \
$(BUILD_DIR)/facial-expressions-worker.min.js.map \
$(DEPLOY_DIR)
Expand Down
29 changes: 0 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
"@react-navigation/native": "6.0.6",
"@react-navigation/stack": "6.0.11",
"@svgr/webpack": "4.3.2",
"@tensorflow-models/blazeface": "0.0.7",
"@tensorflow/tfjs-backend-wasm": "3.13.0",
"@tensorflow/tfjs-converter": "3.13.0",
"@tensorflow/tfjs-core": "3.13.0",
"@vladmandic/face-api": "1.6.4",
"@xmldom/xmldom": "0.7.5",
Expand Down
1 change: 0 additions & 1 deletion react/features/app/middlewares.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import '../shared-video/middleware';
import '../settings/middleware';
import '../talk-while-muted/middleware';
import '../virtual-background/middleware';
import '../face-centering/middleware';
import '../facial-recognition/middleware';
import '../gifs/middleware';

Expand Down
1 change: 0 additions & 1 deletion react/features/app/reducers.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import '../base/devices/reducer';
import '../e2ee/reducer';
import '../face-centering/reducer';
import '../facial-recognition/reducer';
import '../feedback/reducer';
import '../local-recording/reducer';
Expand Down
39 changes: 0 additions & 39 deletions react/features/face-centering/actionTypes.js

This file was deleted.

139 changes: 0 additions & 139 deletions react/features/face-centering/actions.js

This file was deleted.

20 changes: 0 additions & 20 deletions react/features/face-centering/constants.js

This file was deleted.

Loading

0 comments on commit 2c165d4

Please sign in to comment.