Prianka Liz Kariat
bb93b775f4
Added iOS face stylizer options
2023-09-15 14:05:59 +05:30
Prianka Liz Kariat
a259300bfe
Added iOS face stylizer result
2023-09-15 14:05:38 +05:30
Sebastian Schmidt
4a8a811373
No public description
...
PiperOrigin-RevId: 565516592
2023-09-14 17:00:02 -07:00
MediaPipe Team
81964608ba
Fixes typo in MediaPipe namespace
...
PiperOrigin-RevId: 565478366
2023-09-14 14:32:35 -07:00
Daniel Cheng
65e7cd5236
Fix win32 build break in mediapipe.
...
buffer_aligned_size_ is not used in tflite_support, but is used
in mediapipe.
PiperOrigin-RevId: 565477047
2023-09-14 14:27:05 -07:00
MediaPipe Team
f2b11bf250
No public description
...
PiperOrigin-RevId: 565446429
2023-09-14 12:41:12 -07:00
Sebastian Schmidt
85b19383b9
Fixes iOS hand landmarker connections
...
PiperOrigin-RevId: 565442497
2023-09-14 12:24:25 -07:00
MediaPipe Team
124a4de08d
Clean up TensorConverterCalculator flipping behavior
...
Returns an error if
- gpu_origin is specified for a CPU image, and
- gpu_origin and flip_vertically are both specified.
Adds a test for an IMAGE_GPU input to validate flipping.
PiperOrigin-RevId: 565311456
2023-09-14 02:56:02 -07:00
Daniel Cheng
21646008d5
Don't define field in ExternalFileHandler that's not used on Windows.
...
This fixes:
```
error: private field 'buffer_aligned_size_' is not used [-Werror,-Wunused-private-field]
87 | int64 buffer_aligned_size_{};
| ^
```
in the downstream Chrome build.
PiperOrigin-RevId: 565221813
2023-09-13 18:42:32 -07:00
MediaPipe Team
7333329470
No public description
...
PiperOrigin-RevId: 565215664
2023-09-13 18:11:03 -07:00
MediaPipe Team
e1d1877e07
Modifying tensor_to_vector_float_calculator to take in D_BFLOAT16 values
...
PiperOrigin-RevId: 565189254
2023-09-13 16:10:35 -07:00
MediaPipe Team
6dc1239aa9
No public description
...
PiperOrigin-RevId: 565167086
2023-09-13 14:48:48 -07:00
Sebastian Schmidt
50bd79a317
Add exports to ImageSegmenterResult and InteractiveSegmenterResult
...
PiperOrigin-RevId: 565138661
2023-09-13 13:11:25 -07:00
Sebastian Schmidt
7b091dbe53
Fix missing exports for FilesetResolver and static constants
...
PiperOrigin-RevId: 565113006
2023-09-13 11:40:36 -07:00
MediaPipe Team
d6ee884200
No public description
...
PiperOrigin-RevId: 565087299
2023-09-13 10:23:00 -07:00
MediaPipe Team
8c9cd8a2fb
fixes the non-unicode path of file_helpers on windows
...
Macros can't start with ##, this fixes it.
PiperOrigin-RevId: 565066376
2023-09-13 09:04:33 -07:00
MediaPipe Team
90e18eab91
Internal change.
...
PiperOrigin-RevId: 565062314
2023-09-13 08:49:16 -07:00
MediaPipe Team
38f421acf0
This will fix multiple typos in the tasks internal files.
...
PiperOrigin-RevId: 565055843
2023-09-13 08:22:19 -07:00
Sebastian Schmidt
a5a3e9d36b
No public description
...
PiperOrigin-RevId: 564894013
2023-09-12 18:41:10 -07:00
MediaPipe Team
df211d211e
Internal update.
...
PiperOrigin-RevId: 564883563
2023-09-12 17:40:28 -07:00
MediaPipe Team
1d8dda3337
Remove uncoditional texture params reset to make float textures handled correctly.
...
PiperOrigin-RevId: 564869245
2023-09-12 16:40:13 -07:00
MediaPipe Team
5b08a09446
Fixes two issues with file handling on windows:
...
. If UNICODE is set, then win32 functions taking file paths use wide
(utf-16) strings. For example, FindFirstFile really calls to
FindFirstFileW, which takes a wchar_t*. This adds support for
the unicode path.
. SetContents() changes from "w" to "wb". This is necessary as
windows will do some amount of encoding without "b", which results
in much different values being written.
PiperOrigin-RevId: 564842317
2023-09-12 15:00:05 -07:00
MediaPipe Team
dbcdb44f7c
Move loading tasks-vision-jni to individual vision task class
...
PiperOrigin-RevId: 564840343
2023-09-12 14:52:58 -07:00
MediaPipe Team
4ba1dadf92
Add option for nearest neighbor interpolation.
...
PiperOrigin-RevId: 564786213
2023-09-12 11:41:58 -07:00
MediaPipe Team
5daed78844
No public description
...
PiperOrigin-RevId: 564775970
2023-09-12 11:10:11 -07:00
MediaPipe Team
dd692c2395
Internal update
...
PiperOrigin-RevId: 564740487
2023-09-12 09:17:13 -07:00
MediaPipe Team
26a67f4424
No public description
...
PiperOrigin-RevId: 564651554
2023-09-12 02:15:53 -07:00
Sebastian Schmidt
12502b6f96
Add Handedness to JS, C++ and Android API
...
PiperOrigin-RevId: 564559718
2023-09-11 18:27:05 -07:00
MediaPipe Team
02bd0d95e7
Splitting GraphRunner into public API declared interfaces and private TS impls
...
PiperOrigin-RevId: 564551973
2023-09-11 17:48:21 -07:00
Sebastian Schmidt
0fec532ebe
Add API exports for MPMask and MPImage
...
PiperOrigin-RevId: 564527405
2023-09-11 16:03:07 -07:00
Sebastian Schmidt
56c26dba84
Update WASM files for 10.5 release
...
PiperOrigin-RevId: 564511761
2023-09-11 15:07:51 -07:00
MediaPipe Team
7a04d60134
Set the default running model to Image for face stylizer.
...
PiperOrigin-RevId: 564511316
2023-09-11 15:03:07 -07:00
Sebastian Schmidt
81481df304
No public description
...
PiperOrigin-RevId: 564461274
2023-09-11 12:09:11 -07:00
Sebastian Schmidt
315982df0f
Ensure that C header don't import C++ types
...
PiperOrigin-RevId: 564435119
2023-09-11 10:47:27 -07:00
Sebastian Schmidt
e206f9acdb
No public description
...
PiperOrigin-RevId: 564429453
2023-09-11 10:36:06 -07:00
Copybara-Service
cdf199cf96
Merge pull request #4775 from priankakariatyml:ios-doc-updates-part2
...
PiperOrigin-RevId: 564429285
2023-09-11 10:31:13 -07:00
Chris McClanahan
e51b923bda
internal fix
...
PiperOrigin-RevId: 564404269
2023-09-11 09:11:49 -07:00
MediaPipe Team
7f245bc84b
Internal Change
...
PiperOrigin-RevId: 564316003
2023-09-11 02:39:40 -07:00
MediaPipe Team
b2494fe3c1
This will fix multiple typos in the tasks internal files.
...
PiperOrigin-RevId: 564264998
2023-09-10 21:56:57 -07:00
MediaPipe Team
d1b04a9309
Set enableFlowLimiting to false since only Image model is supported for face stylizer.
...
PiperOrigin-RevId: 563939653
2023-09-08 22:46:15 -07:00
Sebastian Schmidt
7accc79018
Internal
...
PiperOrigin-RevId: 563907673
2023-09-08 19:16:14 -07:00
Copybara-Service
1514304ab3
Merge pull request #4767 from priankakariatyml:ios-vision-task-refactoring-impl3
...
PiperOrigin-RevId: 563859728
2023-09-08 15:00:36 -07:00
Sebastian Schmidt
6df05b7d2a
Internal
...
PiperOrigin-RevId: 563843599
2023-09-08 13:55:19 -07:00
Copybara-Service
b89ca28fe1
Merge pull request #4751 from kuaashish:master
...
PiperOrigin-RevId: 563840414
2023-09-08 13:44:20 -07:00
Prianka Liz Kariat
9d31827de8
Moved iOS MPPHandLandmark enum to MPPHandLandmarker.h
2023-09-08 20:06:47 +05:30
Prianka Liz Kariat
75daf4e756
Updated iOS hand landmarker documentation to use swift names
2023-09-08 19:16:15 +05:30
Prianka Liz Kariat
18f16f6bb5
Updated iOS gesture recognizer documentation to use Swift names
2023-09-08 19:15:56 +05:30
Prianka Liz Kariat
900e637b6a
Fixed typos in iOS documentation
2023-09-08 19:15:32 +05:30
MediaPipe Team
886a118232
landmarks_to_detection stream utility function.
...
PiperOrigin-RevId: 563633314
2023-09-07 21:40:45 -07:00
MediaPipe Team
7549677408
Internal update
...
PiperOrigin-RevId: 563553758
2023-09-07 14:58:39 -07:00