Prianka Liz Kariat
3532503354
Added iOS interactive segmenter options
2023-11-30 02:05:23 +05:30
Copybara-Service
bb4906bcd3
Merge pull request #4966 from kinaryml:python-vision-benchmark-scripts
...
PiperOrigin-RevId: 586349225
2023-11-29 08:27:59 -08:00
MediaPipe Team
91589b10d3
internal change.
...
PiperOrigin-RevId: 586156439
2023-11-28 18:07:30 -08:00
Sebastian Schmidt
62bafd39bb
HolisticLandmarker Java API
...
PiperOrigin-RevId: 586113048
2023-11-28 15:00:54 -08:00
Sebastian Schmidt
a898215c52
Holistic Landmarker C++ Graph
...
PiperOrigin-RevId: 586105983
2023-11-28 14:36:19 -08:00
MediaPipe Team
95601ff98b
Remove internal logs.
...
PiperOrigin-RevId: 585782033
2023-11-27 15:51:21 -08:00
Copybara-Service
6fa9848a15
Merge pull request #4978 from amacsmith:master
...
PiperOrigin-RevId: 585775506
2023-11-27 15:25:00 -08:00
Copybara-Service
090e74a0aa
Merge pull request #4964 from kinaryml:c-object-detector-api
...
PiperOrigin-RevId: 585765946
2023-11-27 14:51:35 -08:00
MediaPipe Team
1ff7e95295
No public description
...
PiperOrigin-RevId: 585719403
2023-11-27 12:01:38 -08:00
Sebastian Schmidt
8d57a9e2e8
Add missing export declarations to DrawingUtils
...
Fixes https://github.com/google/mediapipe/issues/4980
PiperOrigin-RevId: 585705106
2023-11-27 11:16:23 -08:00
Alex Macdonald-Smith
5ca859f90b
Updated mediapipe/mediapipe/tasks/web /vision/README.md
...
There was a typo in the url referencing Gesture Recognizer
```
const gestureRecognizer = await GestureRecognizer.createFromModelPath(vision,
"hhttps://storage.googleapis.com/mediapipe-models/gesture_recognizer/gesture_recognizer/float16/1/gesture_recognizer.task "
);
```
changed to
```
const gestureRecognizer = await GestureRecognizer.createFromModelPath(vision,
"https://storage.googleapis.com/mediapipe-models/gesture_recognizer/gesture_recognizer/float16/1/gesture_recognizer.task "
);
```
The extra 'h' was dropped.
Let me know if there are anymore updates needed for this.
2023-11-21 16:03:57 -05:00
Tony Allevato
e7edd97eff
Internal change.
...
PiperOrigin-RevId: 584399894
2023-11-21 12:33:58 -08:00
MediaPipe Team
0d298d7a67
No public description
...
PiperOrigin-RevId: 584349220
2023-11-21 09:39:09 -08:00
Matt Kreileder
d8fd986517
No public description
...
PiperOrigin-RevId: 583973946
2023-11-20 03:32:39 -08:00
MediaPipe Team
5cd3037443
Adding a GpuTestWithParamBase test class to support value parameterized tests
...
PiperOrigin-RevId: 583967017
2023-11-20 03:02:22 -08:00
MediaPipe Team
bd4be30b02
No public description
...
PiperOrigin-RevId: 583936442
2023-11-20 00:59:42 -08:00
MediaPipe Team
42d42a5ea1
Ensure that releaseGl() is called if prepapreGl throws
...
Without this logic, we might have resources created within prepareGl() leaking, since they will never be released.
PiperOrigin-RevId: 583491569
2023-11-17 14:52:34 -08:00
Sebastian Schmidt
d29ea119ff
Add the result class for the HolisticLandmarker Java API
...
PiperOrigin-RevId: 583426528
2023-11-17 10:29:42 -08:00
Sebastian Schmidt
9456c64830
No public description
...
PiperOrigin-RevId: 583417701
2023-11-17 10:02:53 -08:00
Kinar
6bdc7ce016
Removed unused param
2023-11-16 16:39:21 -08:00
Kinar
46c6c9403c
Code cleanup and revised benchmarking API
2023-11-16 16:26:29 -08:00
MediaPipe Team
e7c7638833
No public description
...
PiperOrigin-RevId: 583186277
2023-11-16 15:38:42 -08:00
Kinar
8f32fda6d8
Added more benchmark scripts for the Tasks Python API
2023-11-16 12:53:36 -08:00
Kinar
b879e3a204
Updated components and their tests in the C Tasks API
2023-11-16 10:05:34 -08:00
Copybara-Service
7287056674
Merge pull request #4954 from kinaryml:python-image-classifier-bench
...
PiperOrigin-RevId: 583072872
2023-11-16 09:38:05 -08:00
MediaPipe Team
f13c6974ee
Extract CPU conversion methods into a separate library & add test
...
PiperOrigin-RevId: 582966041
2023-11-16 02:34:22 -08:00
Sebastian Schmidt
12340a8e82
Use gl.LINEAR interpolation for confidence masks
...
PiperOrigin-RevId: 582777383
2023-11-15 13:02:14 -08:00
Sebastian Schmidt
47e217896c
Add drawConfidenceMask() to our public API
...
PiperOrigin-RevId: 582647409
2023-11-15 06:12:12 -08:00
MediaPipe Team
e440a4da56
Explicitly delete some copy operations to improve compile errors.
...
PiperOrigin-RevId: 582595026
2023-11-15 02:23:05 -08:00
Kinar
252cca72e7
Allowed a default value for the model argument
2023-11-13 21:44:27 -08:00
Kinar
f8add5ad42
Documented the return value and added percentile to argparser
2023-11-13 21:17:28 -08:00
Sebastian Schmidt
a38467bae0
Internal
...
PiperOrigin-RevId: 582098762
2023-11-13 15:15:53 -08:00
Youchuan Hu
71e9929f60
Refactor OpenCV path out of TensorsToSegmentationCalculator main file.
...
ProcessCpu() is changed into an OpenCV converter that is owned by the calculator. The calculator should call converter.Convert() to get the conversion result.
PiperOrigin-RevId: 582010350
2023-11-13 10:33:07 -08:00
Kinar
1c860cace6
Added files for the Object Detector C Tasks API
2023-11-13 09:53:37 -08:00
Sebastian Schmidt
d504d3bf22
Create shared utilities to construct landmark lists
...
PiperOrigin-RevId: 581970043
2023-11-13 08:24:19 -08:00
Kinar
38737849e6
Updated copyright
2023-11-11 03:34:57 -08:00
Kinar
99c8b9ee3c
Updated copyright
2023-11-11 03:34:26 -08:00
Kinar
021c7edde7
Updated README and script
2023-11-11 03:32:45 -08:00
Kinar
35f2f36733
Added image classifier benchmark
2023-11-11 03:25:36 -08:00
MediaPipe Team
939a9c2a37
No public description
...
PiperOrigin-RevId: 581469194
2023-11-10 23:59:21 -08:00
MediaPipe Team
ad4da8c9cc
No public description
...
PiperOrigin-RevId: 581468467
2023-11-10 23:53:57 -08:00
MediaPipe Team
418680936d
No public description
...
PiperOrigin-RevId: 581450685
2023-11-10 21:55:41 -08:00
MediaPipe Team
4ad67abd70
...internal change...
...
PiperOrigin-RevId: 581375224
2023-11-10 14:46:01 -08:00
MediaPipe Team
5dec91226d
No public description
...
PiperOrigin-RevId: 581322099
2023-11-10 11:39:24 -08:00
MediaPipe Team
64b21d758e
Remove batch dimension from the output of tflite_with_tokenizer in text classifier.
...
PiperOrigin-RevId: 581292824
2023-11-10 10:05:40 -08:00
MediaPipe Team
d772bf8134
Add BinaryAUC metric and Best Checkpoint callback to Text Classifier
...
PiperOrigin-RevId: 581276382
2023-11-10 09:04:26 -08:00
MediaPipe Team
fd4859c178
Refactor OpenCV path out of TensorsToSegmentationCalculator main file.
...
ProcessCpu() is changed into an OpenCV converter that is owned by the calculator. The calculator should call converter.Convert() to get the conversion result.
PiperOrigin-RevId: 581103226
2023-11-09 20:06:47 -08:00
Youchuan Hu
1038f8176d
Refactor OpenCV path out of TensorsToSegmentationCalculator main file.
...
ProcessCpu() is changed into an OpenCV converter that is owned by the calculator. The calculator should call converter.Convert() to get the conversion result.
PiperOrigin-RevId: 581073731
2023-11-09 17:28:24 -08:00
MediaPipe Team
333125ac20
Add some convenience getters to EglManager.
...
PiperOrigin-RevId: 581049412
2023-11-09 15:58:06 -08:00
Sebastian Schmidt
edca85c5d3
Create shared utilities to construct category lists
...
PiperOrigin-RevId: 581009898
2023-11-09 13:38:21 -08:00