MediaPipe Team
db9a72a5df
Internal Changes
...
PiperOrigin-RevId: 551674542
2023-07-27 16:35:35 -07:00
MediaPipe Team
5c007558f8
internal change.
...
PiperOrigin-RevId: 551645248
2023-07-27 14:45:18 -07:00
Sebastian Schmidt
4d5c6bd33a
Internal
...
PiperOrigin-RevId: 551625147
2023-07-27 13:33:14 -07:00
Sebastian Schmidt
fdea10d230
Add C Headers for Text Classifier
...
PiperOrigin-RevId: 551618765
2023-07-27 13:09:49 -07:00
Sebastian Schmidt
7d9cb4ee67
No public description
...
PiperOrigin-RevId: 551586945
2023-07-27 11:17:54 -07:00
MediaPipe Team
f3f9e71ccb
No public description
...
PiperOrigin-RevId: 551549511
2023-07-27 09:15:46 -07:00
MediaPipe Team
6de275834d
internal change.
...
PiperOrigin-RevId: 551366789
2023-07-26 17:59:06 -07:00
Sebastian Schmidt
c9d79a0076
Rollback of "Fix duplicate condition error in :resource_util"
...
PiperOrigin-RevId: 551332734
2023-07-26 15:31:51 -07:00
MediaPipe Team
fa5c1b03d2
No public description
...
PiperOrigin-RevId: 551277242
2023-07-26 12:08:33 -07:00
Sebastian Schmidt
750f498b14
Internal
...
PiperOrigin-RevId: 551247471
2023-07-26 10:33:19 -07:00
Prianka Liz Kariat
d2a86341bd
Added refactored iOS vision task runner sources
2023-07-26 20:02:00 +05:30
MediaPipe Team
1f6851c577
C++ Image segmenter add output size parameters.
...
PiperOrigin-RevId: 550995124
2023-07-25 14:22:11 -07:00
MediaPipe Team
bd7888cc0c
1. Move evaluation onto GPU/TPU hardware if available.
...
2. Move desired_precision and desired_recall from evaluate to hyperparameters so recall@precision metrics will be reported for both training and evaluation. This also fixes a bug where recompiling the model with the previously initialized metric objects would not properly reset the metric states.
3. Remove redundant label_names from create_... class methods in text_classifier. This information is already provided by the datasets.
4. Change loss function to FocalLoss.
5. Re-enable text_classifier unit tests using ExBert
6. Add input names to avoid flaky auto-assigned input names.
PiperOrigin-RevId: 550992146
2023-07-25 14:12:26 -07:00
MediaPipe Team
85c3fed70a
Add class weights to core hyperparameters and classifier library.
...
PiperOrigin-RevId: 550962843
2023-07-25 12:29:46 -07:00
MediaPipe Team
62538a9496
No public description
...
PiperOrigin-RevId: 550954023
2023-07-25 11:57:08 -07:00
MediaPipe Team
113c9b30c2
No public description
...
PiperOrigin-RevId: 550616150
2023-07-24 11:09:31 -07:00
Copybara-Service
66cceddb5e
Merge pull request #4639 from priankakariatyml:ios-image-segmenter-container-utils
...
PiperOrigin-RevId: 550608973
2023-07-24 10:46:56 -07:00
Prianka Liz Kariat
72c62f7d5d
Added iOS Image Segmenter Header
2023-07-24 20:38:16 +05:30
MediaPipe Team
25b01784de
Fix documentation
...
PiperOrigin-RevId: 549968822
2023-07-21 09:33:48 -07:00
MediaPipe Team
9af637b125
Java API add visibility and presence for landmarks.
...
PiperOrigin-RevId: 549709256
2023-07-20 12:42:01 -07:00
Prianka Liz Kariat
540f4f7fe6
Fixed swift name of iOS face landmarker delegate
2023-07-20 15:57:37 +05:30
Prianka Liz Kariat
3198ccf6a5
Added missing headers in ios vision framework build
2023-07-20 15:57:16 +05:30
Steven Hickson
e47af74b15
Adding support for 2 things in tensors_to_image_calculator:
...
1) 1 channel support for conversion after inference.
2) multitask support by allowing for different tensor outputs.
PiperOrigin-RevId: 549412331
2023-07-19 13:41:46 -07:00
MediaPipe Team
085840388b
Move waitOnCpu and waitOnGpu out of the synchronized block, which can cause deadlock.
...
PiperOrigin-RevId: 549217916
2023-07-18 23:42:01 -07:00
MediaPipe Team
4e72fcf0cb
Replace CHECK with RET_CHECK in GetContract() implementation from six calculators.
...
PiperOrigin-RevId: 549158984
2023-07-18 17:38:44 -07:00
MediaPipe Team
4c60fe7365
add pose landmarks connections in C++ API
...
PiperOrigin-RevId: 549108310
2023-07-18 14:21:02 -07:00
MediaPipe Team
9b00582f21
add hand landmarks connections in C++ API.
...
PiperOrigin-RevId: 549108307
2023-07-18 14:16:27 -07:00
MediaPipe Team
cb915858fa
Internal change
...
PiperOrigin-RevId: 549052451
2023-07-18 11:01:37 -07:00
Jiuqiang Tang
0c01187cf5
Internal change
...
PiperOrigin-RevId: 548886447
2023-07-17 21:57:24 -07:00
MediaPipe Team
ef12ce8575
Internal change
...
PiperOrigin-RevId: 548821518
2023-07-17 15:56:05 -07:00
MediaPipe Team
f1f9f80cd9
Internal change
...
PiperOrigin-RevId: 548746432
2023-07-17 11:18:00 -07:00
MediaPipe Team
17bc1a5ab5
Internal change
...
PiperOrigin-RevId: 548196034
2023-07-14 12:39:45 -07:00
MediaPipe Team
2fae07375c
Discard outdated packets earlier in MuxInputStreamHandler.
...
In our pipeline, a deadlock is detected because the packets in deselected
data streams get piled up. In the current implementation, those packets only get
removed in FillInputSet(), but we should also do that in GetNodeReadiness().
PiperOrigin-RevId: 548051369
2023-07-14 01:12:14 -07:00
MediaPipe Team
723e91cec1
Generalize non-define registration with MEDIAPIPE_STATIC_REGISTRATOR_TEMPLATE
...
PiperOrigin-RevId: 547929982
2023-07-13 14:52:37 -07:00
MediaPipe Team
c2c67c20fa
Internal change
...
PiperOrigin-RevId: 547924907
2023-07-13 14:37:40 -07:00
Sebastian Schmidt
327feb42d1
Support WASM asset loading for MediaPipe Task Web
...
PiperOrigin-RevId: 547882566
2023-07-13 12:26:59 -07:00
MediaPipe Team
8b59567cb7
Add proto3 Any proto support for Java task api
...
PiperOrigin-RevId: 547836041
2023-07-13 10:10:17 -07:00
MediaPipe Team
251c5421f6
Internal change
...
PiperOrigin-RevId: 547735699
2023-07-13 02:53:16 -07:00
MediaPipe Team
450c933cb5
MEDIAPIPE_NODE/SUBGRAPH_IMPLEMENTATION to use common define for registration
...
PiperOrigin-RevId: 547669538
2023-07-12 20:10:15 -07:00
MediaPipe Team
cc2aa4f4cc
InferenceCalculatorAdvancedGL save cache in Open().
...
PiperOrigin-RevId: 547652481
2023-07-12 18:09:51 -07:00
MediaPipe Team
a2cd3e7f95
Internal change
...
PiperOrigin-RevId: 547614484
2023-07-12 15:17:40 -07:00
MediaPipe Team
37b68714b8
Internal change
...
PiperOrigin-RevId: 547424721
2023-07-12 01:32:51 -07:00
MediaPipe Team
3e93cbc838
Internal change
...
PiperOrigin-RevId: 547404737
2023-07-12 00:04:40 -07:00
Yilei Yang
917af2ce6b
Internal change
...
PiperOrigin-RevId: 547346939
2023-07-11 17:52:07 -07:00
Sebastian Schmidt
f2f49b9fc8
Add angle to BoundingBox
...
PiperOrigin-RevId: 547321781
2023-07-11 16:00:35 -07:00
MediaPipe Team
aabf61f28d
Internal Change
...
PiperOrigin-RevId: 547299595
2023-07-11 14:35:18 -07:00
MediaPipe Team
56bc019819
Model Maker allow core dataset library to handle datasets with unknown sizes.
...
PiperOrigin-RevId: 547268411
2023-07-11 12:47:37 -07:00
MediaPipe Team
4788fddde9
Internal Change
...
PiperOrigin-RevId: 547265380
2023-07-11 12:34:32 -07:00
MediaPipe Team
e4ec4d2526
Internal change
...
PiperOrigin-RevId: 547258228
2023-07-11 12:05:58 -07:00
MediaPipe Team
bf6561ce91
add symmetric color style option
...
PiperOrigin-RevId: 547069284
2023-07-10 21:41:01 -07:00
MediaPipe Team
0bde987a38
Removed internal dependency on OpenCV 3.x, migrating it to OpenCV 4.x
...
PiperOrigin-RevId: 546945166
2023-07-10 12:17:54 -07:00
Copybara-Service
df3f4167ae
Merge pull request #4600 from priankakariatyml:ios-orientation-fix
...
PiperOrigin-RevId: 546358930
2023-07-07 12:56:39 -07:00
MediaPipe Team
d45b15ef84
Add face landmarks connections for C++.
...
PiperOrigin-RevId: 546345842
2023-07-07 12:08:09 -07:00
Prianka Liz Kariat
cae10ea115
Updated documentation of MPImage
2023-07-07 22:03:15 +05:30
Prianka Liz Kariat
7556a3f1b4
Changed left and right image orientation angles to match iOS UIImageOrientation
2023-07-07 19:57:44 +05:30
MediaPipe Team
cb1035a9ee
Internal change
...
PiperOrigin-RevId: 546090489
2023-07-06 14:24:31 -07:00
Yoni Ben-Meshulam
0a198d1f6a
Fix a typo in proto doc.
...
PiperOrigin-RevId: 546049240
2023-07-06 14:20:09 -07:00
MediaPipe Team
15ee1210e5
Internal change
...
PiperOrigin-RevId: 546035969
2023-07-06 10:58:20 -07:00
Copybara-Service
a851863e9c
Merge pull request #4590 from priankakariatyml:ios-image-segmenter-container-utils
...
PiperOrigin-RevId: 546018332
2023-07-06 09:57:59 -07:00
Prianka Liz Kariat
823d5b39af
Fixed typo
2023-07-06 18:46:01 +05:30
Sebastian Schmidt
9861b3c8a8
Fix bounds calculation in RefineLandmarksFromHeatMapCalculator
...
Fixes https://github.com/google/mediapipe/issues/4414
PiperOrigin-RevId: 545794151
2023-07-05 14:58:36 -07:00
MediaPipe Team
74f484d96d
Internal change
...
PiperOrigin-RevId: 545658434
2023-07-05 07:09:40 -07:00
MediaPipe Team
dbe8e40124
Internal change
...
PiperOrigin-RevId: 545045282
2023-07-03 10:04:19 -07:00
Prianka Liz Kariat
9b7e233fe3
Added Image Segmenter Result Helpers
2023-07-03 20:48:29 +05:30
Prianka Liz Kariat
cebb0a2c2e
Added iOS Image Segmenter Options Helpers
2023-07-03 20:48:15 +05:30
MediaPipe Team
7ba21e9a9a
Revert Add location info in registry (debug mode only)
...
PiperOrigin-RevId: 544842663
2023-07-01 01:11:02 -07:00
MediaPipe Team
422556c4a3
Internal change
...
PiperOrigin-RevId: 544663494
2023-06-30 08:34:32 -07:00
Jiuqiang Tang
6c7aa8a0d6
Internal change
...
PiperOrigin-RevId: 544563029
2023-06-29 23:05:37 -07:00
MediaPipe Team
687075e5b8
Add gpu to cpu fallback for tensors_to_detections_calculator.
...
PiperOrigin-RevId: 544480883
2023-06-29 15:36:33 -07:00
MediaPipe Team
0ea54b1461
Add delegate options to base options for java API. and add unit tset for BaseOptions.
...
PiperOrigin-RevId: 544458644
2023-06-29 14:13:46 -07:00
MediaPipe Team
e15d5a797b
Do not send PreviousLoopback output packets to closed streams
...
PiperOrigin-RevId: 544449979
2023-06-29 13:44:56 -07:00
MediaPipe Team
52cea59d41
Add keys for the context that better match the featurelist for text.
...
PiperOrigin-RevId: 544430289
2023-06-29 12:29:49 -07:00
MediaPipe Team
0bb4ee8941
Add MobileNetV2_I320 and MobileNetMultiHWAVG_I384 to support larger input image sizes.
...
PiperOrigin-RevId: 544393692
2023-06-29 10:24:52 -07:00
MediaPipe Team
8278dbc38f
Exposes OpenCV photo lib.
...
PiperOrigin-RevId: 544092832
2023-06-28 10:22:07 -07:00
MediaPipe Team
1ee55d1f1b
Support ExBert training and option to select between AdamW and LAMB optimizers for BertClassifier
...
PiperOrigin-RevId: 543905014
2023-06-27 18:05:15 -07:00
MediaPipe Team
bed624f3b6
Shows the recently added warning when WaitUntilIdle is called with source nodes only once. Otherwise, it is very spammy as it's shown every frame. Moreover, display the names of the sources, so the warning is more actionable.
...
PiperOrigin-RevId: 543676454
2023-06-27 02:03:04 -07:00
MediaPipe Team
c8c5f3d062
Internal change
...
PiperOrigin-RevId: 543602625
2023-06-26 18:57:21 -07:00
MediaPipe Team
9de1b2577f
Internal update
...
PiperOrigin-RevId: 543508346
2023-06-26 12:26:51 -07:00
MediaPipe Team
570880190b
Internal change for proto library outputs.
...
PiperOrigin-RevId: 543368974
2023-06-26 01:52:50 -07:00
Copybara-Service
5d19a46956
Merge pull request #4561 from priankakariatyml:ios-segmentation-mask
...
PiperOrigin-RevId: 543295371
2023-06-25 17:37:35 -07:00
Copybara-Service
80a02f8f38
Merge pull request #4566 from priankakariatyml:ios-image-segmenter-containers
...
PiperOrigin-RevId: 542931120
2023-06-23 12:42:56 -07:00
Prianka Liz Kariat
3d79d58286
Updated variable name
2023-06-23 20:18:41 +05:30
Prianka Liz Kariat
bfb68491af
Added copying of running mode in NSCopying implementation in iOS tasks
2023-06-23 20:13:29 +05:30
Prianka Liz Kariat
5dce8f283d
Updated image segmenter delegate method to be required
2023-06-23 20:10:42 +05:30
Prianka Liz Kariat
7623c5a941
Added iOS Image Segmenter Options
2023-06-23 20:09:18 +05:30
Prianka Liz Kariat
7fe365489d
Added iOS Image Segmenter Result
2023-06-23 20:09:05 +05:30
MediaPipe Team
a8899da45a
Fix -Wsign-compare warning in api2/builder.h
...
PiperOrigin-RevId: 542673286
2023-06-22 14:49:23 -07:00
MediaPipe Team
4e862995ba
Fix typo
...
PiperOrigin-RevId: 542660548
2023-06-22 14:02:16 -07:00
MediaPipe Team
2f5fc16a38
Fix timestamp computation when copying within first block.
...
When computing the last copied sample's timestamp, first_block_offset_ needs to be taken into account.
PiperOrigin-RevId: 542643291
2023-06-22 13:03:36 -07:00
Jiuqiang Tang
98d493f37a
Add MatrixData as a packet option for ConstantSidePacketCalculatorOptions.
...
PiperOrigin-RevId: 542616847
2023-06-22 11:28:07 -07:00
MediaPipe Team
ba7e0e0e50
Add a face alignment preprocessor to face stylizer.
...
PiperOrigin-RevId: 542559764
2023-06-22 07:59:52 -07:00
Prianka Liz Kariat
7f39153ff3
Added MPPMask Tests
2023-06-22 17:44:07 +05:30
MediaPipe Team
825e3a8af0
Speed up TimeSeriesFramerCalculator.
...
Currently, TimeSeriesFramerCalculator constructs a distinct Matrix object for every input sample, which is inefficient. This CL revises buffering to keep each input packet's worth of samples as one grouped Matrix. A benchmark is added, showing a speed up of about 20x.
```
name old new
BM_TimeSeriesFramerCalculator 48.45ms 2.26ms
```
PiperOrigin-RevId: 542462618
2023-06-21 23:03:54 -07:00
MediaPipe Team
0d2548cd65
Internal change
...
PiperOrigin-RevId: 542392817
2023-06-21 16:23:43 -07:00
MediaPipe Team
c86d80a031
Internal Changes
...
PiperOrigin-RevId: 542387813
2023-06-21 16:02:54 -07:00
MediaPipe Team
895c685df6
1. Model maker core classifier change _metric_function field to _metric_functions in order to support having multiple metrics.
...
2. Add SparsePrecision, SparseRecall, BinarySparsePrecisionAtRecall, and BinarySparseRecallAtPrecision to the shared metrics library.
3. Add SparsePrecision, SparseRecall to text classifier, and have the option to evaluate the model with BinarySparsePrecisionAtRecall and BinarySparseRecallAtPrecision
PiperOrigin-RevId: 542376451
2023-06-21 15:19:29 -07:00
MediaPipe Team
7edb6b8fcb
add concatenate image vector calculator
...
PiperOrigin-RevId: 542084345
2023-06-20 16:40:11 -07:00
MediaPipe Team
0b6ff84e3c
update face drawing function.
...
PiperOrigin-RevId: 542083042
2023-06-20 16:34:27 -07:00
Sebastian Schmidt
ef6aeb8828
Allow passing of HParams to MediaPipe training docker
...
PiperOrigin-RevId: 542052304
2023-06-20 14:39:38 -07:00
MediaPipe Team
86bc764b6e
This will fix typos in tasks internal files.
...
PiperOrigin-RevId: 541945726
2023-06-20 09:18:01 -07:00
Copybara-Service
bd3a8d885d
Merge pull request #4538 from priankakariatyml:ios-segmentation-mask
...
PiperOrigin-RevId: 541944396
2023-06-20 09:12:53 -07:00
MediaPipe Team
35c79b755e
update face drawing function.
...
PiperOrigin-RevId: 541055040
2023-06-16 17:46:11 -07:00
MediaPipe Team
80208079d2
Use GFile
for internal file systems.
...
PiperOrigin-RevId: 541041972
2023-06-16 16:45:56 -07:00
Copybara-Service
41215a3878
Merge pull request #4541 from priankakariatyml:ios-hand-landmarker-tests
...
PiperOrigin-RevId: 540995916
2023-06-16 14:07:49 -07:00
Sebastian Schmidt
c5b1edd709
Add "exports" field definitions to package.json
...
Fixes https://github.com/google/mediapipe/issues/4547
PiperOrigin-RevId: 540977469
2023-06-16 13:14:09 -07:00
Prianka Liz Kariat
d12dd88f51
Fixed implementation of init methods in MPPMask
2023-06-16 20:00:30 +05:30
Prianka Liz Kariat
4ab1a5de1b
Reverted changes to iOS tasks deployment target
2023-06-16 19:59:59 +05:30
Prianka Liz Kariat
fec2fc77e0
Revert "Revert "Updated init method implementations in MPPMask""
...
This reverts commit 52f6b8d899
.
2023-06-16 19:56:32 +05:30
Prianka Liz Kariat
52f6b8d899
Revert "Updated init method implementations in MPPMask"
...
This reverts commit 83486ed01b
.
2023-06-16 19:56:23 +05:30
Prianka Liz Kariat
83486ed01b
Updated init method implementations in MPPMask
2023-06-16 19:56:04 +05:30
Prianka Liz Kariat
1f77fa9de4
Removed generic methods for alloc and memcpy from MPPMask
2023-06-15 16:07:56 +05:30
Prianka Liz Kariat
327547ec2b
Updated variable names in MPPMask
2023-06-15 14:16:34 +05:30
Prianka Liz Kariat
9d0fed89ff
Fixed documentation in MPPMask
2023-06-15 14:11:08 +05:30
Prianka Liz Kariat
aa1ab18000
Updated documentation in MPPMask
2023-06-15 14:09:22 +05:30
Prianka Liz Kariat
a7f555fcc2
Fixed float calculations in MPPMask
2023-06-15 14:07:33 +05:30
Prianka Liz Kariat
c8f85ac060
Updated signature of initializer in MPPMask
2023-06-15 14:06:52 +05:30
MediaPipe Team
2e48a0bce0
Remove designated initializers
...
PiperOrigin-RevId: 540471772
2023-06-14 22:17:20 -07:00
MediaPipe Team
e02d70f8e5
internal change
...
PiperOrigin-RevId: 540404812
2023-06-14 16:00:00 -07:00
Copybara-Service
a2d4566845
Merge pull request #4542 from priankakariatyml:ios-hand-landmarker-updates
...
PiperOrigin-RevId: 540393678
2023-06-14 15:16:14 -07:00
MediaPipe Team
4776ecf402
Internal change
...
PiperOrigin-RevId: 540361672
2023-06-14 13:23:36 -07:00
MediaPipe Team
a1be5f3e72
Add a test case for "summary packet" to test failing upstream calculator
...
PiperOrigin-RevId: 540331486
2023-06-14 11:34:17 -07:00
MediaPipe Team
66a29bf371
Internal change
...
PiperOrigin-RevId: 540327302
2023-06-14 11:23:51 -07:00
Prianka Liz Kariat
9ed7acc0a3
Updated hand connections in iOS hand landmarker to class properties.
2023-06-14 15:59:54 +05:30
Prianka Liz Kariat
94a9464750
Fixed formatting in MPPHandLandmarkerTests.m
2023-06-14 15:52:26 +05:30
Prianka Liz Kariat
0ae27fad37
Updated iOS hand landmarker tests
2023-06-14 15:51:41 +05:30
Prianka Liz Kariat
dffca9e3b5
Updated protobuf helper method name in iOS Gesture Recognizer Helpers
2023-06-14 15:51:06 +05:30
Prianka Liz Kariat
086798e677
Merge branch 'master' into ios-hand-landmarker-tests
2023-06-14 15:35:02 +05:30
Prianka Liz Kariat
43e51c1094
Added live stream mode tests for iOS Hand Landmarker
2023-06-14 15:34:32 +05:30
Yuqi Li
eaeca82b76
Internal change
...
PiperOrigin-RevId: 540134258
2023-06-13 18:41:30 -07:00
MediaPipe Team
3742bc8c1b
Add metadata for all PREFIX/image... prefixes.
...
PiperOrigin-RevId: 540117214
2023-06-13 17:12:17 -07:00
MediaPipe Team
02d55dfb0a
Modify the TensorToImageFrameCalculator to support normalized outputs.
...
PiperOrigin-RevId: 540104988
2023-06-13 16:20:42 -07:00
MediaPipe Team
b97d11fa76
Internal MediaPipe Tasks change
...
PiperOrigin-RevId: 540083633
2023-06-13 15:05:04 -07:00
Copybara-Service
6cf7148f3b
Merge pull request #4534 from priankakariatyml:ios-hand-landmarker-tests
...
PiperOrigin-RevId: 540030514
2023-06-13 11:58:26 -07:00
Prianka Liz Kariat
2cdb291e54
Removed core video import
2023-06-13 22:29:15 +05:30
Prianka Liz Kariat
dddbcc4449
Updated data types of width and height
2023-06-13 22:28:09 +05:30
MediaPipe Team
e468bee584
Deprecate GraphStatus()
...
PiperOrigin-RevId: 539992850
2023-06-13 09:54:22 -07:00
Prianka Liz Kariat
5e2bb0e1db
Updated documentation of MPPMask
2023-06-13 22:19:40 +05:30
Prianka Liz Kariat
de9acdfa68
Added iOS segmentation mask
2023-06-13 22:17:41 +05:30
MediaPipe Team
b19b80e10f
Add support for int64 constant side package value.
...
PiperOrigin-RevId: 539893314
2023-06-13 01:53:13 -07:00
MediaPipe Team
96cc0fd07b
Internal change
...
PiperOrigin-RevId: 539719443
2023-06-12 11:53:48 -07:00
MediaPipe Team
fe0d1b1e83
Internal change
...
PiperOrigin-RevId: 539675912
2023-06-12 09:28:26 -07:00
Sebastian Schmidt
8a2ec518de
Use .mjs for ESM Modules and use .cjs for CommonJS
...
PiperOrigin-RevId: 539664711
2023-06-12 08:45:01 -07:00
Prianka Liz Kariat
baa79046b9
Added iOS Objective C hand landmarker tests
2023-06-12 19:56:34 +05:30
Prianka Liz Kariat
eff56045e4
Added hand landmarker protobuf utils
2023-06-12 19:56:20 +05:30
MediaPipe Team
ac4f60a793
Annotate in model input scale for InteractiveSegmenter
...
PiperOrigin-RevId: 539245617
2023-06-09 21:13:20 -07:00
MediaPipe Team
1d4a205c2e
Internal change
...
PiperOrigin-RevId: 539220863
2023-06-09 18:06:50 -07:00
MediaPipe Team
53f0736bf0
Add an option to disable explicit CPU sync for ExternalTextureRenderer
...
PiperOrigin-RevId: 539166965
2023-06-09 13:42:14 -07:00
Sebastian Schmidt
67c5d8d224
Add FaceLandmarker constants for iOS
...
PiperOrigin-RevId: 539160195
2023-06-09 13:15:26 -07:00
Copybara-Service
fb47218e10
Merge pull request #4526 from priankakariatyml:ios-hand-landmarker-implementation
...
PiperOrigin-RevId: 539145005
2023-06-09 12:12:42 -07:00
Prianka Liz Kariat
f528fa5de2
Updated constant names in MPPHandLandmarkConnections
2023-06-09 17:30:23 +05:30