Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mediapipe from 0.10.14 to 0.10.18 #2407

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps mediapipe from 0.10.14 to 0.10.18.

Release notes

Sourced from mediapipe's releases.

MediaPipe v0.10.15

​Build changes

  • Fix unwanted dependency on GPU libraries.
  • Adds TwoTapFirFilterCalculator.
  • Add public visibility to graph_service headers.
  • Disable ASAN, TSAN and MSAN tests which take more than 10 minutes.

Framework and core calculator improvements

  • Update PointToForeign with an optional cleanup object.
  • Enable BeginLoopCalculator for move-only types (e.g. Tensor) without Packet::Consume usage and copyable types without copying unless it's a fundamental type.
  • Ensure proper release of resources in case of multiple AHWB reads.
  • Enables the configuration of GpuBufferPool options via GpuResources::Create();
  • Bugfix to correctly handle landmark projection in the non-square case.
  • add utility to wait for a sync (represented by FD)
  • Change a RET_CHECK to RET_CHECK_EQ
  • KinematicPathSolver: Avoid overshooting target
  • Introduce GetDefaultGpuExecutor(GpuResources) to allow executing all calculators on MP GPU thread.
  • No destruction for static ahwb_usage_track_.
  • Unbind framebufffer in Affine Transformation Runner GL
  • Move/isolate ahwb_usage_track_ into tensor_ahwb
  • Guard ahwb_tensor_track_ with mutex.
  • Add SidePacketConnectionTest
  • Update C++ Graph Builder to support executors and support input/output stream handlers.
  • Node::Input/OutputStreamHandler -> Node::SetInput/OutputStreamHandler
  • Add Packet::Share() method in replacement of SharedPtrWithPacket() function.
  • Default to high-performance power preference hint for WebGL contexts. For some computers with dual GPUs (like MBP2019), this will more frequently give us the higher performance GPU, which is generally preferable for most of our use cases (realtime rendering and ML), since speed is more critical than power consumption. If necessary, the user can override this setting by requesting their canvas' WebGL context manually before initializing the graph.
  • Introduce input_scale parameter to SpectogramCalculator.
  • Improve documentation of graph options
  • Add an option to PackMediaSequenceCalculator to add empty clip labels instead of ignoring them. This is useful when we want to distinguish processing errors from no-detections.
  • Updates language detection headers
  • Fix dangling error reporter pointer in memory mapped models
  • Fix for possible infinite stall using setOptions immediately before a loadLoraModel call.
  • Add relu1p5 op, abs op, Log op, mdspan and Lhs Broadcast Sub with test
  • Fix missing member move in Tensor class
  • Add support for single Tensor output streams for ImageToTensorCalculator.
  • Fix some compilation errors in WebGPU code. These changes are all minor.
  • Add single tensor output support to tensor_converter_calculator.
  • Replace QCHECK with ABSL_QCHECK and CHECK with ABSL_CHECK.
  • Fix a bug in TensorAHWB that triggers a crash with multiple delayed AHWB readers followed by a CPU reader.
  • Fixes an unnecessary allocation of GraphServiceManager in case it is adopted from the calculator context.
  • Fix triggering of DFATAL message.
  • Remove xnn_enable_avx512fp16=false from .bazelrc
  • Replace uses of TfLiteOperatorCreate with TfLiteOperatorCreateWithData
  • Compile with '--keep_going' in setup.py
  • Update ndk version so that our open source users get the best possible performance out of mediapipe.
  • Correct address of android ndk
  • Replace absl::make_unique with std::make_unique in tensor.cc and tensor_ahwb.cc.
  • LLM decode benchmarks fill the cache with a predefined number of tokens before starting decoding.
  • Add logic to drop the offending non-monotonically increasing timestamp in the MicrophoneHelper.
  • Make packet payload const.

... (truncated)

Commits

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.14 to 0.10.18.
- [Release notes](https://github.com/google/mediapipe/releases)
- [Commits](https://github.com/google/mediapipe/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
@geekcomputers geekcomputers merged commit 5e555ac into master Nov 1, 2024
0 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/mediapipe-0.10.18 branch November 1, 2024 19:16
Copy link
Contributor

@NitkarshChourasia NitkarshChourasia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good!

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