Kinar R
|
6dd6d8921f
|
Merge branch 'google:master' into hand-landmarker-python
|
2022-11-09 00:52:20 +05:30 |
|
MediaPipe Team
|
7a1e55b872
|
Adds unit tests for TextEmbedder.
PiperOrigin-RevId: 486997035
|
2022-11-08 11:01:04 -08:00 |
|
kinaryml
|
72f08c6878
|
Used loops instead of list comprehension
|
2022-11-08 10:57:12 -08:00 |
|
kinaryml
|
647b94240d
|
Updated docstring
|
2022-11-08 10:54:44 -08:00 |
|
Jiuqiang Tang
|
ff6ca706c6
|
Internal change
PiperOrigin-RevId: 486994334
|
2022-11-08 10:52:51 -08:00 |
|
kinaryml
|
88ab9d4922
|
Used loops instead of complex list comprehensions
|
2022-11-08 10:52:26 -08:00 |
|
kinaryml
|
c0265ca2ac
|
Fixed some typos
|
2022-11-08 10:44:21 -08:00 |
|
kinaryml
|
e8d771baf3
|
Updated landmark_detection_result
|
2022-11-08 10:37:37 -08:00 |
|
Jiuqiang Tang
|
5c8b95666a
|
Update "test_create_from_options_fails_with_invalid_model_path" of all tasks python api tests.
PiperOrigin-RevId: 486990017
|
2022-11-08 10:36:24 -08:00 |
|
kinaryml
|
0fd78c2ec6
|
Updated classifier python tasks to use the new classification_result dataclass
|
2022-11-08 10:28:24 -08:00 |
|
MediaPipe Team
|
5e6842aa5c
|
Migrate Java ImageClassifier / TextClassifier to new result format.
PiperOrigin-RevId: 486976459
|
2022-11-08 09:47:42 -08:00 |
|
Sebastian Schmidt
|
26066787b3
|
Allow Web developers to opt into CPU or GPU processing
PiperOrigin-RevId: 486935157
|
2022-11-08 06:37:38 -08:00 |
|
kinaryml
|
9c9519eeb8
|
Fixed a to_pb2() bug in the landmark_detection_result container
|
2022-11-08 02:55:19 -08:00 |
|
kinaryml
|
0402ee383f
|
Added hand landmarker Python API and tests
|
2022-11-08 01:05:36 -08:00 |
|
MediaPipe Team
|
4a6562d423
|
internal
PiperOrigin-RevId: 486853812
|
2022-11-07 22:39:23 -08:00 |
|
MediaPipe Team
|
24d03451c7
|
Internal change - migration
PiperOrigin-RevId: 486853689
|
2022-11-07 22:36:22 -08:00 |
|
Yuqi Li
|
0a08e4768b
|
Metadata Writer: Add metadata writer for Text Classifier.
PiperOrigin-RevId: 486844428
|
2022-11-07 21:25:44 -08:00 |
|
Jiuqiang Tang
|
b14178d305
|
Temporarily exclude "audio_classifier_graph" from "builtin_task_graphs" on Windows.
PiperOrigin-RevId: 486806337
|
2022-11-07 17:27:33 -08:00 |
|
MediaPipe Team
|
716c7e3b8a
|
Internal change
PiperOrigin-RevId: 486805777
|
2022-11-07 17:23:46 -08:00 |
|
MediaPipe Team
|
c3bb4bb5da
|
Refactor image classifier Create API by defining an ImageClassifierOption which wraps the model_spec, model_options, and hparams. Also migrate the definition of HParams by extending it from BaseHParams.
PiperOrigin-RevId: 486796657
|
2022-11-07 16:39:35 -08:00 |
|
MediaPipe Team
|
1049ef781d
|
Add image_segmenter namespace and update image segmenter proto for java package.
PiperOrigin-RevId: 486792164
|
2022-11-07 16:24:16 -08:00 |
|
Camillo Lugaresi
|
1a151d9ffb
|
Internal change
PiperOrigin-RevId: 486792117
|
2022-11-07 16:21:15 -08:00 |
|
MediaPipe Team
|
6f38a7a21f
|
Add hand landmarker C++ api.
PiperOrigin-RevId: 486791711
|
2022-11-07 16:17:42 -08:00 |
|
Kinar R
|
83608d4670
|
Merge branch 'master' into image-embedder-python
|
2022-11-08 05:02:46 +05:30 |
|
Jiuqiang Tang
|
571c0b1fef
|
Expose MediaPipe Tasks Audio and Text APIs in MediaPipe PyPI packages.
PiperOrigin-RevId: 486777537
|
2022-11-07 15:17:57 -08:00 |
|
Jiuqiang Tang
|
63a759accc
|
Implement MediaPipe AudioClassifier Tasks Python API. Adjust the AudioClassifier Tasks C++ API to remove "sample_rate" from its options.
PiperOrigin-RevId: 486763992
|
2022-11-07 14:28:14 -08:00 |
|
MediaPipe Team
|
51dbd9779c
|
Introduce Stream/SidePacket aliases for Source/SideSource
PiperOrigin-RevId: 486761126
|
2022-11-07 14:20:08 -08:00 |
|
Sebastian Schmidt
|
e994efd40f
|
Add entry points for NPM packages
PiperOrigin-RevId: 486760105
|
2022-11-07 14:16:29 -08:00 |
|
kinaryml
|
664d9c49e7
|
Revised image embedder implementation
|
2022-11-07 13:59:07 -08:00 |
|
Kinar R
|
ba1ee5b404
|
Merge branch 'master' into image-embedder-python
|
2022-11-08 02:53:20 +05:30 |
|
MediaPipe Team
|
6b54cae34c
|
Internal change - cleanup
PiperOrigin-RevId: 486721059
|
2022-11-07 11:42:50 -08:00 |
|
Sebastian Schmidt
|
2371051e17
|
Open Source the remaining Web implementation files
PiperOrigin-RevId: 486701932
|
2022-11-07 10:34:44 -08:00 |
|
Jiuqiang Tang
|
c02f3933d4
|
Temporarily exclude "text_classifier_graph" from "builtin_task_graphs" on Windows.
PiperOrigin-RevId: 486700027
|
2022-11-07 10:28:28 -08:00 |
|
Jiuqiang Tang
|
9f4496db77
|
Fix typos
PiperOrigin-RevId: 486698923
|
2022-11-07 10:24:17 -08:00 |
|
Jiuqiang Tang
|
17a2de8cf7
|
Rename TextClassificationResult to TextClassifierResult.
PiperOrigin-RevId: 486685936
|
2022-11-07 09:39:01 -08:00 |
|
Copybara-Service
|
4c06303ec7
|
Merge pull request #3820 from kinaryml:text-classifier-python
PiperOrigin-RevId: 486566800
|
2022-11-06 22:15:09 -08:00 |
|
MediaPipe Team
|
4b0423e3a2
|
Internal change
PiperOrigin-RevId: 486547910
|
2022-11-06 19:34:24 -08:00 |
|
Jiuqiang Tang
|
9504c5e6a1
|
Add a create_from_array classmethod to the AudioData class.
PiperOrigin-RevId: 486310154
|
2022-11-05 00:09:30 -07:00 |
|
kinaryml
|
b44c49250b
|
Removed unused constant
|
2022-11-04 22:36:13 -07:00 |
|
Kinar R
|
740d2e47b5
|
Merge branch 'google:master' into text-classifier-python
|
2022-11-05 11:03:24 +05:30 |
|
Hadon Nash
|
91782a2772
|
Internal change
PiperOrigin-RevId: 486283316
|
2022-11-04 19:48:18 -07:00 |
|
Jiuqiang Tang
|
416f91180b
|
Remove the use of designated initializers.
PiperOrigin-RevId: 486261384
|
2022-11-04 16:57:21 -07:00 |
|
Jiuqiang Tang
|
35f635d8ff
|
Add an argument to packet_creator.create_matrix to allow the input matrix to be transposed first.
PiperOrigin-RevId: 486258078
|
2022-11-04 16:39:32 -07:00 |
|
Jiuqiang Tang
|
c10ebe8476
|
Remove the use of designated initializers.
PiperOrigin-RevId: 486215798
|
2022-11-04 13:24:48 -07:00 |
|
Kinar R
|
b1d1ef0124
|
Merge branch 'google:master' into image-embedder-python
|
2022-11-05 00:17:26 +05:30 |
|
MediaPipe Team
|
5e1a2fcdbb
|
Update EmbeddingResult format and dependent tasks.
PiperOrigin-RevId: 486186491
|
2022-11-04 11:20:07 -07:00 |
|
Jiuqiang Tang
|
66e591d4bc
|
Remove the use of designated initializers.
PiperOrigin-RevId: 486185274
|
2022-11-04 11:15:20 -07:00 |
|
Sebastian Schmidt
|
f05868d8e0
|
Set up the Open Source build for MediaPipe Tasks Web
PiperOrigin-RevId: 486181061
|
2022-11-04 10:59:32 -07:00 |
|
Jiuqiang Tang
|
5fd3701cfd
|
Expose ImageSegmenter and GestureRecognizer APIs in PyPI packages.
PiperOrigin-RevId: 486176206
|
2022-11-04 10:39:21 -07:00 |
|
Jiuqiang Tang
|
57759aedaf
|
Enable using tasks metadata components in MediaPipe PyPI packages.
PiperOrigin-RevId: 486162986
|
2022-11-04 09:49:13 -07:00 |
|