Skip to content

Commit 381668a

Browse files
authored
Update TFJS version for models depth-estimation, face-detection and mobilenet (#1346)
1 parent 3a8b906 commit 381668a

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

depth-estimation/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
17-
"@tensorflow/tfjs-converter": "^4.16.0",
18-
"@tensorflow/tfjs-core": "^4.16.0",
16+
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
17+
"@tensorflow/tfjs-converter": "^4.17.0",
18+
"@tensorflow/tfjs-core": "^4.17.0",
1919
"@tensorflow-models/body-segmentation": "^1.0.1"
2020
},
2121
"devDependencies": {
@@ -24,10 +24,10 @@
2424
"@rollup/plugin-commonjs": "^21.0.2",
2525
"@rollup/plugin-node-resolve": "^7.1.1",
2626
"@rollup/plugin-typescript": "^3.0.0",
27-
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
28-
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
29-
"@tensorflow/tfjs-converter": "^4.16.0",
30-
"@tensorflow/tfjs-core": "^4.16.0",
27+
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
28+
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
29+
"@tensorflow/tfjs-converter": "^4.17.0",
30+
"@tensorflow/tfjs-core": "^4.17.0",
3131
"@tensorflow-models/body-segmentation": "^1.0.0",
3232
"@types/jasmine": "~2.8.8",
3333
"babel-core": "~6.26.0",

face-detection/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
},
1515
"peerDependencies": {
1616
"@mediapipe/face_detection": "~0.4.0",
17-
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
18-
"@tensorflow/tfjs-converter": "^4.16.0",
19-
"@tensorflow/tfjs-core": "^4.16.0"
17+
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
18+
"@tensorflow/tfjs-converter": "^4.17.0",
19+
"@tensorflow/tfjs-core": "^4.17.0"
2020
},
2121
"devDependencies": {
2222
"@babel/polyfill": "^7.10.4",
2323
"@mediapipe/face_detection": "^0.4.1646425229",
2424
"@rollup/plugin-commonjs": "^11.0.2",
2525
"@rollup/plugin-node-resolve": "^7.1.1",
2626
"@rollup/plugin-typescript": "^3.0.0",
27-
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
28-
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
29-
"@tensorflow/tfjs-converter": "^4.16.0",
30-
"@tensorflow/tfjs-core": "^4.16.0",
27+
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
28+
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
29+
"@tensorflow/tfjs-converter": "^4.17.0",
30+
"@tensorflow/tfjs-core": "^4.17.0",
3131
"@types/jasmine": "~2.8.8",
3232
"@types/offscreencanvas": "2019.7.0",
3333
"babel-core": "~6.26.0",

mobilenet/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@tensorflow-models/mobilenet": "file:../dist",
13-
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
14-
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
15-
"@tensorflow/tfjs-converter": "^4.16.0",
16-
"@tensorflow/tfjs-core": "^4.16.0"
13+
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
14+
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
15+
"@tensorflow/tfjs-converter": "^4.17.0",
16+
"@tensorflow/tfjs-core": "^4.17.0"
1717
},
1818
"scripts": {
1919
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open",

mobilenet/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-converter": "^4.16.0",
17-
"@tensorflow/tfjs-core": "^4.16.0"
16+
"@tensorflow/tfjs-converter": "^4.17.0",
17+
"@tensorflow/tfjs-core": "^4.17.0"
1818
},
1919
"devDependencies": {
20-
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
21-
"@tensorflow/tfjs-converter": "^4.16.0",
22-
"@tensorflow/tfjs-core": "^4.16.0",
20+
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
21+
"@tensorflow/tfjs-converter": "^4.17.0",
22+
"@tensorflow/tfjs-core": "^4.17.0",
2323
"@types/jasmine": "~2.5.53",
2424
"@rollup/plugin-typescript": "^3.0.0",
2525
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)