Commit Graph

  • bea0caae65 Tensor: Cpu -> Ahwb storage transfer Nikolay Chirkov 2022-12-08 17:05:06 -0800
  • 05535db5f7 Fix assertion failure in Hair Segmentation demo Sebastian Schmidt 2022-12-08 15:01:34 -0800
  • b4e1969e43 Add pip package builder for model_maker MediaPipe Team 2022-12-08 14:01:17 -0800
  • 0fbaa8dc8a Internal change. Nikolay Chirkov 2022-12-08 12:59:46 -0800
  • a641ea12e1 Update gesture recognizer to new mediapipe tasks pipeline MediaPipe Team 2022-12-08 11:30:39 -0800
  • 13f8fa5139 Retire the visibility group "//mediapipe/framework:mediapipe_internal" in the "mediapipe/calculators/tensor" dir. Jiuqiang Tang 2022-12-08 07:59:46 -0800
  • 66dbd9969a Updated license text #3911 Prianka Liz Kariat 2022-12-08 10:25:01 +0530
  • d1820320b1 Added base options Prianka Liz Kariat 2022-12-08 10:23:53 +0530
  • 9ae2e43b70 Open Source the remaining MediaPipe Tasks tests for Web Sebastian Schmidt 2022-12-07 19:17:14 -0800
  • 24c8fa97e9 Internal change Adam Cozzette 2022-12-07 19:04:31 -0800
  • 700c7b4b22 Internal refactoring for TextEmbedder. MediaPipe Team 2022-12-07 18:54:34 -0800
  • a0efcb47f2 internal change MediaPipe Team 2022-12-07 16:37:08 -0800
  • a59f0a9924 Make java/C++/python tasks API public visible. MediaPipe Team 2022-12-07 15:49:08 -0800
  • 5f97b29b3b Update Bazel dependencies for Apple Sebastian Schmidt 2022-12-07 15:23:10 -0800
  • 91664eb254 Object Detector deduplication MediaPipe Team 2022-12-07 14:52:58 -0800
  • ef1507ed5d Retire the visibility group "//mediapipe/framework:mediapipe_internal". Jiuqiang Tang 2022-12-07 14:43:59 -0800
  • 7faee517c4 Tensor: Move general CPU/SSBO tensor storage into Ahwb-backed CPU/SSBO storage. Nikolay Chirkov 2022-12-07 14:31:02 -0800
  • ea74db86dd Tensor: clang tidy fixes. Nikolay Chirkov 2022-12-07 14:04:37 -0800
  • 955f090f9f Retire the visibility group "//mediapipe/framework:mediapipe_internal". Jiuqiang Tang 2022-12-07 13:06:57 -0800
  • 2811e0c5c8 Open Source the first set of MediaPipe Tasks tests for Web Sebastian Schmidt 2022-12-07 12:13:25 -0800
  • 3c0ddf16b4 Fix an incorrect model sanity check in the object detector graph. Jiuqiang Tang 2022-12-07 11:37:04 -0800
  • 80c605459c Open up framework visibility. Jiuqiang Tang 2022-12-07 11:24:15 -0800
  • d84eec387b Add missing import to InferenceCalculator.proto Sebastian Schmidt 2022-12-07 10:50:12 -0800
  • d9688b769f Hide internal APIs from mediapipe pip package's API docs. Khanh LeViet 2022-12-07 08:13:51 -0800
  • aad797197b TensorV1 EGL.h include fix. Nikolay Chirkov 2022-12-07 07:14:46 -0800
  • 523d16dffa Make GpuBuffer a shared_ptr to a storage collection Camillo Lugaresi 2022-12-06 23:54:11 -0800
  • 402834b4f2 Internal change Mark McDonald 2022-12-06 19:46:33 -0800
  • 1167f61f98 Remove generic Options template argument from TaskRunner Sebastian Schmidt 2022-12-06 18:02:35 -0800
  • 576c6da173 Internal change MediaPipe Team 2022-12-06 15:22:03 -0800
  • fca0f5806b Create Build Rules for Apple Frameworks Sebastian Schmidt 2022-12-06 15:16:42 -0800
  • 9bc7b120de Tweaked the issue templates. Khanh LeViet 2022-12-06 15:12:25 -0800
  • 0f32072804 Move ISSUE_TEMPLATAE files to .github folder Sebastian Schmidt 2022-12-06 14:01:49 -0800
  • cdc14522e2 Added issue templates for MP Preview. Khanh LeViet 2022-12-06 13:01:06 -0800
  • 2a9c1e91dc Added issue templates for MP's preview #3907 Khanh LeViet 2022-12-06 12:35:22 -0800
  • 6deef1a5f1 Allow specifying tag_suffix in the templated CreateModelResources method. Jiuqiang Tang 2022-12-06 12:07:51 -0800
  • c6e6f9e0b9 Fix aar breakage caused by missing "//mediapipe/tasks/cc/vision/image_segmenter/proto:segmenter_options_java_proto_lite". Jiuqiang Tang 2022-12-06 11:05:47 -0800
  • ab0b0ab558 Change visibility for MP Tasks Web to public Sebastian Schmidt 2022-12-06 10:22:31 -0800
  • fb0b96115f Open up mediapipe core calculators' visibility. Jiuqiang Tang 2022-12-06 08:33:51 -0800
  • b0b38a0013 Internal change Camillo Lugaresi 2022-12-06 08:29:35 -0800
  • 1761cdcef4 Fix aar breakage caused by missing "//mediapipe/tasks/java/com/google/mediapipe/tasks/components/containers:normalized_landmark". Jiuqiang Tang 2022-12-05 22:11:00 -0800
  • af43687f2e Open-sources a unit test. MediaPipe Team 2022-12-05 20:07:29 -0800
  • 3174b20fbe Move segmentation calculator and options out of 'components' folder. MediaPipe Team 2022-12-05 17:32:57 -0800
  • 1e76d47a71 Checks if a custom global resource provider is used as the first step of loading the model resources on all platforms. Jiuqiang Tang 2022-12-05 16:18:36 -0800
  • 99d1dd6fbb Internal change Mark McDonald 2022-12-05 15:28:52 -0800
  • 3ad03bee0b Adds missing visibility rule. MediaPipe Team 2022-12-05 14:48:07 -0800
  • 69b27b246a Adds a public function for creating TaskRunner instances. MediaPipe Team 2022-12-05 14:14:13 -0800
  • 4f8eaee20f Internal change Adam Cozzette 2022-12-05 11:33:21 -0800
  • 35bb18945f Better handling of empty packets in vector calculators. MediaPipe Team 2022-12-05 07:22:51 -0800
  • b2c6d48614 Merge branch 'master' into ios-task Prianka Liz Kariat 2022-12-05 18:24:28 +0530
  • 37d81082fe Created new ios.bzl with TFL constants Prianka Liz Kariat 2022-12-05 18:24:05 +0530
  • 03105c2a62 Added tensorflow constants Prianka Liz Kariat 2022-12-05 17:02:20 +0530
  • e457039fc6 Don't inherit from GraphRunner Sebastian Schmidt 2022-12-02 16:16:34 -0800
  • da9587033d Move shared code to TaskRunner Sebastian Schmidt 2022-12-02 12:40:59 -0800
  • dabc2af15b Fix base bath loading in Fileset resolver Sebastian Schmidt 2022-12-02 12:04:06 -0800
  • 768d2dc548 Separate web and java api landmark and world landmark to two classes. This makes the platforms interface consistent. MediaPipe Team 2022-12-01 16:47:05 -0800
  • ead41132a8 Load model file content from model file path with the help of GetResourceContents in browsers. Jiuqiang Tang 2022-12-01 15:00:00 -0800
  • af990c3da1 Open up the visibility of "//mediapipe/java/com/google/mediapipe/framework/image:image". Jiuqiang Tang 2022-12-01 14:58:30 -0800
  • fd79f18aeb Make BaseOptions to pass absolute path to C++ layer. Khanh LeViet 2022-12-01 14:13:01 -0800
  • 40eb0e6385 Internal change Camillo Lugaresi 2022-12-01 12:57:07 -0800
  • 1e2cb2b359 Internal change Hadon Nash 2022-12-01 11:33:15 -0800
  • 02aa162c9e Rename gesture_recognizer test_data to testdata to be consistent with rest of model_maker MediaPipe Team 2022-12-01 11:09:26 -0800
  • e685ac9344 Re-use classifier options for ObjectDetector Sebastian Schmidt 2022-12-01 08:45:47 -0800
  • 3ee37800e2 Depending on "inference_calculator_cpu" when the mediapipe tasks can only support cpu inference. Jiuqiang Tang 2022-12-01 08:41:33 -0800
  • e7eee27c1c Remove the deleted library "mediapipe/tasks/java/com/google/mediapipe/tasks/components/processors:embedderoptions" from mediapipe_tasks_aar's android_library deps list. Jiuqiang Tang 2022-12-01 08:14:53 -0800
  • a430939fe4 Document RunningMode Sebastian Schmidt 2022-12-01 07:42:55 -0800
  • 01010fa248 Internal change MediaPipe Team 2022-12-01 07:15:52 -0800
  • 29c7702984 Inline formerly nested 'ClassifierOptions' in Java classifier APIs. MediaPipe Team 2022-12-01 05:50:46 -0800
  • 460aee7933 Make mediapipe_tasks_aar's android_library depend on "//third_party:androidx_annotation". Jiuqiang Tang 2022-11-30 20:40:00 -0800
  • eaf6edc3a6 Added Objc tests for iOS Text Classifier Prianka Liz Kariat 2022-12-01 09:13:45 +0530
  • 8d9c1b8a0f Added APIs for text classification Prianka Liz Kariat 2022-12-01 09:13:05 +0530
  • 683c2b1f09 Renamed .mm file Prianka Liz Kariat 2022-12-01 04:13:19 +0530
  • 066ffd36d5 Fixed errors in common utils Prianka Liz Kariat 2022-12-01 04:12:26 +0530
  • bd1fb717d3 Removed duplicate implementation Prianka Liz Kariat 2022-12-01 04:12:14 +0530
  • 1112e558a5 Added constants for text classifier Prianka Liz Kariat 2022-12-01 03:23:58 +0530
  • d7b0f660e6 Added Files for Text Classifier iOS Task Prianka Liz Kariat 2022-12-01 02:44:52 +0530
  • fcd2d2c5af Internal change Camillo Lugaresi 2022-11-29 14:12:14 -0800
  • 88173948ee Internal change Michael Hays 2022-11-29 13:37:18 -0800
  • 09740130e8 Use naturalWidth and naturalHeight for image data Sebastian Schmidt 2022-11-29 11:32:44 -0800
  • c8a413bb4e Open up mediapipe framework's visibility. Jiuqiang Tang 2022-11-29 10:17:21 -0800
  • cc11b45228 Remove unneeded GPU_SHARED side packet for GlSurfaceSink Camillo Lugaresi 2022-11-28 17:52:35 -0800
  • fc526374ab Use GpuResources in GpuTestBase and update GpuBufferMultiPoolTest Camillo Lugaresi 2022-11-28 17:48:37 -0800
  • e987b69f39 Add alternative method to determine unique kernel cache path MediaPipe Team 2022-11-28 16:48:17 -0800
  • 7b74fd53f5 Verify that kernel cache is only used when OpenCL is active MediaPipe Team 2022-11-28 15:46:30 -0800
  • 26a7ca5c64 fix typo and minor formatting issues MediaPipe Team 2022-11-28 15:02:55 -0800
  • b65c40b302 Internal change MediaPipe Team 2022-11-28 14:15:16 -0800
  • 342f95fa20 Typo fix Sebastian Schmidt 2022-11-28 13:51:59 -0800
  • c48ca1f674 internal change MediaPipe Team 2022-11-28 13:29:35 -0800
  • 153edc59a1 Add support for browsers without SIMD Sebastian Schmidt 2022-11-28 09:52:40 -0800
  • 395d9d8ea2 Instantiate GetDetectionVectorItemCalculator variant of GetVectorItemCalculator<>. MediaPipe Team 2022-11-27 00:05:08 -0800
  • 0bdb48ceb1 Use kUtilityFramebuffer in GlCalculatorHelper Camillo Lugaresi 2022-11-23 16:17:02 -0800
  • 41a7f9d7d6 Internal change MediaPipe Team 2022-11-23 15:23:02 -0800
  • bfa57310c4 Move TextPreprocessing to "processors" folder. MediaPipe Team 2022-11-23 10:17:46 -0800
  • 54d1744c8f Remove DrishtiGraphGPUData, add MetalSharedResources Camillo Lugaresi 2022-11-23 10:13:48 -0800
  • 3c53ec2cdb Do not expose DrishtiGraphGPUData.h in public header Camillo Lugaresi 2022-11-23 10:09:42 -0800
  • b5189758f7 Move ImagePreprocessing to "processors" folder. MediaPipe Team 2022-11-23 02:03:35 -0800
  • c5ce523697 Add cosine APIs to Embedder tasks Sebastian Schmidt 2022-11-23 02:02:18 -0800
  • 05681fc0e1 Internal Sebastian Schmidt 2022-11-23 01:26:15 -0800
  • a55839de51 This storage only needs a "done writing" callback on simulator, so only set it there Camillo Lugaresi 2022-11-22 18:07:26 -0800
  • 3bbc0e9af9 Internal change Sebastian Schmidt 2022-11-22 17:34:58 -0800
  • 837225c53d Internal change MediaPipe Team 2022-11-22 17:30:23 -0800