Commit Graph

  • 7c45bc802f Added iOS Image Segmenter to CocoaPods build #4904 Prianka Liz Kariat 2023-10-23 20:02:57 +0530
  • 305f076c7f Fixed extra condition check in iOS Image Segmenter Result Helper Prianka Liz Kariat 2023-10-23 20:02:39 +0530
  • e5e07e72cd
    Merge e3d38bed1b into 0dee33ccba #4317 Kinar R 2023-10-23 07:47:20 +0000
  • 4b3cb5b758 Added files for the Image Embedder C API and tests Kinar 2023-10-23 00:30:51 -0700
  • 60bb10c837
    Merge e151d5f5c9 into 0dee33ccba #1143 aaaron7 2023-10-22 13:46:12 +0330
  • 0dee33ccba No public description MediaPipe Team 2023-10-21 10:17:02 -0700
  • 3a43aff13c Added iOS language detector implementation #4901 Prianka Liz Kariat 2023-10-21 10:42:48 +0530
  • f185bc6635 Added language detector result helpers Prianka Liz Kariat 2023-10-21 10:42:32 +0530
  • c48a5668b8 Updated documentation #4900 Prianka Liz Kariat 2023-10-21 03:57:55 +0530
  • 96ed3a7422 Added iOS pose landmarker header Prianka Liz Kariat 2023-10-21 03:55:00 +0530
  • 3622ff9bff Added iOS pose landmarks connections Prianka Liz Kariat 2023-10-21 03:53:54 +0530
  • c4315c500d Added pose landmarker result helpers Prianka Liz Kariat 2023-10-21 03:52:46 +0530
  • 8fc3a0473f Add scaling support to surface view renderer. MediaPipe Team 2023-10-20 01:06:10 -0700
  • 305d7abec4 Add a field to GPUBuffer C struct so FFIGen can handle it Sebastian Schmidt 2023-10-19 15:27:38 -0700
  • 1601073cf0 Merge pull request #4863 from priankakariatyml:ios-image-segmenter-populate-labels Copybara-Service 2023-10-19 13:07:53 -0700
  • 1c7ea02b0e Merge pull request #4864 from priankakariatyml:ios-image-segmenter-documentation-updates Copybara-Service 2023-10-19 12:32:23 -0700
  • 5779f5e9da Allow GPU Origin Proto to be build by Maven Sebastian Schmidt 2023-10-19 12:27:47 -0700
  • 02e0ce3f87 Merge pull request #4851 from priankakariatyml:ios-language-detector-containers Copybara-Service 2023-10-19 11:58:54 -0700
  • ddf46a2a61 Merge pull request #4850 from priankakariatyml:ios-pose-landmarker-containers Copybara-Service 2023-10-19 11:54:25 -0700
  • 2d0d258403 Delete arm64 only file in Mac wheel Sebastian Schmidt 2023-10-19 11:10:53 -0700
  • 66570c3dfc No public description Sebastian Schmidt 2023-10-19 11:09:35 -0700
  • f9fa7cfbeb No public description Fergus Henderson 2023-10-19 10:08:09 -0700
  • 06d893a9f9 Revert "Updated deletion in FreeDataProviderReleaseCallback" #4863 Prianka Liz Kariat 2023-10-19 20:45:32 +0530
  • 69b7a21368 Updated deletion in FreeDataProviderReleaseCallback Prianka Liz Kariat 2023-10-19 20:42:06 +0530
  • af9a7e7e40 Added documentation Prianka Liz Kariat 2023-10-19 20:27:51 +0530
  • b9c869494d Fixed formatting of MPPImage+Utils.mm Prianka Liz Kariat 2023-10-19 19:59:59 +0530
  • 4668d683d5 Updated implementation of MPPImage Utils to reduce lines of code Prianka Liz Kariat 2023-10-19 19:59:09 +0530
  • ad68122069 Added support for creating CVPixelBuffer from C++ Images to iOS MPPImage Utils Prianka Liz Kariat 2023-10-19 19:58:40 +0530
  • 032d7a5d22 Removed support for CVPixelBuffer of type 32RGBA Prianka Liz Kariat 2023-10-19 19:56:44 +0530
  • 0fe677b78f Updated supported pixel formats in iOS image classifier Documentation Prianka Liz Kariat 2023-10-19 19:24:40 +0530
  • 7dca7ad24e Internal change. MediaPipe Team 2023-10-19 01:48:36 -0700
  • 259fa86c62 Add implementation and tests for Image Classifier C API MediaPipe Team 2023-10-18 18:54:41 -0700
  • 364048daca Allow Python to be build on Mac with GPU support Sebastian Schmidt 2023-10-18 15:42:42 -0700
  • 4f29ffcc3e Add GPU Origin proto to Java Tasks Library Sebastian Schmidt 2023-10-18 11:16:29 -0700
  • 06cc6d1546 No public description MediaPipe Team 2023-10-18 10:56:07 -0700
  • 2bd6726c89 Plumb an optional default Executor and set of input side packets through TaskApiFactory::Create so that consumers of that API can provide these inputs to their underlying graph. MediaPipe Team 2023-10-18 09:41:28 -0700
  • e27bbf15dc No public description MediaPipe Team 2023-10-18 09:21:13 -0700
  • d006304f6a Migrate ParseTagAndName to use absl::string_view MediaPipe Team 2023-10-18 09:00:05 -0700
  • de1b1b6b97 Initial test for TensorsToSegmentationCalculator Youchuan Hu 2023-10-17 11:20:10 -0700
  • dd215e00f5 No public description MediaPipe Team 2023-10-17 00:09:42 -0700
  • 2e11444f5c Introduce FixGraphBackEdges utils function. MediaPipe Team 2023-10-16 14:11:04 -0700
  • a1e1b5d34c Internal change. MediaPipe Team 2023-10-13 14:21:14 -0700
  • 8993073f35 Internal change MediaPipe Team 2023-10-13 10:22:17 -0700
  • 1bd800697e GPU_ORIGIN configurable through base options proto. MediaPipe Team 2023-10-13 10:08:14 -0700
  • 8823046e4b Add check to avoid doing illegal memory access from an invalid iterator from std::prev() MediaPipe Team 2023-10-13 09:59:10 -0700
  • 652792ebaa Internal change MediaPipe Team 2023-10-13 08:28:26 -0700
  • 61dc7281e2 No public description MediaPipe Team 2023-10-12 22:37:53 -0700
  • 2a286cc790 Introduce AlignHandToPoseInWorldCalculator MediaPipe Team 2023-10-12 11:09:19 -0700
  • ac2d5cedbd No public description MediaPipe Team 2023-10-11 18:09:35 -0700
  • a97eaad10f No public description Sebastian Schmidt 2023-10-11 16:38:42 -0700
  • dd29666296 Adding vector versions of input calls to TS GraphRunner API MediaPipe Team 2023-10-11 15:53:14 -0700
  • 4b8fd3b2d0 No public description Sebastian Schmidt 2023-10-11 11:10:18 -0700
  • 84f6959f9d Merge pull request #4860 from kinaryml:c-language-detector-api Copybara-Service 2023-10-10 15:37:06 -0700
  • d6d92354ea Detection postprocessing support quantized tensor. MediaPipe Team 2023-10-10 11:10:16 -0700
  • df13788883 No public description Sebastian Schmidt 2023-10-10 11:06:26 -0700
  • 0d5f35d351 No public description Sebastian Schmidt 2023-10-10 10:20:37 -0700
  • dc63a5401c No public description Sebastian Schmidt 2023-10-10 09:00:31 -0700
  • 4baabc4f80
    Adjust license script #4865 Maitreya Patni 2023-10-10 15:00:05 +0530
  • 0fabf54012
    Always accept license Maitreya Patni 2023-10-10 14:44:10 +0530
  • 66c092272b
    Automatically accept install Maitreya Patni 2023-10-10 14:07:53 +0530
  • 089e288f27
    Update libdc1394-dev Maitreya Patni 2023-10-10 14:01:24 +0530
  • ef8f135efc
    Skip a ret check for now Maitreya Patni 2023-10-10 13:58:20 +0530
  • 2725506a4d
    Get rid of sudo [1/n] Maitreya Patni 2023-10-10 13:56:19 +0530
  • 91c5f84f9c Removed language_detection_result and moved the necessary containers to language_detector.h #4860 Kinar R 2023-10-10 13:23:25 +0530
  • ef6e712a88 Internal change MediaPipe Team 2023-10-09 21:26:33 -0700
  • f72542ae5d Internal change MediaPipe Team 2023-10-09 21:07:37 -0700
  • ac954215cf Internal change MediaPipe Team 2023-10-09 21:02:10 -0700
  • 3adc068e97 Add OnCameraBoundListener and support for landscape orientation to CameraXPreviewHelper MediaPipe Team 2023-10-09 15:19:26 -0700
  • 3dd6480705 No public description MediaPipe Team 2023-10-09 13:53:51 -0700
  • 3a97762569 Fixed typo in iOS image segmenter Swift delegate name #4864 Prianka Liz Kariat 2023-10-09 17:48:57 +0530
  • 6c4b4469ae Updated iOS Image Segmenter documentation to use Swift names Prianka Liz Kariat 2023-10-09 17:48:39 +0530
  • fce7b19ad7 Added a test for getting labels from iOS image segmenter Prianka Liz Kariat 2023-10-09 17:47:03 +0530
  • dd823d16f8 Added property to get labels from iOS Image Segmenter Prianka Liz Kariat 2023-10-09 17:46:34 +0530
  • 69fe645c43 Update WASM files for 0.10.7 release v0.10.7 Sebastian Schmidt 2023-10-06 14:49:11 -0700
  • b503d71be4 No public description Chris McClanahan 2023-10-06 12:57:26 -0700
  • 882ec323f0 Added files for the Language Detector C API and tests Kinar 2023-10-06 11:39:23 -0700
  • 830ee092b9 Merge pull request #4830 from priankakariatyml:ios-image-segmenter-basic-tests Copybara-Service 2023-10-06 11:18:47 -0700
  • 90e6a97b22 Fix WasmFileset compilation issue in 3P build Sebastian Schmidt 2023-10-06 08:34:18 -0700
  • 7389119a2e No public description Matt Kreileder 2023-10-06 04:12:26 -0700
  • 44a4dad58e Internal change MediaPipe Team 2023-10-05 22:43:42 -0700
  • b3f9587bc2 Add stream API merge utils. MediaPipe Team 2023-10-05 14:07:04 -0700
  • a1e542fc16 No public description Sebastian Schmidt 2023-10-05 13:12:57 -0700
  • 24da737272 Merge pull request #4840 from priankakariatyml:ios-image-utils-updates Copybara-Service 2023-10-05 11:53:31 -0700
  • d686b42b85 Merge pull request #4852 from kinaryml:c-text-embedder-api Copybara-Service 2023-10-05 10:43:30 -0700
  • 09ab02ec30
    Merge 6017df8b50 into edc4db287c #3336 mohitsaroha 2023-10-05 15:56:35 +0000
  • ebfd7284c9 Fixed some issues with documentation #4852 Kinar 2023-10-05 04:25:18 -0700
  • 92e13d43e4 Resolved some issues Kinar 2023-10-05 03:54:54 -0700
  • edc4db287c No public description MediaPipe Team 2023-10-04 22:15:34 -0700
  • 7ab3d70aa4 Add stream API presence utils. MediaPipe Team 2023-10-04 21:56:55 -0700
  • 2dd20822be No public description Nevena Kotlaja 2023-10-04 13:29:34 -0700
  • 1d8bd9c3ee No public description Sebastian Schmidt 2023-10-04 12:12:36 -0700
  • d2baba6dbb Internal change Daniel Cheng 2023-10-04 11:03:17 -0700
  • 3b99f8d9dd Introduce SetJointsVisibilityCalculator MediaPipe Team 2023-10-04 11:02:24 -0700
  • c81624d7b2 Introduce CombineJointsCalculator MediaPipe Team 2023-10-04 10:43:00 -0700
  • 7f1c17065a Prefix status macro implementation with MP_. Daniel Cheng 2023-10-04 10:02:21 -0700
  • 9bb042cc86 GlSurfaceViewRenderer: Capture graph output texture MediaPipe Team 2023-10-04 00:03:42 -0700
  • da7013c746 Updated error messages in MPPImage Utils #4840 Prianka Liz Kariat 2023-10-03 23:59:46 +0530
  • cebfa1cdac Fixed error messages Prianka Liz Kariat 2023-10-03 23:52:58 +0530
  • da8fcb6bb2 Smooth pose landmarks MediaPipe Team 2023-10-03 11:09:56 -0700
  • a72839ef99 See memory of freed result to nullptr Sebastian Schmidt 2023-10-03 09:30:12 -0700