Bekzhan Bekbolatuly
54d208aa5c
Internal change
...
PiperOrigin-RevId: 524345939
2023-04-14 11:44:36 -07:00
MediaPipe Team
06bbd9c599
Internal change
...
PiperOrigin-RevId: 524212873
2023-04-14 00:09:30 -07:00
MediaPipe Team
f934b220b2
Internal change
...
PiperOrigin-RevId: 524202659
2023-04-13 23:01:20 -07:00
MediaPipe Team
3fdd7f3618
Internal change
...
PiperOrigin-RevId: 523930101
2023-04-13 01:28:41 -07:00
MediaPipe Team
c8b9cec7ef
Internal change
...
PiperOrigin-RevId: 523916108
2023-04-13 00:16:17 -07:00
MediaPipe Team
52e934a539
Internal change
...
PiperOrigin-RevId: 523611358
2023-04-11 23:13:45 -07:00
MediaPipe Team
f923f6bcda
Internal change
...
PiperOrigin-RevId: 523589395
2023-04-11 21:03:38 -07:00
MediaPipe Team
a448790300
Internal change
...
PiperOrigin-RevId: 523351901
2023-04-11 03:23:24 -07:00
MediaPipe Team
a4172cb03f
Internal change
...
PiperOrigin-RevId: 523306493
2023-04-10 22:50:58 -07:00
Jiuqiang Tang
bca0a92c2e
Add FaceToRectCalculator.
...
PiperOrigin-RevId: 522595752
2023-04-07 07:44:51 -07:00
MediaPipe Team
e894ae9cf4
Internal change
...
PiperOrigin-RevId: 522291640
2023-04-06 03:15:24 -07:00
MediaPipe Team
a151e6485a
Internal change
...
PiperOrigin-RevId: 522287183
2023-04-06 02:50:05 -07:00
MediaPipe Team
22186299c4
Internal change
...
PiperOrigin-RevId: 522263621
2023-04-06 00:21:14 -07:00
MediaPipe Team
12ecc8139f
Internal change
...
PiperOrigin-RevId: 522255287
2023-04-05 23:24:55 -07:00
MediaPipe Team
91264eab1f
Internal change
...
PiperOrigin-RevId: 521982139
2023-04-05 01:20:21 -07:00
MediaPipe Team
55bcfcb4f5
Internal change
...
PiperOrigin-RevId: 521834742
2023-04-04 12:30:54 -07:00
MediaPipe Team
7c7eb74ef2
Internal change
...
PiperOrigin-RevId: 521586389
2023-04-03 16:00:24 -07:00
Sebastian Schmidt
e84799ee37
Internal change
...
PiperOrigin-RevId: 521483663
2023-04-03 09:45:42 -07:00
Alan Kelly
6a6786673e
Do not explicitly set XNNPACK delegate flags.
...
XNNPACK is now enabled by default for all types so the behaviour remains identical.
PiperOrigin-RevId: 520855384
2023-03-31 00:59:29 -07:00
Sebastian Schmidt
eaa708a18d
Enable TextClassifier and TextEmbedder on Windows Python
...
PiperOrigin-RevId: 520498308
2023-03-29 18:26:53 -07:00
Sebastian Schmidt
df67b35348
Internal change
...
PiperOrigin-RevId: 520486540
2023-03-29 17:27:16 -07:00
Sebastian Schmidt
6be4aedcf7
Use mediapipe_proto_library for all MediaPipe Protos
...
PiperOrigin-RevId: 520451054
2023-03-29 15:00:59 -07:00
MediaPipe Team
0c8f691a36
Internal changes
...
PiperOrigin-RevId: 520411557
2023-03-29 12:35:20 -07:00
MediaPipe Team
8e9207a7de
Internal change
...
PiperOrigin-RevId: 520373147
2023-03-29 10:24:10 -07:00
MediaPipe Team
b4e1f0236a
Add EndLoopImageCalculator
...
PiperOrigin-RevId: 520033132
2023-03-28 08:20:56 -07:00
MediaPipe Team
a18a62ef04
Make AnnotationOverlayCalculator compatible with GLES2/WebGL1 by using GL_RGB as internal format instead of GL_RGB8 for the texture that OpenCV renders into.
...
PiperOrigin-RevId: 519933934
2023-03-27 23:13:16 -07:00
MediaPipe Team
004265bbbd
remove the check that data streams need to be > 0 since we have a use case of:
...
input_stream: "ALLOW:"
output_stream: "STATE_CHANGE"
PiperOrigin-RevId: 519891414
2023-03-27 19:14:24 -07:00
MediaPipe Team
5f8831660f
Internal MediaPipe Tasks change.
...
PiperOrigin-RevId: 519878741
2023-03-27 17:55:28 -07:00
MediaPipe Team
1fdc82d7ec
Internal change
...
PiperOrigin-RevId: 519805707
2023-03-27 13:02:37 -07:00
MediaPipe Team
948e17f404
Internal change
...
PiperOrigin-RevId: 518906661
2023-03-23 10:57:43 -07:00
Jiuqiang Tang
21e0ff3d4e
Skip unnecessary cpu<->gpu conversion if the input and output are already on the same storage.
...
PiperOrigin-RevId: 518573284
2023-03-22 08:22:38 -07:00
MediaPipe Team
88effb19e5
Add build variants for _gms to some MediaPipe libraries that use TFLite
...
This change alters some cc_library to cc_library_with_tflite to add _gms variants to some select MediaPipe libraries. This CL also makes minimal changes in the code to make the _gms variants buildable.
PiperOrigin-RevId: 518336242
2023-03-21 11:48:09 -07:00
MediaPipe Team
c2a3e99545
Internal change
...
PiperOrigin-RevId: 518330697
2023-03-21 11:29:04 -07:00
MediaPipe Team
524acaaaa7
internal change
...
PiperOrigin-RevId: 517823184
2023-03-19 16:07:32 -07:00
MediaPipe Team
a9e956baa1
Add more details to the invoke call trace.
...
It is always useful information to know if the TPU invoke is Async or not, and if the GPU invoke on the old path or new path.
This can make it obvious in the perfetto trace.
PiperOrigin-RevId: 517162515
2023-03-16 10:37:32 -07:00
MediaPipe Team
ed3e728bb8
Internal change
...
PiperOrigin-RevId: 516607678
2023-03-14 12:57:24 -07:00
MediaPipe Team
89857f33a2
Make ImageToTensorCalculator use kGpuService optionally
...
PiperOrigin-RevId: 516358053
2023-03-13 16:48:49 -07:00
Chris McClanahan
1b4a835be0
Internal change
...
PiperOrigin-RevId: 516349788
2023-03-13 16:09:56 -07:00
MediaPipe Team
2fb62e4c29
Add volume_gain_db option to TensorsToAudioCalculator.
...
PiperOrigin-RevId: 515150234
2023-03-08 14:57:29 -08:00
Sebastian Schmidt
09f63cbbe0
Internal change
...
PiperOrigin-RevId: 515094293
2023-03-08 11:33:38 -08:00
Jiuqiang Tang
ddc535e705
Add DftTensorFormat To TensorsToAudioCalculatorOptions.
...
PiperOrigin-RevId: 515077766
2023-03-08 10:38:40 -08:00
MediaPipe Team
225dd36a63
Internal change
...
PiperOrigin-RevId: 514835354
2023-03-07 14:11:47 -08:00
Jiuqiang Tang
77fcaa9597
Allow TensorsToAudioCalculator to add and overlay adjacent windows.
...
PiperOrigin-RevId: 514483756
2023-03-06 12:08:57 -08:00
MediaPipe Team
c64f83fff4
Internal change
...
PiperOrigin-RevId: 514452059
2023-03-06 10:29:29 -08:00
MediaPipe Team
0ba35cf1a7
Internal change
...
PiperOrigin-RevId: 513608516
2023-03-02 12:29:06 -08:00
Jiuqiang Tang
172b360478
Remove unused variable 'input_num'.
...
PiperOrigin-RevId: 513009671
2023-02-28 12:37:03 -08:00
MediaPipe Team
01c64082f1
ImageToTensorCalculator decides the output tensor size in runtime from the input image size.
...
PiperOrigin-RevId: 511882195
2023-02-23 14:18:31 -08:00
MediaPipe Team
0981367e84
DetectionTransformationCalculator handles empty input.
...
PiperOrigin-RevId: 511881969
2023-02-23 14:14:20 -08:00
MediaPipe Team
9a6d5e0444
Update MediaPipe TFLite code to use generic "shim" symbols and headers
...
PiperOrigin-RevId: 511265313
2023-02-21 11:58:32 -08:00
Jiuqiang Tang
8a0830ce7b
Add "java_package" and "java_outer_classname" to ImageTransformationCalculatorOptions.
...
PiperOrigin-RevId: 510720513
2023-02-18 16:58:56 -08:00