Copybara-Service
c7ba201e6a
Merge pull request #4372 from priankakariatyml:ios-image-classifier-async-fixes
...
PiperOrigin-RevId: 531517080
2023-05-12 08:50:14 -07:00
Copybara-Service
785f549130
Merge pull request #4401 from priankakariatyml:ios-typo-fixes
...
PiperOrigin-RevId: 531223233
2023-05-11 09:26:08 -07:00
Prianka Liz Kariat
4c32ff493e
Fixed typo in MPPObjectDetectorOptions
2023-05-11 14:04:40 +05:30
MediaPipe Team
64af919107
Internal change
...
PiperOrigin-RevId: 531007009
2023-05-10 14:38:19 -07:00
Sebastian Schmidt
1666f3ed80
Add .close() method to ImageSegmenterResult/InteractiveSegmenterResult/PoseLandmarkerResult
...
PiperOrigin-RevId: 530973944
2023-05-10 12:37:48 -07:00
Prianka Liz Kariat
419701c615
Removed opencv dependency from MPPVIsionTaskRunner
2023-05-10 13:09:44 +05:30
Mark McDonald
a7ede9235c
Internal change
...
PiperOrigin-RevId: 530806084
2023-05-09 22:34:07 -07:00
MediaPipe Team
ea1643f7f8
Internal update
...
PiperOrigin-RevId: 530777692
2023-05-09 19:47:43 -07:00
MediaPipe Team
f824424700
When returning multiple output streams together, keep them alive until callback.
...
PiperOrigin-RevId: 530771884
2023-05-09 19:00:00 -07:00
MediaPipe Team
e391c76433
Include object_detector_metadata_schema.fbs and image_segmenter_metadata_schema.fbs
...
PiperOrigin-RevId: 530769920
2023-05-09 18:45:01 -07:00
MediaPipe Team
f95a782399
Internal change
...
PiperOrigin-RevId: 530751565
2023-05-09 17:03:20 -07:00
MediaPipe Team
6ff39c418c
Internal change
...
PiperOrigin-RevId: 530751097
2023-05-09 17:01:45 -07:00
MediaPipe Team
dd1779840d
Update model_maker requirements.txt for release
...
PiperOrigin-RevId: 530748415
2023-05-09 16:49:41 -07:00
Sebastian Schmidt
a469f0151b
Merge pull request #4386 from priankakariatyml/ios-cocoapods-opencv-fixes
...
Removed opencv framework from MPPVisionTaskRunner dependendencies
2023-05-09 17:08:32 -06:00
MediaPipe Team
f77481f303
MediaPipe GPU: Log renderer.
...
We currently log GL version, but since we support multiple backends, logging the renderer as well takes away any doubt what is being used at runtime.
PiperOrigin-RevId: 530736209
2023-05-09 15:57:31 -07:00
Sebastian Schmidt
bea5eb766d
Move Java Connections arrays to Task class
...
PiperOrigin-RevId: 530719994
2023-05-09 14:52:33 -07:00
Sebastian Schmidt
6f3c80ae8a
Prevent property mangling for options types
...
PiperOrigin-RevId: 530707361
2023-05-09 14:05:05 -07:00
Jiuqiang Tang
05c565898a
Add image_segmenter_metadata_schema and object_detector_metadata_schema python files to the mediapipe python wheels.
...
PiperOrigin-RevId: 530674961
2023-05-09 12:02:31 -07:00
MediaPipe Team
08d19739e0
Allow passing --resource_root_dir to resolve asset lookups.
...
PiperOrigin-RevId: 530618235
2023-05-09 08:40:11 -07:00
MediaPipe Team
9de52a4a30
Internal change
...
PiperOrigin-RevId: 530562491
2023-05-09 03:48:49 -07:00
Prianka Liz Kariat
99e3d355cb
Removed opencv framework dep from MPPVisionTaskRunner deps
2023-05-09 11:28:19 +05:30
MediaPipe Team
10776ef86f
Added error message if no provisioning profile found
...
PiperOrigin-RevId: 530498369
2023-05-08 22:20:19 -07:00
Sebastian Schmidt
65cb5f4e6b
Do not depend on *.ts files in ts_declaration
...
PiperOrigin-RevId: 530435849
2023-05-08 16:20:18 -07:00
Copybara-Service
ee8d0383d6
Merge pull request #4380 from priankakariatyml:ios-cocoapods-fixes
...
PiperOrigin-RevId: 530409793
2023-05-08 14:35:09 -07:00
MediaPipe Team
83a8743a8b
Internal change
...
PiperOrigin-RevId: 530408554
2023-05-08 14:31:04 -07:00
MediaPipe Team
b40f0d3b72
Internal change
...
PiperOrigin-RevId: 530385895
2023-05-08 13:04:51 -07:00
Sebastian Schmidt
ae8bedd352
Inline constants for FaceLandmarksConnections
...
PiperOrigin-RevId: 530384171
2023-05-08 12:58:18 -07:00
Sebastian Schmidt
e3c2f31ddf
Update WASM files for Alpha 14
...
PiperOrigin-RevId: 530341569
2023-05-08 10:31:46 -07:00
Shuang Liu
0c75c76623
Fix a typo.
...
PiperOrigin-RevId: 530339315
2023-05-08 10:24:29 -07:00
Prianka Liz Kariat
4a192a6d87
Updated formatting in MPPImageClassifier
2023-05-08 16:58:00 +05:30
Prianka Liz Kariat
db732e2913
Updated formatting in MPPImageClassifierOptions
2023-05-08 16:57:17 +05:30
Prianka Liz Kariat
443418f6d5
Updated formatting
2023-05-08 16:45:16 +05:30
Prianka Liz Kariat
946042aca1
Reverted addition of flow limiter calculator in image classifier iOS
2023-05-08 16:33:09 +05:30
Prianka Liz Kariat
1865643486
Fixed deps in ios task BUILD file
2023-05-08 16:32:04 +05:30
Prianka Liz Kariat
26810b6b84
Reverted back to using containers and options in BUILD
2023-05-08 16:30:40 +05:30
Prianka Liz Kariat
f86188f8e1
Merged with master
2023-05-08 16:24:54 +05:30
Copybara-Service
1360977730
Merge pull request #4373 from priankakariatyml:ios-object-detector-async-fixes
...
PiperOrigin-RevId: 530233608
2023-05-08 01:14:01 -07:00
MediaPipe Team
613f645c74
Update CalculatorOptions to encourage proto3 options
...
PiperOrigin-RevId: 530127533
2023-05-07 11:25:43 -07:00
MediaPipe Team
876987b389
Remove auxiliary landmarks in PoseLandmarker API results.
...
PiperOrigin-RevId: 529989746
2023-05-06 12:58:00 -07:00
Sebastian Schmidt
ddb84702f6
Simplify MPMask by removing the Type Enums from the public API
...
PiperOrigin-RevId: 529975377
2023-05-06 10:26:13 -07:00
Sebastian Schmidt
e9fc66277a
Simplify MPImage API by removing the Type Enums from the public API
...
PiperOrigin-RevId: 529960399
2023-05-06 07:49:46 -07:00
Sebastian Schmidt
8a6fe90759
Remove single-channel types from MPImage
...
PiperOrigin-RevId: 529956549
2023-05-06 07:04:14 -07:00
MediaPipe Team
800a7b4a27
Object detector handle empty packet when no object is detected.
...
PiperOrigin-RevId: 529919638
2023-05-06 01:11:01 -07:00
MediaPipe Team
cc8847def5
Update one-class segmentation category mask behavior on CPU to match latest API
...
PiperOrigin-RevId: 529917830
2023-05-06 00:55:26 -07:00
Sebastian Schmidt
fb7f06b509
Remove error check that canvas must be defined
...
PiperOrigin-RevId: 529906685
2023-05-05 23:22:40 -07:00
Sebastian Schmidt
6aad5742c3
Internal
...
PiperOrigin-RevId: 529890599
2023-05-05 21:51:51 -07:00
Sebastian Schmidt
e707c84a3d
Create a MediaPipe Mask Type
...
PiperOrigin-RevId: 529868427
2023-05-05 19:23:43 -07:00
Prianka Liz Kariat
f713be7b6d
Updated deps names in iOS test targets
2023-05-06 06:13:51 +05:30
MediaPipe Team
3562a7f7dc
Update one-class segmentation category mask behavior on GPU to match latest API
...
PiperOrigin-RevId: 529853658
2023-05-05 17:32:06 -07:00
Prianka Liz Kariat
9f0dd03851
Updated comments
2023-05-06 05:15:23 +05:30