MediaPipe Team
|
a641ea12e1
|
Update gesture recognizer to new mediapipe tasks pipeline
PiperOrigin-RevId: 493950564
|
2022-12-08 11:32:42 -08:00 |
|
MediaPipe Team
|
a59f0a9924
|
Make java/C++/python tasks API public visible.
PiperOrigin-RevId: 493730506
|
2022-12-07 15:51:04 -08:00 |
|
MediaPipe Team
|
576c6da173
|
Internal change
PiperOrigin-RevId: 493427500
|
2022-12-06 15:24:32 -08:00 |
|
MediaPipe Team
|
3174b20fbe
|
Move segmentation calculator and options out of 'components' folder.
PiperOrigin-RevId: 493157929
|
2022-12-05 17:37:49 -08:00 |
|
Copybara-Service
|
5d9ea88815
|
Merge pull request #3845 from kinaryml:image-embedder-python
PiperOrigin-RevId: 487950862
|
2022-11-11 17:03:00 -08:00 |
|
Kinar R
|
f27068c6f2
|
Merge branch 'google:master' into image-embedder-python
|
2022-11-11 10:38:52 +05:30 |
|
Copybara-Service
|
bbf4ff0300
|
Merge pull request #3832 from kinaryml:update-classification-tasks-output-stream
PiperOrigin-RevId: 487638077
|
2022-11-10 14:22:31 -08:00 |
|
Kinar R
|
0a6e21c212
|
Merge branch 'master' into image-embedder-python
|
2022-11-10 16:04:28 +05:30 |
|
kinaryml
|
17bb174444
|
Refactored embeddings to embedding_result
|
2022-11-09 11:42:32 -08:00 |
|
Kinar R
|
36c50ff8f3
|
Merge branch 'google:master' into image-embedder-python
|
2022-11-09 12:41:55 +05:30 |
|
kinaryml
|
0fd78c2ec6
|
Updated classifier python tasks to use the new classification_result dataclass
|
2022-11-08 10:28:24 -08:00 |
|
kinaryml
|
0402ee383f
|
Added hand landmarker Python API and tests
|
2022-11-08 01:05:36 -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 |
|
kinaryml
|
664d9c49e7
|
Revised image embedder implementation
|
2022-11-07 13:59:07 -08:00 |
|
kinaryml
|
e2d50745ac
|
Revised image embedder implementation
|
2022-11-03 14:30:21 -07:00 |
|
Kinar R
|
5a68ba84b6
|
Merge branch 'master' into image-embedder-python
|
2022-11-03 23:24:31 +05:30 |
|
Copybara-Service
|
716e59f90c
|
Merge pull request #3801 from kinaryml:gesture-recognizer-python
PiperOrigin-RevId: 485884796
|
2022-11-03 08:52:17 -07:00 |
|
kinaryml
|
c5765ac836
|
Refactored Rect to use top-left coordinates and appropriately updated the Image Classifier and Gesture Recognizer APIs/tests
|
2022-11-01 15:37:00 -07:00 |
|
kinaryml
|
d3b472e888
|
Add allow_list/deny_list support
|
2022-10-31 22:16:37 -07:00 |
|
kinaryml
|
888ddd4b74
|
Removed unused classifier options proto
|
2022-10-31 05:37:24 -07:00 |
|
kinaryml
|
19be9e9012
|
Revised gesture recognizer implementation
|
2022-10-31 05:34:31 -07:00 |
|
Kinar R
|
5ec87c8bd2
|
Merge branch 'master' into gesture-recognizer-python
|
2022-10-31 16:47:43 +05:30 |
|
kinaryml
|
f62cfd1690
|
Removed classification proto to use the existing category dataclass instead and removed NormalizedLandmarkList and LandmarkList dataclasses
|
2022-10-30 08:23:14 -07:00 |
|
Kinar R
|
334f641463
|
Merge branch 'master' into image-segmenter-python-impl
|
2022-10-28 22:50:33 +05:30 |
|
Kinar R
|
0de97497fa
|
Merge branch 'master' into gesture-recognizer-python
|
2022-10-26 11:37:12 +05:30 |
|
Copybara-Service
|
ae5b09e2b2
|
Merge pull request #3738 from kinaryml:image-classification-python-impl
PiperOrigin-RevId: 483818404
|
2022-10-25 17:26:32 -07:00 |
|
kinaryml
|
8762d15c81
|
Added remaining tests for the GestureRecognizer Python MediaPipe Tasks API
|
2022-10-25 11:11:15 -07:00 |
|
kinaryml
|
9a1a9d4c13
|
Added files needed for the GestureRecognizer API implementation
|
2022-10-24 06:08:27 -07:00 |
|
MediaPipe Team
|
ec2a34d2a4
|
Replace pytype_struct_contrib_test by py_strict_test. Also remove unnecessary BUILD attributes.
PiperOrigin-RevId: 483237371
|
2022-10-23 16:45:02 -07:00 |
|
kinaryml
|
ebb2686fb4
|
Moved OutputType and Activation to image_segmenter
|
2022-10-22 03:34:26 -07:00 |
|
kinaryml
|
5231a0ad9f
|
Removed SegmenterOptions dataclasses to enumerate options within ImageSegmenterOptions instead
|
2022-10-21 13:34:30 -07:00 |
|
kinaryml
|
71d5b69544
|
Added files for the image embedder implementation and a simple test
|
2022-10-20 02:29:14 -07:00 |
|
kinaryml
|
44e6f8e1a1
|
Updated image classifier to use a region of interest parameter
|
2022-10-10 08:15:40 -07:00 |
|
kinaryml
|
a22a5283d2
|
Adjusted namespaces
|
2022-10-05 04:43:30 -07:00 |
|
kinaryml
|
f241630b56
|
Revised implementation to align with recent changes
|
2022-10-03 15:11:48 -07:00 |
|
kinaryml
|
bef2f6cced
|
Updated implementation and tests
|
2022-09-29 03:40:56 -07:00 |
|
kinaryml
|
cba2a6035c
|
Code cleanup
|
2022-09-29 03:15:17 -07:00 |
|
kinaryml
|
b04af0cafa
|
Updated implementation and tests
|
2022-09-29 02:45:20 -07:00 |
|
kinaryml
|
d8f7c5a43b
|
Moved ClassifierOptions to mediapipe/tasks/python/components to align with the C++ API
|
2022-09-21 04:22:33 -07:00 |
|
kinaryml
|
3fbb2b002b
|
Added image segmenter implementation files
|
2022-09-21 03:23:04 -07:00 |
|
kinaryml
|
cb52432159
|
Added image classification implementation files and associated tests
|
2022-09-08 06:23:03 -07:00 |
|
MediaPipe Team
|
4dc4b19ddb
|
Project import generated by Copybara.
GitOrigin-RevId: 1e13be30e2c6838d4a2ff768a39c414bc80534bb
|
2022-09-06 21:46:17 +00:00 |
|