Sebastian Schmidt
|
fca0f5806b
|
Create Build Rules for Apple Frameworks
PiperOrigin-RevId: 493426040
|
2022-12-06 15:18:45 -08:00 |
|
Khanh LeViet
|
9bc7b120de
|
Tweaked the issue templates.
PiperOrigin-RevId: 493424927
|
2022-12-06 15:14:23 -08:00 |
|
Sebastian Schmidt
|
0f32072804
|
Move ISSUE_TEMPLATAE files to .github folder
PiperOrigin-RevId: 493405734
|
2022-12-06 14:03:26 -08:00 |
|
Khanh LeViet
|
cdc14522e2
|
Added issue templates for MP Preview.
PiperOrigin-RevId: 493389856
|
2022-12-06 13:03:10 -08:00 |
|
Jiuqiang Tang
|
6deef1a5f1
|
Allow specifying tag_suffix in the templated CreateModelResources method.
PiperOrigin-RevId: 493375701
|
2022-12-06 12:10:06 -08:00 |
|
Jiuqiang Tang
|
c6e6f9e0b9
|
Fix aar breakage caused by missing "//mediapipe/tasks/cc/vision/image_segmenter/proto:segmenter_options_java_proto_lite".
PiperOrigin-RevId: 493357585
|
2022-12-06 11:08:01 -08:00 |
|
Sebastian Schmidt
|
ab0b0ab558
|
Change visibility for MP Tasks Web to public
PiperOrigin-RevId: 493343996
|
2022-12-06 10:26:16 -08:00 |
|
Jiuqiang Tang
|
fb0b96115f
|
Open up mediapipe core calculators' visibility.
PiperOrigin-RevId: 493314353
|
2022-12-06 08:40:57 -08:00 |
|
Camillo Lugaresi
|
b0b38a0013
|
Internal change
PiperOrigin-RevId: 493313240
|
2022-12-06 08:31:46 -08:00 |
|
Jiuqiang Tang
|
1761cdcef4
|
Fix aar breakage caused by missing "//mediapipe/tasks/java/com/google/mediapipe/tasks/components/containers:normalized_landmark".
PiperOrigin-RevId: 493204770
|
2022-12-05 22:16:46 -08:00 |
|
MediaPipe Team
|
af43687f2e
|
Open-sources a unit test.
PiperOrigin-RevId: 493184055
|
2022-12-05 20:11:07 -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 |
|
Jiuqiang Tang
|
1e76d47a71
|
Checks if a custom global resource provider is used as the first step of loading the model resources on all platforms.
PiperOrigin-RevId: 493141519
|
2022-12-05 16:20:20 -08:00 |
|
Mark McDonald
|
99d1dd6fbb
|
Internal change
PiperOrigin-RevId: 493129643
|
2022-12-05 15:30:48 -08:00 |
|
MediaPipe Team
|
3ad03bee0b
|
Adds missing visibility rule.
PiperOrigin-RevId: 493118880
|
2022-12-05 14:50:35 -08:00 |
|
MediaPipe Team
|
69b27b246a
|
Adds a public function for creating TaskRunner instances.
PiperOrigin-RevId: 493109736
|
2022-12-05 14:18:17 -08:00 |
|
Adam Cozzette
|
4f8eaee20f
|
Internal change
PiperOrigin-RevId: 493065632
|
2022-12-05 11:35:33 -08:00 |
|
MediaPipe Team
|
35bb18945f
|
Better handling of empty packets in vector calculators.
PiperOrigin-RevId: 493000695
|
2022-12-05 07:25:14 -08:00 |
|
Sebastian Schmidt
|
e457039fc6
|
Don't inherit from GraphRunner
PiperOrigin-RevId: 492584486
|
2022-12-02 16:20:19 -08:00 |
|
Sebastian Schmidt
|
da9587033d
|
Move shared code to TaskRunner
PiperOrigin-RevId: 492534879
|
2022-12-02 12:42:45 -08:00 |
|
Sebastian Schmidt
|
dabc2af15b
|
Fix base bath loading in Fileset resolver
PiperOrigin-RevId: 492526041
|
2022-12-02 12:06:48 -08:00 |
|
MediaPipe Team
|
768d2dc548
|
Separate web and java api landmark and world landmark to two classes. This makes the platforms interface consistent.
PiperOrigin-RevId: 492332990
|
2022-12-01 16:49:47 -08:00 |
|
Jiuqiang Tang
|
ead41132a8
|
Load model file content from model file path with the help of GetResourceContents in browsers.
This can handle the model files that are provided via a custom ResourceProviderFn.
PiperOrigin-RevId: 492308453
|
2022-12-01 15:03:57 -08:00 |
|
Jiuqiang Tang
|
af990c3da1
|
Open up the visibility of "//mediapipe/java/com/google/mediapipe/framework/image:image".
PiperOrigin-RevId: 492308109
|
2022-12-01 15:00:25 -08:00 |
|
Khanh LeViet
|
fd79f18aeb
|
Make BaseOptions to pass absolute path to C++ layer.
PiperOrigin-RevId: 492296573
|
2022-12-01 14:14:51 -08:00 |
|
Camillo Lugaresi
|
40eb0e6385
|
Internal change
PiperOrigin-RevId: 492276913
|
2022-12-01 12:59:41 -08:00 |
|
Hadon Nash
|
1e2cb2b359
|
Internal change
PiperOrigin-RevId: 492253867
|
2022-12-01 11:34:55 -08:00 |
|
MediaPipe Team
|
02aa162c9e
|
Rename gesture_recognizer test_data to testdata to be consistent with rest of model_maker
PiperOrigin-RevId: 492246728
|
2022-12-01 11:13:19 -08:00 |
|
Sebastian Schmidt
|
e685ac9344
|
Re-use classifier options for ObjectDetector
PiperOrigin-RevId: 492206856
|
2022-12-01 08:48:09 -08:00 |
|
Jiuqiang Tang
|
3ee37800e2
|
Depending on "inference_calculator_cpu" when the mediapipe tasks can only support cpu inference.
PiperOrigin-RevId: 492205954
|
2022-12-01 08:43:30 -08:00 |
|
Jiuqiang Tang
|
e7eee27c1c
|
Remove the deleted library "mediapipe/tasks/java/com/google/mediapipe/tasks/components/processors:embedderoptions" from mediapipe_tasks_aar's android_library deps list.
PiperOrigin-RevId: 492200061
|
2022-12-01 08:17:12 -08:00 |
|
Sebastian Schmidt
|
a430939fe4
|
Document RunningMode
PiperOrigin-RevId: 492193299
|
2022-12-01 07:45:12 -08:00 |
|
MediaPipe Team
|
01010fa248
|
Internal change
PiperOrigin-RevId: 492188196
|
2022-12-01 07:17:19 -08:00 |
|
MediaPipe Team
|
29c7702984
|
Inline formerly nested 'ClassifierOptions' in Java classifier APIs.
PiperOrigin-RevId: 492173060
|
2022-12-01 05:52:15 -08:00 |
|
Jiuqiang Tang
|
460aee7933
|
Make mediapipe_tasks_aar's android_library depend on "//third_party:androidx_annotation".
PiperOrigin-RevId: 492092487
|
2022-11-30 20:45:02 -08:00 |
|
Camillo Lugaresi
|
fcd2d2c5af
|
Internal change
PiperOrigin-RevId: 491733850
|
2022-11-29 14:14:37 -08:00 |
|
Michael Hays
|
88173948ee
|
Internal change
PiperOrigin-RevId: 491724816
|
2022-11-29 13:39:35 -08:00 |
|
Sebastian Schmidt
|
09740130e8
|
Use naturalWidth and naturalHeight for image data
PiperOrigin-RevId: 491694147
|
2022-11-29 11:35:03 -08:00 |
|
Jiuqiang Tang
|
c8a413bb4e
|
Open up mediapipe framework's visibility.
PiperOrigin-RevId: 491672877
|
2022-11-29 10:19:44 -08:00 |
|
Camillo Lugaresi
|
cc11b45228
|
Remove unneeded GPU_SHARED side packet for GlSurfaceSink
PiperOrigin-RevId: 491487092
|
2022-11-28 17:55:30 -08:00 |
|
Camillo Lugaresi
|
fc526374ab
|
Use GpuResources in GpuTestBase and update GpuBufferMultiPoolTest
PiperOrigin-RevId: 491486495
|
2022-11-28 17:51:03 -08:00 |
|
MediaPipe Team
|
e987b69f39
|
Add alternative method to determine unique kernel cache path
PiperOrigin-RevId: 491476293
|
2022-11-28 16:52:16 -08:00 |
|
MediaPipe Team
|
7b74fd53f5
|
Verify that kernel cache is only used when OpenCL is active
PiperOrigin-RevId: 491463306
|
2022-11-28 15:47:55 -08:00 |
|
MediaPipe Team
|
26a7ca5c64
|
fix typo and minor formatting issues
PiperOrigin-RevId: 491453662
|
2022-11-28 15:05:28 -08:00 |
|
MediaPipe Team
|
b65c40b302
|
Internal change
PiperOrigin-RevId: 491441446
|
2022-11-28 14:17:23 -08:00 |
|
Sebastian Schmidt
|
342f95fa20
|
Typo fix
PiperOrigin-RevId: 491434987
|
2022-11-28 13:54:09 -08:00 |
|
MediaPipe Team
|
c48ca1f674
|
internal change
PiperOrigin-RevId: 491429214
|
2022-11-28 13:33:57 -08:00 |
|
Sebastian Schmidt
|
153edc59a1
|
Add support for browsers without SIMD
PiperOrigin-RevId: 491371277
|
2022-11-28 09:54:22 -08:00 |
|
MediaPipe Team
|
395d9d8ea2
|
Instantiate GetDetectionVectorItemCalculator variant of GetVectorItemCalculator<>.
PiperOrigin-RevId: 491123314
|
2022-11-27 00:07:10 -08:00 |
|
Camillo Lugaresi
|
0bdb48ceb1
|
Use kUtilityFramebuffer in GlCalculatorHelper
All calculators using the same context can share a single framebuffer object.
PiperOrigin-RevId: 490605074
|
2022-11-23 16:19:31 -08:00 |
|