Skip to content

Commit

Permalink
Merge branch 'master' into 4.19.0_p8
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcp1 committed May 3, 2024
2 parents d51ebfd + e21fd9b commit 52e4f8b
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 76 deletions.
8 changes: 4 additions & 4 deletions blazeface/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@tensorflow-models/blazeface": "link:../",
"@tensorflow/tfjs-backend-wasm": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-backend-wasm": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0"
},
"scripts": {
"watch": "esbuild index.js --bundle --outfile=bundle.js --target=es6 --servedir=. --serve --sourcemap --sources-content=true --preserve-symlinks",
Expand Down
10 changes: 5 additions & 5 deletions blazeface/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.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/jasmine": "~2.5.53",
"jasmine": "^3.7.0",
"jasmine-core": "^3.7.1",
Expand Down
6 changes: 3 additions & 3 deletions body-pix/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@tensorflow-models/body-pix": "link:../",
"@tensorflow-models/posenet": "^2.2.2",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"stats.js": "0.17.0"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions body-pix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0"
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/jasmine": "^4.3.1",
"jasmine": "~4.5.0",
"jasmine-core": "~4.5.0",
Expand Down
6 changes: 3 additions & 3 deletions body-segmentation/demos/live_video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@mediapipe/selfie_segmentation": "~0.1.0",
"@tensorflow-models/body-segmentation": "file:../../dist",
"@tensorflow-models/pose-detection": "file:../../../pose-detection/dist",
"@tensorflow/tfjs-backend-wasm": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-backend-wasm": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"scatter-gl": "0.0.8"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions body-segmentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
},
"peerDependencies": {
"@mediapipe/selfie_segmentation": "~0.1.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0"
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@mediapipe/selfie_segmentation": "^0.1.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-backend-webgpu": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-backend-webgpu": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/jasmine": "~3.4.0",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down
8 changes: 4 additions & 4 deletions coco-ssd/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@tensorflow-models/coco-ssd": "file:../dist",
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"stats.js": "^0.17.0"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions coco-ssd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/jasmine": "~2.8.8",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down
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.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.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.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@tensorflow-models/body-segmentation": "^1.0.0",
"@types/jasmine": "~2.8.8",
"babel-core": "~6.26.0",
Expand Down
10 changes: 5 additions & 5 deletions face-detection/demos/live_video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@mediapipe/face_detection": "~0.4.0",
"@tensorflow-models/face-detection": "file:../../dist",
"@tensorflow/tfjs-backend-wasm": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-backend-webgpu": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-wasm": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-backend-webgpu": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"scatter-gl": "0.0.8"
},
"scripts": {
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.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.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.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/jasmine": "~2.8.8",
"@types/offscreencanvas": "2019.7.0",
"babel-core": "~6.26.0",
Expand Down
8 changes: 4 additions & 4 deletions gpt2/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@tensorflow-models/gpt2": "link:../",
"@tensorflow/tfjs-backend-wasm": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-backend-webgpu": "^4.18.0",
"@tensorflow/tfjs-backend-wasm": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-backend-webgpu": "^4.19.0",
"lil-gui": "^0.18.2"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"esbuild": "^0.19.0",
"eslint": "^8.46.0",
"eslint-config-google": "^0.14.0",
Expand Down
12 changes: 6 additions & 6 deletions gpt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/jasmine": "^4.3.5",
"jasmine": "3.1.x",
"karma": "~6.3.1",
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.18.0",
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.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.18.0",
"@tensorflow/tfjs-core": "^4.18.0"
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.18.0",
"@tensorflow/tfjs-core": "^4.18.0",
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/jasmine": "~2.5.53",
"@rollup/plugin-typescript": "^3.0.0",
"babel-core": "^6.26.0",
Expand Down

0 comments on commit 52e4f8b

Please sign in to comment.