@mediapipe/tasks-vision 0.10.36-rc.20260607 → 0.10.36-rc.20260609
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -1
- package/package.json +2 -2
- package/vision_bundle.cjs +1 -1
- package/vision_bundle.cjs.map +1 -1
- package/vision_bundle.mjs +1 -1
- package/vision_bundle.mjs.map +1 -1
- package/wasm/vision_wasm_internal.js +9 -9
- package/wasm/vision_wasm_internal.wasm +0 -0
- package/wasm/vision_wasm_module_internal.js +9 -9
- package/wasm/vision_wasm_module_internal.wasm +0 -0
- package/wasm/vision_wasm_nosimd_internal.js +9 -9
- package/wasm/vision_wasm_nosimd_internal.wasm +0 -0
package/README.md
CHANGED
|
@@ -78,7 +78,6 @@ const landmarks = handLandmarker.detect(image);
|
|
|
78
78
|
|
|
79
79
|
For more information, refer to the [Hand Landmarker](https://developers.google.com/mediapipe/solutions/vision/hand_landmarker/web_js) documentation.
|
|
80
80
|
|
|
81
|
-
|
|
82
81
|
## Holistic Landmarker
|
|
83
82
|
|
|
84
83
|
The MediaPipe Holistic Landmarker task task lets you combine components of the
|
|
@@ -206,3 +205,21 @@ const landmarks = poseLandmarker.detect(image);
|
|
|
206
205
|
```
|
|
207
206
|
|
|
208
207
|
For more information, refer to the [Pose Landmarker](https://developers.google.com/mediapipe/solutions/vision/pose_landmarker/web_js) documentation.
|
|
208
|
+
|
|
209
|
+
### Privacy Notice
|
|
210
|
+
|
|
211
|
+
Last modified: June 5, 2026
|
|
212
|
+
|
|
213
|
+
When you use MediaPipe Tasks, processing of the input data (e.g. images, video,
|
|
214
|
+
text) takes place on device, and MediaPipe does not send that input data to
|
|
215
|
+
Google servers. As a result, you can use our MediaPipe Tasks APIs for
|
|
216
|
+
processing data that should not leave the device.
|
|
217
|
+
|
|
218
|
+
MediaPipe Tasks APIs send metrics about the performance and utilization of the
|
|
219
|
+
APIs in your app to Google. Google uses this metrics data to measure
|
|
220
|
+
performance, usage, debug, maintain and improve the MediaPipe Tasks, as further
|
|
221
|
+
described in our [Privacy Policy](https://policies.google.com/privacy).
|
|
222
|
+
|
|
223
|
+
**You are responsible for obtaining informed consent from your app users about
|
|
224
|
+
Google's processing of MediaPipe metrics data as required by applicable law.**
|
|
225
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediapipe/tasks-vision",
|
|
3
|
-
"version": "0.10.36-rc.
|
|
4
|
-
"description": "MediaPipe Vision Tasks",
|
|
3
|
+
"version": "0.10.36-rc.20260609",
|
|
4
|
+
"description": "MediaPipe Vision Tasks. See the privacy notice at https://developers.google.com/edge/mediapipe/solutions/tasks#mediapipe_tasks_privacy_notice.",
|
|
5
5
|
"main": "vision_bundle.cjs",
|
|
6
6
|
"browser": "vision_bundle.mjs",
|
|
7
7
|
"module": "vision_bundle.mjs",
|