Commit Graph

  • bbbc0f98c5 Merge pull request #4268 from priankakariatyml:object-detector-objc-tests Copybara-Service 2023-04-28 14:52:20 -0700
  • 2c1d9c6582 Update ImageSegmenter to return MPImage Sebastian Schmidt 2023-04-28 14:45:32 -0700
  • a544098100 Update FaceStylizer to return MPImage Sebastian Schmidt 2023-04-28 14:02:53 -0700
  • 5cffb3973f Merge pull request #4303 from kinaryml:pose-landmarker-python Copybara-Service 2023-04-28 11:59:28 -0700
  • 2bb1b454ea Merge pull request #4300 from priankakariatyml:ios-text-cocoapods-force-load Copybara-Service 2023-04-28 11:06:44 -0700
  • 3dce259bf6 Internal change MediaPipe Team 2023-04-28 10:59:41 -0700
  • b2fbb2ddab Internal change MediaPipe Team 2023-04-28 09:41:42 -0700
  • cf22c97143 Add the TFLite conversion API to BlazeFaceStylizer in model maker. MediaPipe Team 2023-04-28 00:28:31 -0700
  • 3b06772d9a Fixed BUILD #4325 kinaryml 2023-04-27 21:13:31 -0700
  • 305866ccae Updated BUILD files to use the open sourced Language Detector model kinaryml 2023-04-27 21:11:53 -0700
  • 76c8251faf
    Merge branch 'google:master' into language-detector-python Kinar R 2023-04-28 09:28:54 +0530
  • 5d9761cbfd Update tests and demos to call "close". Sebastian Schmidt 2023-04-27 18:56:55 -0700
  • 28b9b8d8a3 Open-sources LanguageDetector model. Sebastian Schmidt 2023-04-27 18:44:51 -0700
  • 5e41d47f3a Add "close()" method to MP Web Tasks Sebastian Schmidt 2023-04-27 17:14:20 -0700
  • b7e46ec528 Update WASM files for Alpha 13 Sebastian Schmidt 2023-04-27 15:55:56 -0700
  • 82840b8e28 Removed comments #4355 Prianka Liz Kariat 2023-04-28 03:30:47 +0530
  • fec11735a3 Updated formatting Prianka Liz Kariat 2023-04-28 03:30:21 +0530
  • bdede4f94e Updated select conditions Prianka Liz Kariat 2023-04-28 03:26:29 +0530
  • aafb0162f4 Added config settings to select building iOS xcframework from source for certain configs Prianka Liz Kariat 2023-04-28 03:17:22 +0530
  • ad4513784c Added build file for ios opencv from sources Prianka Liz Kariat 2023-04-28 03:16:08 +0530
  • 2a0aa86ca9 Added http_archive to download opencv sources Prianka Liz Kariat 2023-04-28 03:14:41 +0530
  • 8e82e91095 Added config for fat simulator builds Prianka Liz Kariat 2023-04-28 03:13:14 +0530
  • 4e1270c18f Internal Sebastian Schmidt 2023-04-27 14:13:05 -0700
  • 212f110c65 Add nose in facemesh drawing MediaPipe Team 2023-04-27 11:58:17 -0700
  • 3ca2427cc8 Blendshapes graph take smoothed face landmarks as input. MediaPipe Team 2023-04-27 11:43:58 -0700
  • 82b8e4d7bf Update the face stylizer config to match the latest encoder and detector config. MediaPipe Team 2023-04-27 11:35:01 -0700
  • 4fd77e38fb Merge pull request #4269 from shmishra99:master Copybara-Service 2023-04-27 11:27:15 -0700
  • 1b82821f15 Add support for single-channel images to MPImage Sebastian Schmidt 2023-04-27 11:10:00 -0700
  • a5852b0513 Internal change Sebastian Schmidt 2023-04-27 10:48:19 -0700
  • cd47080057 Merge pull request #4351 from kuaashish:master Copybara-Service 2023-04-27 10:37:23 -0700
  • d5157a039e Add .github workspace import Sebastian Schmidt 2023-04-27 10:29:26 -0700
  • b457060c3a Generify tests for MPImage Sebastian Schmidt 2023-04-27 10:10:03 -0700
  • bc3434108e Update MPImage to use containers Sebastian Schmidt 2023-04-27 09:15:24 -0700
  • 7c70c62465 Fix typo and improve comments. Jiuqiang Tang 2023-04-27 08:08:18 -0700
  • 7b055df211 Internal change MediaPipe Team 2023-04-26 22:11:06 -0700
  • 2122b5d7be Internal change MediaPipe Team 2023-04-26 18:15:46 -0700
  • b05fd21709 Refactor the loss functions to initialize the VGG loss function in the init function to avoid duplicated initialization. MediaPipe Team 2023-04-26 17:47:14 -0700
  • baed44ab10 Internal change MediaPipe Team 2023-04-26 17:10:17 -0700
  • a45d1f5e90 Internal change. MediaPipe Team 2023-04-26 14:25:35 -0700
  • 261e02e491 Fixed case name #4300 Prianka Liz Kariat 2023-04-27 02:55:58 +0530
  • ee2665ad13 Added missing input files in vision library Prianka Liz Kariat 2023-04-27 02:54:50 +0530
  • 1d8e24b9aa Updated documentation Prianka Liz Kariat 2023-04-27 02:47:52 +0530
  • a8cb1f1dad Updated default values Prianka Liz Kariat 2023-04-27 02:47:19 +0530
  • 1e776e8e01 Fixed indendation issues Prianka Liz Kariat 2023-04-27 02:31:30 +0530
  • 9c98435027 Updated iOS framework names Prianka Liz Kariat 2023-04-27 02:15:16 +0530
  • c44cc30ece DetectionPostProcessingGraph for post processing raw tensors from detection models. MediaPipe Team 2023-04-26 13:42:54 -0700
  • 48aa88f39d Change object detector learning rate decay to cosine decay. MediaPipe Team 2023-04-26 12:10:26 -0700
  • 6f97203562
    Rename 18-other-issues.md to 19-other-issues.md #4351 kuaashish 2023-04-26 16:38:23 +0530
  • 5f505b09e3
    Rename 17-solution-legacy-issue-template.yaml to 18-solution-legacy-issue-template.yaml kuaashish 2023-04-26 16:38:05 +0530
  • 275eb31a8f
    Rename 16-documentation-issue-template.yaml to 17-documentation-issue-template.yaml kuaashish 2023-04-26 16:37:44 +0530
  • f9d14157ff
    Rename 15-bug-issue-template.yaml to 16-bug-issue-template.yaml kuaashish 2023-04-26 16:37:28 +0530
  • 9c8fe490d4
    Rename 14-build-install-issue-template.yaml to 15-build-install-issue-template.yaml kuaashish 2023-04-26 16:36:58 +0530
  • f36f2c64b5
    Rename 16-feature-request-issue-template.yaml to 14-feature-request-issue-template.yaml kuaashish 2023-04-26 16:36:33 +0530
  • d6b4067319
    Rename 15-feature-request-issue-template.yaml to 16-feature-request-issue-template.yaml kuaashish 2023-04-26 16:35:44 +0530
  • 7d6ccb2dd1
    Rename 14-feature-request-issue-template.yaml to 15-feature-request-issue-template.yaml kuaashish 2023-04-26 16:35:16 +0530
  • 728cb26644
    Rename 13-feature-request-issue-template.yaml to 14-feature-request-issue-template.yaml kuaashish 2023-04-26 16:34:48 +0530
  • 4046b97416
    Rename 50-other-issues.md to 18-other-issues.md kuaashish 2023-04-26 16:32:41 +0530
  • 00f355e301
    Rename Solution(Legacy_issue_template).yaml to 17-solution-legacy-issue-template.yaml kuaashish 2023-04-26 16:32:06 +0530
  • a002e24080
    Rename Documentation_issue_template.yaml to 16-documentation-issue-template.yaml kuaashish 2023-04-26 16:31:16 +0530
  • d15701a5e0
    Rename bug_issue_template.yaml to 15-bug-issue-template.yaml kuaashish 2023-04-26 16:30:46 +0530
  • a99b0d6b9c
    Rename build.install_issue_template.yaml to 14-build-install-issue-template.yaml kuaashish 2023-04-26 16:30:23 +0530
  • badccdd87b
    Rename feature_request_issue_template.yaml to 13-feature-request-issue-template.yaml kuaashish 2023-04-26 16:29:49 +0530
  • 2d69c48e39
    Rename studio_issue_template.yaml to 12-studio-issue-template.yaml kuaashish 2023-04-26 16:27:12 +0530
  • 17bee87b27
    Rename model_maker_issue_template.yaml to 11-model-maker-issue-template.yaml kuaashish 2023-04-26 16:26:39 +0530
  • db2592a04d
    Rename task_issue_template.yaml to 00-task-issue-template.yaml kuaashish 2023-04-26 16:24:20 +0530
  • 507ed0d91d Add custom metadata for object detection model with out-of-graph nms. MediaPipe Team 2023-04-25 14:56:38 -0700
  • 17f5b95387 Internal change. MediaPipe Team 2023-04-25 10:39:36 -0700
  • 9e30b00685 Invoke the FaceStylizer callback even if no faces are detected Sebastian Schmidt 2023-04-25 10:32:49 -0700
  • 3bc8276678 Remove "All Rights Reserved." in copyright headers. Jiuqiang Tang 2023-04-25 09:04:18 -0700
  • d899d80eb5
    Merge 22eb5d1943 into 0fc6118680 #2743 trzy 2023-04-25 11:06:55 +0000
  • 0fc6118680 Internal change. MediaPipe Team 2023-04-25 01:28:41 -0700
  • 56df724c36 Add customizable face stylizer module in MediaPipe model maker MediaPipe Team 2023-04-25 00:45:26 -0700
  • 3390325250 Updated documentation Prianka Liz Kariat 2023-04-25 11:23:38 +0530
  • 6ac39c9b93 Updated name of common objects pod Prianka Liz Kariat 2023-04-25 04:26:13 +0530
  • d63d3f61d7 Added podspec for CommonObjects and Vision tasks Prianka Liz Kariat 2023-04-25 04:22:40 +0530
  • 8b44a7f181 Updated text podspec Prianka Liz Kariat 2023-04-25 04:22:18 +0530
  • 472947818e Updated ios cocoapods build script Prianka Liz Kariat 2023-04-25 04:22:03 +0530
  • 6eee726025 Updated build rules for iOS frameworks to duplicate symbols Prianka Liz Kariat 2023-04-25 04:21:41 +0530
  • a0eb1b696c Internal changes. Jiuqiang Tang 2023-04-24 14:43:29 -0700
  • 33c8c68bba Add a default_applicable_licenses to model_maker/python/vision/core. MediaPipe Team 2023-04-24 12:06:39 -0700
  • ca5fca1db7 Mark index as unused #4303 kinaryml 2023-04-24 11:26:36 -0700
  • b511822815 Removed an unnecessary check and updated tests to check if the masks are generated or not kinaryml 2023-04-24 11:23:27 -0700
  • ceb911ae06 Add nullable annotation to AudioDataProducer#setAudioConsumer MediaPipe Team 2023-04-24 11:06:16 -0700
  • 61854dc6a3 Create Pose Detector Web API Sebastian Schmidt 2023-04-24 09:50:19 -0700
  • 6773188e26 Make FaceLandmarksConnections to be a public class. Jiuqiang Tang 2023-04-24 09:31:48 -0700
  • 35cf8c35f2 Internal change Sebastian Schmidt 2023-04-24 08:59:16 -0700
  • abded49e5b Internal change MediaPipe Team 2023-04-22 10:50:10 -0700
  • a6c1bb6324 Internal change MediaPipe Team 2023-04-22 00:26:56 -0700
  • 58dcbc9833 Internal change MediaPipe Team 2023-04-21 13:10:10 -0700
  • 0b1eb39870 Updated copyright kinaryml 2023-04-21 11:48:06 -0700
  • 2a2a55d1b8 Added Language Detector Python API and fixed a typo in Interactive Segmenter Options' docstring kinaryml 2023-04-21 11:46:21 -0700
  • a6c35e9ba5 Fixes the typos in tasks internal files. MediaPipe Team 2023-04-21 09:44:27 -0700
  • 629393db63
    Fixed the broken link in hands.md #4319 Tirumalesh 2023-04-21 09:17:24 +0530
  • 966ca43f99 Added Face Stylizer tests for the Python Tasks API kinaryml 2023-04-20 17:54:59 -0700
  • a5716c9225
    Merge branch 'google:master' into face-stylizer-python-add-tests Kinar R 2023-04-21 06:04:33 +0530
  • 9be748db00 Create MPImage type for Web Sebastian Schmidt 2023-04-20 15:58:54 -0700
  • e9bb849503 Fix Typo Sebastian Schmidt 2023-04-20 15:12:14 -0700
  • bd73617e5c Internal change MediaPipe Team 2023-04-20 14:45:08 -0700
  • 02bdb9aba0 Internal change MediaPipe Team 2023-04-20 14:11:21 -0700
  • 983932b6dd This will fix the multiple typos in the new tasks internal files MediaPipe Team 2023-04-20 10:40:58 -0700