Prianka Liz Kariat
08a5d55ac1
Updated interface of iOS image segmenter
2023-09-19 19:59:33 +05:30
Prianka Liz Kariat
6e80941215
Fixed premature deallocation of C++ masks in iOS Image Segmenter
2023-09-19 19:59:07 +05:30
Kinar
1c40ecf8a5
Added files for Face Stylizer Unit Tests
2023-09-19 03:08:01 -07:00
MediaPipe Team
0ed199186b
Fix glScalerCalculator not clearing background in FIT mode
...
In FIT mode, the image is scaled in an aspect ratio preserving way. That means, the calculator does not render a full-screen quad. The letterbox areas are not drawn. This can cause artifacts, e.g. when MediaPipe reuses the GPU buffer from some other operation. This CL always clears the render target in FIT mode.
PiperOrigin-RevId: 566562715
2023-09-19 02:19:22 -07:00
Shivam Mishra
fd062a2c3f
Remove 'awaiting' labels when user issue/PR updated.
...
Remove the label "stat:awaiting response", when issue/PR unstale.
2023-09-19 11:28:20 +05:30
MediaPipe Team
94cda40a83
No public description
...
PiperOrigin-RevId: 566435327
2023-09-18 15:50:10 -07:00
MediaPipe Team
36f78f6e4a
threshold stream utility function.
...
PiperOrigin-RevId: 566417914
2023-09-18 14:44:28 -07:00
MediaPipe Team
58a7790081
detections_to_rects stream utility function.
...
PiperOrigin-RevId: 566358715
2023-09-18 11:17:27 -07:00
MediaPipe Team
f4477f1739
A minor typo fix in model maker image classifier hyperparameters python docstring.
...
PiperOrigin-RevId: 566355937
2023-09-18 11:07:58 -07:00
Copybara-Service
d5fa4a157e
Merge pull request #4802 from priankakariatyml:ios-image-segmenter-basic-tests
...
PiperOrigin-RevId: 565797057
2023-09-15 15:45:54 -07:00
Copybara-Service
838c89a3ff
Merge pull request #4801 from priankakariatyml:ios-face-stylizer
...
PiperOrigin-RevId: 565784200
2023-09-15 14:49:50 -07:00
Sebastian Schmidt
94477b1342
No public description
...
PiperOrigin-RevId: 565755048
2023-09-15 12:55:00 -07:00
Sebastian Schmidt
a933e324b5
Add export declaration for FaceDetector
...
Fixes https://github.com/google/mediapipe/issues/4799
PiperOrigin-RevId: 565706741
2023-09-15 10:06:06 -07:00
Sebastian Schmidt
30590fe8d3
Add helper to create Connection array
...
PiperOrigin-RevId: 565706612
2023-09-15 10:00:28 -07:00
Prianka Liz Kariat
0f511d52d6
Fixed typo in iOS MPPImageSegmenterResult helpers
2023-09-15 14:24:15 +05:30
Prianka Liz Kariat
b3be1418da
Updated multiply function in iOS Image Segmenter tests to use C++ vectors
2023-09-15 14:21:33 +05:30
Prianka Liz Kariat
fad7f9cdb4
Added iOS image segmenter basic Objective C tests
2023-09-15 14:18:54 +05:30
Prianka Liz Kariat
d3f7368b27
Added iOS MPPMask test utils
2023-09-15 14:18:23 +05:30
Prianka Liz Kariat
81ec5801ea
Added new initializers for iOS MPPImage in test utils
2023-09-15 14:18:10 +05:30
Prianka Liz Kariat
e0b059da58
Added iOS MPPFileInfo for tests
2023-09-15 14:16:50 +05:30
Prianka Liz Kariat
21d000490c
Added iOS face stylizer header
2023-09-15 14:06:11 +05:30
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