Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2023

Bumps mediapipe from 0.10.3 to 0.10.5.

Release notes

Sourced from mediapipe's releases.

MediaPipe v0.10.5

Framework and core calculator improvements

  • Fix crash in SavePngTestOutput
  • Log stack traces for combined CalculatorGraph statuses
  • Add a GpuOrigin parameter to TensorConverterCalculator
  • Replace some size EXPECTs by ASSERTs
  • Add a support for label annotations (image/label/string and image/label/confidence). Also fixed some clang tidy issues.
  • Set confidence score of the bounding box label.
  • Add setGpuBufferVerticalFlip to GraphRunner TS API
  • Remove unsafe cast.
  • apply affine transform before drawing, in order to keep constant line width regardless of face cropping.
  • Migrate packet messages auto registration to rely on MEDIAPIPE_STATIC_REGISTRATOR_TEMPLATE
  • add end loop calculator for image size
  • Provide a way to disable static registration using MEDIAPIPE_DISABLE_STATIC_REGISTRATION
  • Header for callback_packet_calculator to allow dynamic registration for superusers
  • Support more GPU formats in tensor converter calculator.
  • Expose stream handlers in headers to allow dynamic registration for superusers
  • Expose tool calculators in headers to enable dynamic registration by superusers.
  • Dry-Run mode for static registration to make it easier to find all required static registrations
  • Fix MediaPipe build in Chromium.
  • Swap left and right hand labels.
  • Don't access "document" in WebWorker
  • Update PackMediaSequenceCalculator to support adding clip/media/id to the MediaSequence.
  • update pose rendering
  • Update the header information for EnsureMinimumDefaultExecutorStackSize.
  • Move stream API loopback to third_party.
  • Add pose landmarks constants
  • Add an API in model_task_graph to create or use cached model resources.
  • Move stream API image_size to third_party.
  • Add C++ converters for C Text Classifier API
  • Move stream API rect_transformation to third_party.
  • Change the image label input from Classification to Detection.
  • Update port includes with IWYU to fix clang warnings in code where corresponding ports are used.
  • New image test utilities and memory management fixes.
  • Add a custom op resolver for fused batch norm.
  • Improving throttling logs by providing a node info corresponding to a throttling stream.
  • Use ABSL_LOG in MediaPipe.
  • Remove reference pointer to prevent using a constant reference in the looped iteration variable
  • Remove unnecessary includes in threadpool_std_thread_impl.cc.
  • Make cache writes optional in InferenceCalculatorAdvancedGL
  • Update PackMediaSequenceCalculator to support setting clip/media/string, clip/media/confidence and clip/label/index.
  • Some spelling and grammar fixes in the comments.
  • Add notes/warnings for calculators which use dedicated GL contexts.
  • Remove video and stream model in face stylizer.
  • Move stream API landmarks_projection to third_party.
  • Remove video and streaming mode for face stylizer.
  • landmarks_to_detection stream utility function.
  • Ensure that C header don't import C++ types
  • Splitting GraphRunner into public API declared interfaces and private TS impls
  • Add option for nearest neighbor interpolation.

... (truncated)

Commits
  • 85b1938 Fixes iOS hand landmarker connections
  • 124a4de Clean up TensorConverterCalculator flipping behavior
  • 2164600 Don't define field in ExternalFileHandler that's not used on Windows.
  • 7333329 No public description
  • e1d1877 Modifying tensor_to_vector_float_calculator to take in D_BFLOAT16 values
  • 6dc1239 No public description
  • 50bd79a Add exports to ImageSegmenterResult and InteractiveSegmenterResult
  • 7b091db Fix missing exports for FilesetResolver and static constants
  • d6ee884 No public description
  • 8c9cd8a fixes the non-unicode path of file_helpers on windows
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mediapipe](https://github.com/google/mediapipe) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/google/mediapipe/releases)
- [Commits](google-ai-edge/mediapipe@v0.10.3...v0.10.5)

---
updated-dependencies:
- dependency-name: mediapipe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2023
@geekcomputers geekcomputers merged commit 7f2e0db into master Sep 19, 2023
@dependabot dependabot bot deleted the dependabot/pip/mediapipe-0.10.5 branch September 19, 2023 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants