Sebastian Schmidt
9be748db00
Create MPImage type for Web
...
PiperOrigin-RevId: 525873209
2023-04-20 16:01:04 -07:00
Sebastian Schmidt
e9bb849503
Fix Typo
...
PiperOrigin-RevId: 525861968
2023-04-20 15:15:13 -07:00
MediaPipe Team
bd73617e5c
Internal change
...
PiperOrigin-RevId: 525854969
2023-04-20 14:47:17 -07:00
MediaPipe Team
02bdb9aba0
Internal change
...
PiperOrigin-RevId: 525845988
2023-04-20 14:14:58 -07:00
MediaPipe Team
983932b6dd
This will fix the multiple typos in the new tasks internal files
...
PiperOrigin-RevId: 525788850
2023-04-20 10:43:35 -07:00
MediaPipe Team
d4c7ad0411
Internal change
...
PiperOrigin-RevId: 525775875
2023-04-20 10:00:01 -07:00
MediaPipe Team
a89ec882b0
Internal change
...
PiperOrigin-RevId: 525774601
2023-04-20 09:55:35 -07:00
Kinar R
9032bce577
Update copyright
2023-04-20 13:21:56 +05:30
Kinar R
21ddba0d60
Update copyright
2023-04-20 13:21:31 +05:30
MediaPipe Team
331692577e
Internal change
...
PiperOrigin-RevId: 525660743
2023-04-19 23:47:59 -07:00
Copybara-Service
44aa607e06
Merge pull request #4302 from kinaryml:segmenter-python-add-labels
...
PiperOrigin-RevId: 525571089
2023-04-19 15:46:20 -07:00
Sebastian Schmidt
ffbd799b8d
Extract shared types to create and test landmarks
...
PiperOrigin-RevId: 525568412
2023-04-19 15:37:42 -07:00
MediaPipe Team
476c7efc18
Remove uses of ATOMIC_VAR_INIT
...
ATOMIC_VAR_INIT has a trivial definition
`#define ATOMIC_VAR_INIT(value) (value)`,
is deprecated in C17/C++20, and will be removed in newer standards in
newer GCC/Clang (e.g. https://reviews.llvm.org/D144196 ).
PiperOrigin-RevId: 525534393
2023-04-19 13:26:47 -07:00
MediaPipe Team
5bd3282515
Internal change
...
PiperOrigin-RevId: 525513792
2023-04-19 12:05:44 -07:00
MediaPipe Team
3231591f7f
draw right eye with blue color
...
PiperOrigin-RevId: 525508840
2023-04-19 11:47:38 -07:00
MediaPipe Team
b2586e7e3b
Internal change
...
PiperOrigin-RevId: 525495248
2023-04-19 11:01:13 -07:00
MediaPipe Team
eb62479190
Internal change
...
PiperOrigin-RevId: 525487344
2023-04-19 10:35:49 -07:00
Bekzhan Bekbolatuly
9818ebb630
Internal change
...
PiperOrigin-RevId: 525476655
2023-04-19 09:58:22 -07:00
MediaPipe Team
0aea6d90a8
Internal change
...
PiperOrigin-RevId: 525407296
2023-04-19 04:10:02 -07:00
MediaPipe Team
01f4439d83
Internal change
...
PiperOrigin-RevId: 525399975
2023-04-19 03:33:01 -07:00
MediaPipe Team
de84696be6
Internal change
...
PiperOrigin-RevId: 525390694
2023-04-19 02:39:54 -07:00
MediaPipe Team
b83fa5b67d
Internal change
...
PiperOrigin-RevId: 525365673
2023-04-19 00:17:50 -07:00
MediaPipe Team
8c8ba9511a
Internal change
...
PiperOrigin-RevId: 525358261
2023-04-18 23:33:46 -07:00
kinaryml
f87ffd92a0
Removed optional for defaults in some tasks and updated various tests to be consistent with that of Pose Landmarker's
2023-04-18 23:28:10 -07:00
kinaryml
00f966655b
Fixed a typo in a docstring
2023-04-18 22:48:37 -07:00
kinaryml
1688d0fa79
Added more pose landmarker tests and updated face landmarker tests to cover all the results
2023-04-18 22:45:46 -07:00
Kinar R
39742b6641
Merge branch 'google:master' into pose-landmarker-python
2023-04-19 10:21:23 +05:30
kinaryml
a1aab66c8d
Fixed a typo in docstring
2023-04-18 21:50:27 -07:00
kinaryml
67b72e4fe9
Code cleanup
2023-04-18 21:43:38 -07:00
kinaryml
1cb404bea1
Changed labels to be a property
2023-04-18 21:31:14 -07:00
Kinar R
d621df8046
Merge branch 'google:master' into segmenter-python-add-labels
2023-04-19 09:51:42 +05:30
Prianka Liz Kariat
99420d35f3
Update build_ios_framework.sh
2023-04-19 00:25:10 +05:30
Copybara-Service
e15d98298f
Merge pull request #4280 from kinaryml:image-segmenter-python-api-updates
...
PiperOrigin-RevId: 525204893
2023-04-18 11:36:09 -07:00
Prianka Liz Kariat
f75eb57956
Update build_ios_framework.sh
2023-04-18 23:46:05 +05:30
Prianka Liz Kariat
eb0aa5056a
Updated documentation
2023-04-18 23:20:11 +05:30
Prianka Liz Kariat
d7c96dea6a
Updated formatting of files
2023-04-18 23:10:47 +05:30
Prianka Liz Kariat
24bd7a6b9f
Merge branch 'master' into ios-text-cocoapods-force-load
2023-04-18 23:03:56 +05:30
Prianka Liz Kariat
49b2c7c2cc
Added iOS task text cocoapods podspec
2023-04-18 23:02:58 +05:30
Prianka Liz Kariat
7ad2b7b32f
Added shell script for building cocoapods archive
2023-04-18 23:02:35 +05:30
Prianka Liz Kariat
a774399630
Added targets for iOS text frameworks
2023-04-18 23:02:16 +05:30
MediaPipe Team
64d1e74c20
Internal MediaPipe Tasks change
...
PiperOrigin-RevId: 525182282
2023-04-18 10:20:03 -07:00
MediaPipe Team
3e0ed2ced0
Internal Changes
...
PiperOrigin-RevId: 525180095
2023-04-18 10:14:08 -07:00
kinaryml
1919b0e341
Updated docstrings for get_labels
2023-04-18 02:54:03 -07:00
kinaryml
723cb2a919
Populate labels using model metadata for the ImageSegmenter Python API
2023-04-18 02:49:13 -07:00
MediaPipe Team
88a10de345
Internal change
...
PiperOrigin-RevId: 525084368
2023-04-18 02:15:02 -07:00
MediaPipe Team
b4e27c137e
Internal change
...
PiperOrigin-RevId: 525069421
2023-04-18 00:54:16 -07:00
MediaPipe Team
63cd09951d
Internal change
...
PiperOrigin-RevId: 525030969
2023-04-17 21:17:08 -07:00
MediaPipe Team
43fd744296
Internal Changes
...
PiperOrigin-RevId: 524997017
2023-04-17 17:43:40 -07:00
Sebastian Schmidt
47e55fcf2f
Add HAND_CONNECTIONS to HandLandmarker and GestureRecognizer
...
PiperOrigin-RevId: 524951052
2023-04-17 14:31:40 -07:00
MediaPipe Team
2564fec44c
Internal MediaPipe Tasks change.
...
PiperOrigin-RevId: 524942203
2023-04-17 14:09:14 -07:00
Sebastian Schmidt
b147002b7e
Support new output format for InteractiveSegmenter
...
PiperOrigin-RevId: 524940992
2023-04-17 14:04:56 -07:00
MediaPipe Team
48cc96cf3c
Internal change
...
PiperOrigin-RevId: 524517985
2023-04-15 06:18:05 -07:00
MediaPipe Team
547d3c00a7
Internal change
...
PiperOrigin-RevId: 524496413
2023-04-15 02:34:17 -07:00
MediaPipe Team
b63a0e15a3
Internal change
...
PiperOrigin-RevId: 524485761
2023-04-15 01:00:05 -07:00
MediaPipe Team
1c3a061038
Internal change
...
PiperOrigin-RevId: 524481964
2023-04-15 00:24:46 -07:00
MediaPipe Team
5fc0d26d8d
Internal change
...
PiperOrigin-RevId: 524457848
2023-04-14 21:33:14 -07:00
Copybara-Service
cd4ae32a10
Merge pull request #4288 from google:pr4279
...
PiperOrigin-RevId: 524443045
2023-04-14 19:54:49 -07:00
MediaPipe Team
411ffaeb43
Update Java interactive segmenter to output both confidence masks and category mask optionally.
...
PiperOrigin-RevId: 524442070
2023-04-14 19:45:27 -07:00
Jiuqiang Tang
e14a88052a
Remove resizing and rotation from face stylizer's postprocessing step.
...
The resizing and rotation logic is useful when the pipeline needs to paste the stylized face image back to the original image. To only output the stylized face image, resizing and rotation may result to strange outputs.
PiperOrigin-RevId: 524441372
2023-04-14 19:37:52 -07:00
Copybara-Service
8b3395edfb
Merge pull request #4283 from priankakariatyml:ios-timestamp-renaming
...
PiperOrigin-RevId: 524420908
2023-04-14 17:13:17 -07:00
MediaPipe Team
e1643a5abb
Fix in preparation for Emscripten updates
...
PiperOrigin-RevId: 524414804
2023-04-14 16:40:34 -07:00
Jiuqiang Tang
67ed42d9c6
Always link the "pose_landmarks_detector_graph" target.
...
PiperOrigin-RevId: 524397174
2023-04-14 15:14:20 -07:00
kinaryml
5f5ce22020
Added the PoseLandmarker Python API and a simple test
2023-04-14 14:09:15 -07:00
MediaPipe Team
abd6574c6d
Internal MediaPipe Tasks change.
...
PiperOrigin-RevId: 524377097
2023-04-14 13:49:31 -07:00
Sebastian Schmidt
92f45c98d8
Support new output format for ImageSegmenter
...
PiperOrigin-RevId: 524371021
2023-04-14 13:25:10 -07:00
MediaPipe Team
f5197a3adc
Expose get_graph_config function for task_runner.
...
PiperOrigin-RevId: 524365682
2023-04-14 13:03:32 -07:00
MediaPipe Team
dbeb5a8126
Add Pose Landmarker Java API
...
PiperOrigin-RevId: 524359521
2023-04-14 12:36:37 -07:00
Sebastian Schmidt
3f1fc6f520
Add model links to NPM Readme
...
PiperOrigin-RevId: 524353352
2023-04-14 12:15:28 -07:00
Bekzhan Bekbolatuly
54d208aa5c
Internal change
...
PiperOrigin-RevId: 524345939
2023-04-14 11:44:36 -07:00
MediaPipe Team
257fa01b68
Internal MediaPipe Tasks change.
...
PiperOrigin-RevId: 524345005
2023-04-14 11:40:18 -07:00
MediaPipe Team
27038f534a
Internal change.
...
PiperOrigin-RevId: 524336899
2023-04-14 11:11:07 -07:00
Jiuqiang Tang
534da98ccb
Internal changes
...
PiperOrigin-RevId: 524334347
2023-04-14 11:01:53 -07:00
MediaPipe Team
dfc604f500
Patch for FileLocator and asset scripts not working together
...
PiperOrigin-RevId: 524320143
2023-04-14 10:11:24 -07:00
Jiuqiang Tang
e6bb9e29c0
Internal change
...
PiperOrigin-RevId: 524317439
2023-04-14 10:01:01 -07:00
Bekzhan Bekbolatuly
89e6b824ae
Update TF version to 2023-04-12
...
PiperOrigin-RevId: 524301262
2023-04-14 08:49:05 -07:00
MediaPipe Team
6da95183bc
Internal change
...
PiperOrigin-RevId: 524259260
2023-04-14 04:48:00 -07:00
MediaPipe Team
1fd0f9328e
Internal change
...
PiperOrigin-RevId: 524249794
2023-04-14 03:50:01 -07:00
MediaPipe Team
215465bee0
Internal change
...
PiperOrigin-RevId: 524229420
2023-04-14 01:50:30 -07:00
MediaPipe Team
06bbd9c599
Internal change
...
PiperOrigin-RevId: 524212873
2023-04-14 00:09:30 -07:00
Prianka Liz Kariat
7b1b94416a
Updated timestamp variable name
2023-04-14 12:13:46 +05:30
MediaPipe Team
f934b220b2
Internal change
...
PiperOrigin-RevId: 524202659
2023-04-13 23:01:20 -07:00
kinaryml
a745b71f97
Removed unused import
2023-04-13 21:11:20 -07:00
kinaryml
a036bf70cc
Removed Activation from ImageSegmenterOptions
2023-04-13 21:09:01 -07:00
MediaPipe Team
18ef79ac9f
add face renderer for adapter
...
PiperOrigin-RevId: 524148938
2023-04-13 17:41:19 -07:00
Sebastian Schmidt
17f2d0e1e5
Add Face Landmarks Connection constants for the Python API
2023-04-13 14:19:10 -06:00
MediaPipe Team
a59b29ea24
Add jni functions to get image size from a list of image
...
PiperOrigin-RevId: 524080111
2023-04-13 13:05:42 -07:00
kinaryml
a03fa448dc
Explicitly state the modes in the tests for ImageSegmenterOptions and InteractiveSegmenterOptions
2023-04-13 11:55:37 -07:00
MediaPipe Team
ad169b9123
Add support for more standard scaling options in GlSurfaceViewRenderer.
...
PiperOrigin-RevId: 524062033
2023-04-13 11:52:45 -07:00
MediaPipe Team
c63b30dff5
Internal change
...
PiperOrigin-RevId: 524059494
2023-04-13 11:45:04 -07:00
MediaPipe Team
055accece8
Internal Change
...
PiperOrigin-RevId: 524035898
2023-04-13 11:43:20 -07:00
yichunkuo
78499b0bd0
Merge pull request #4279 from kinaryml/face-landmarker-python-add-connection-constants
...
Add Face Landmarks Connection constants for the Python API
2023-04-14 02:35:22 +08:00
Fergus Henderson
c392ed2c09
Internal change
...
PiperOrigin-RevId: 524012087
2023-04-13 08:49:36 -07:00
MediaPipe Team
d095829c7c
Internal cleanup.
...
PiperOrigin-RevId: 524005450
2023-04-13 08:19:29 -07:00
Prianka Liz Kariat
2c154e20cc
Updated all references of timestampMs to timestampInMilliseconds
2023-04-13 17:56:09 +05:30
MediaPipe Team
6af4b433f4
Internal change
...
PiperOrigin-RevId: 523965337
2023-04-13 04:36:16 -07:00
MediaPipe Team
3fdd7f3618
Internal change
...
PiperOrigin-RevId: 523930101
2023-04-13 01:28:41 -07:00
kinaryml
4d5f081232
Reformatted face_landmarker.py
2023-04-13 01:18:37 -07:00
Kinar R
dc56eb2bb1
Update face_landmarker.py
2023-04-13 13:40:49 +05:30
Kinar R
5185489c21
Update face_landmarker.py
2023-04-13 13:30:00 +05:30
MediaPipe Team
c8b9cec7ef
Internal change
...
PiperOrigin-RevId: 523916108
2023-04-13 00:16:17 -07:00
MediaPipe Team
d96b6e7ed9
Make confidence and category masks both optional for GPU multi-class segmentation.
...
PiperOrigin-RevId: 523838907
2023-04-12 16:41:14 -07:00
Sebastian Schmidt
f23dd69db1
Fix yet another Windows compile error
...
PiperOrigin-RevId: 523835509
2023-04-12 16:26:27 -07:00
Sebastian Schmidt
d0e8a9e09b
Internal change
...
PiperOrigin-RevId: 523827005
2023-04-12 15:49:58 -07:00
MediaPipe Team
0179f0c456
Update TensorsToFaceLandmarksGraph to support face mesh v2 model.
...
PiperOrigin-RevId: 523814749
2023-04-12 15:03:26 -07:00
Copybara-Service
dd62b0831a
Merge pull request #4254 from priankakariatyml:ios-gesture-recognizer
...
PiperOrigin-RevId: 523808915
2023-04-12 14:40:31 -07:00
kinaryml
3f68f90238
Deprecated output_type for the ImageSegmenter and InteractiveSegmenter APIs
2023-04-12 14:37:16 -07:00
MediaPipe Team
a71c697d90
Internal change
...
PiperOrigin-RevId: 523797476
2023-04-12 13:58:11 -07:00
MediaPipe Team
27c38f00ec
Add pose landmarker C++ API.
...
PiperOrigin-RevId: 523795237
2023-04-12 13:51:54 -07:00
MediaPipe Team
c7aecb42ff
Internal change
...
PiperOrigin-RevId: 523785788
2023-04-12 13:16:33 -07:00
kinaryml
fec96ee679
Added some face landmarks constants
2023-04-12 13:03:46 -07:00
MediaPipe Team
9a10375de6
internal change
...
PiperOrigin-RevId: 523773255
2023-04-12 12:27:59 -07:00
MediaPipe Team
ca0da8d26f
Fix wrong function name of ConvertToDetection
...
PiperOrigin-RevId: 523760961
2023-04-12 11:42:48 -07:00
MediaPipe Team
776dceb588
Build category mask without resizing tensors to image size.
...
PiperOrigin-RevId: 523754567
2023-04-12 11:22:30 -07:00
MediaPipe Team
049ba8bbca
Internal change
...
PiperOrigin-RevId: 523751152
2023-04-12 11:10:43 -07:00
Sebastian Schmidt
f9a2d0995d
Fix Windows compilation error
...
PiperOrigin-RevId: 523739720
2023-04-12 10:34:21 -07:00
MediaPipe Team
efab342a52
Internal change
...
PiperOrigin-RevId: 523733431
2023-04-12 10:16:15 -07:00
MediaPipe Team
5bcdea2952
Internal MediaPipe Tasks change.
...
PiperOrigin-RevId: 523729183
2023-04-12 09:59:21 -07:00
MediaPipe Team
f41a912250
Internal change
...
PiperOrigin-RevId: 523703537
2023-04-12 08:14:13 -07:00
MediaPipe Team
2eefc862c2
Internal change
...
PiperOrigin-RevId: 523632081
2023-04-12 01:25:23 -07:00
MediaPipe Team
a7c6910625
Internal change
...
PiperOrigin-RevId: 523616811
2023-04-11 23:52:14 -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
c9aa24b0e7
Support proto3 node_option in api2 graph_builder
...
PiperOrigin-RevId: 523587324
2023-04-11 20:49:35 -07:00
MediaPipe Team
b6a19ea9e8
Add shaders that support better landscape rendering with GlSurfaceViewRenderer.
...
PiperOrigin-RevId: 523579769
2023-04-11 20:10:40 -07:00
Sebastian Schmidt
1b947df0c2
Allow relative URLs for WASM loading
...
PiperOrigin-RevId: 523572715
2023-04-11 19:25:03 -07:00
MediaPipe Team
e2b13523f1
F16 texture support in GPU multiclass TensorsToSegmentation
...
PiperOrigin-RevId: 523512145
2023-04-11 14:58:57 -07:00
Sebastian Schmidt
221d545080
Create Language Detection Web API
...
PiperOrigin-RevId: 523445524
2023-04-11 10:47:29 -07:00
Sebastian Schmidt
b66b0e0c72
Internal change
...
PiperOrigin-RevId: 523429555
2023-04-11 09:56:46 -07:00
Prianka Liz Kariat
0fcf92d7d5
Updated iOS Image Classifier to reflect new calculation for normalized rect
2023-04-11 18:18:35 +05:30
Prianka Liz Kariat
114a11dc4e
Updated iOS tests to reflect the new orientation calculation.
2023-04-11 18:11:58 +05:30
Prianka Liz Kariat
27353310c3
Updated normalized rect calculation for some angles in MPPVisionTaskRunner
2023-04-11 18:11:33 +05:30
Prianka Liz Kariat
089361cd89
Split macros into helpers in Objective C Tests
2023-04-11 17:37:54 +05:30
MediaPipe Team
a448790300
Internal change
...
PiperOrigin-RevId: 523351901
2023-04-11 03:23:24 -07:00
MediaPipe Team
de7560c825
Internal change
...
PiperOrigin-RevId: 523339435
2023-04-11 02:11:41 -07:00
MediaPipe Team
b8ebbbea0b
Internal change
...
PiperOrigin-RevId: 523324063
2023-04-11 00:46:49 -07:00
MediaPipe Team
a4172cb03f
Internal change
...
PiperOrigin-RevId: 523306493
2023-04-10 22:50:58 -07:00
MediaPipe Team
3bb411e99d
Special treatment for 1-class segmentation category mask output on GPU.
...
PiperOrigin-RevId: 523271622
2023-04-10 19:13:38 -07:00
Sebastian Schmidt
87ec846ed6
Enable TextClassifier and TextEmbedder on Windows Python
...
PiperOrigin-RevId: 523233995
2023-04-10 15:57:19 -07:00
MediaPipe Team
c1f17138cf
Upgrades and fixes for image segmentation category mask on GPU
...
PiperOrigin-RevId: 523204584
2023-04-10 13:58:20 -07:00
MediaPipe Team
02fed0b7d1
Cover the existing graph expansion behavior in regard to executors with unit tests.
...
PiperOrigin-RevId: 523192292
2023-04-10 13:07:51 -07:00
Copybara-Service
b685f53c6b
Merge pull request #4263 from kinaryml:face-stylizer-python-tests
...
PiperOrigin-RevId: 523152290
2023-04-10 10:39:50 -07:00
Prianka Liz Kariat
d06cf68c70
Removed detect in image with region of interest api from iOS Object Detector
2023-04-10 19:28:46 +05:30
Prianka Liz Kariat
a2bab54640
Added iOS Object Detector Objective D tests
2023-04-10 19:25:37 +05:30
Prianka Liz Kariat
adfe47d456
Removed roi apis from iOS object detector
2023-04-10 19:24:58 +05:30
Prianka Liz Kariat
0fd60285b5
Updated roi not allowed check in ios vision task runner
2023-04-10 19:23:32 +05:30
MediaPipe Team
c036b9f408
Adds a LanguageDetector Java API.
...
PiperOrigin-RevId: 522895455
2023-04-08 22:31:28 -07:00
MediaPipe Team
4f77504af6
Internal change
...
PiperOrigin-RevId: 522787446
2023-04-08 03:01:54 -07:00
kinaryml
18d5beb598
Updated FaceStylizer API to align with the new Base Vision Task API changes
2023-04-08 01:38:48 -07:00
MediaPipe Team
7b067a1fda
Add face landmarks connection for java API.
...
PiperOrigin-RevId: 522728488
2023-04-07 18:27:39 -07:00
Sebastian Schmidt
2efcf30eea
Add FaceLandmarksConnections to Web API
...
PiperOrigin-RevId: 522713874
2023-04-07 16:53:57 -07:00