Skip to content

Commit

Permalink
Update TFJS version for models depth-estimation, face-detection and m…
Browse files Browse the repository at this point in the history
…obilenet (#1346)
  • Loading branch information
dbcp1 authored Feb 6, 2024
1 parent 3a8b906 commit 381668a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions depth-estimation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@tensorflow-models/body-segmentation": "^1.0.1"
},
"devDependencies": {
Expand All @@ -24,10 +24,10 @@
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@tensorflow-models/body-segmentation": "^1.0.0",
"@types/jasmine": "~2.8.8",
"babel-core": "~6.26.0",
Expand Down
14 changes: 7 additions & 7 deletions face-detection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
},
"peerDependencies": {
"@mediapipe/face_detection": "~0.4.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0"
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0"
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@mediapipe/face_detection": "^0.4.1646425229",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@types/jasmine": "~2.8.8",
"@types/offscreencanvas": "2019.7.0",
"babel-core": "~6.26.0",
Expand Down
8 changes: 4 additions & 4 deletions mobilenet/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@tensorflow-models/mobilenet": "file:../dist",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0"
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0"
},
"scripts": {
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open",
Expand Down
10 changes: 5 additions & 5 deletions mobilenet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0"
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@types/jasmine": "~2.5.53",
"@rollup/plugin-typescript": "^3.0.0",
"babel-core": "^6.26.0",
Expand Down

0 comments on commit 381668a

Please sign in to comment.