Start to blur video background

This commit is contained in:
2021-01-30 19:13:21 +01:00
parent 7453018a5c
commit cc3bdd1b0a
4 changed files with 83 additions and 1 deletions

View File

@ -167,7 +167,11 @@ class Dev {
"3rdparty/getScreenId.js",
// Record MediaStream
"3rdparty/MediaStreamRecorder.min.js"
"3rdparty/MediaStreamRecorder.min.js",
// TensorflowJS
"3rdparty/tfjs/tfjs-1.2.min.js",
"3rdparty/tensorflow-models/body-pix-2.0.js"
);
/**