Merge pull request #387 from edx/alangsto/update_blazeface

Updated blazeface to es5 compatible version
This commit is contained in:
alangsto
2021-02-03 09:50:01 -05:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@@ -7494,8 +7494,9 @@
}
},
"@tensorflow-models/blazeface": {
"version": "git+https://github.com/alangsto/blazeface.git#ae2ae0f29538ede33c404e2059608df4c1416bba",
"from": "git+https://github.com/alangsto/blazeface.git"
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@tensorflow-models/blazeface/-/blazeface-0.0.6.tgz",
"integrity": "sha512-KIoratAtRymLk1G7b1yorwmHa5R4wMOJc8q9g98bhin0AFbt9Q+Iv7c1raHqAAC66h4HZxCrUbj6f60uIGe6aA=="
},
"@tensorflow/tfjs-converter": {
"version": "1.6.1",

View File

@@ -38,7 +38,7 @@
"@fortawesome/free-regular-svg-icons": "5.7.2",
"@fortawesome/free-solid-svg-icons": "5.8.2",
"@fortawesome/react-fontawesome": "0.1.14",
"@tensorflow-models/blazeface": "git+https://github.com/alangsto/blazeface.git",
"@tensorflow-models/blazeface": "0.0.6",
"@tensorflow/tfjs-converter": "1.6.1",
"@tensorflow/tfjs-core": "1.6.1",
"babel-polyfill": "6.26.0",