From 73dd9cb13e2af470727a54f7794d267701835582 Mon Sep 17 00:00:00 2001 From: dbcp1 <150488501+dbcp1@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:53:24 +0000 Subject: [PATCH] Update TFJS version for models depth-estimation, face-detection and mobilenet --- depth-estimation/package.json | 14 +++++++------- face-detection/package.json | 14 +++++++------- mobilenet/demo/package.json | 8 ++++---- mobilenet/package.json | 10 +++++----- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/depth-estimation/package.json b/depth-estimation/package.json index ddaed101aa..29febd190c 100644 --- a/depth-estimation/package.json +++ b/depth-estimation/package.json @@ -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": { @@ -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", diff --git a/face-detection/package.json b/face-detection/package.json index 2088ce9868..511b28ef8e 100644 --- a/face-detection/package.json +++ b/face-detection/package.json @@ -14,9 +14,9 @@ }, "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", @@ -24,10 +24,10 @@ "@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", diff --git a/mobilenet/demo/package.json b/mobilenet/demo/package.json index f8725ece29..d635f8632a 100644 --- a/mobilenet/demo/package.json +++ b/mobilenet/demo/package.json @@ -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", diff --git a/mobilenet/package.json b/mobilenet/package.json index 904407b177..7139cab1af 100644 --- a/mobilenet/package.json +++ b/mobilenet/package.json @@ -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",