Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps mediapipe from 0.10.14 to 0.10.15.

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
  • e252e56 Update WASM files
  • 676793e No public description
  • 49e064a No public description
  • e46e6d4 Sync on ssbo_writte_ before mapping an AHWB to a CpuReadView.
  • 80b8bbc New goldens for iOS in text embedder, classifier tests
  • 73ea396 New goldens for text embedder, classifier tests
  • 46b800a No public description
  • ff6aabb Update goldens
  • a82d59e No public description
  • fd45be2 No public description
  • 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)

@dependabot dependabot bot requested a review from ks6088ts as a code owner September 9, 2024 14:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/mediapipe-0.10.15 branch 6 times, most recently from db70f60 to a47c0ed Compare September 18, 2024 03:11
@dependabot dependabot bot force-pushed the dependabot/pip/mediapipe-0.10.15 branch 2 times, most recently from 0110063 to 99761c8 Compare September 24, 2024 09:04
@dependabot dependabot bot force-pushed the dependabot/pip/mediapipe-0.10.15 branch 4 times, most recently from 6046b7c to 682df50 Compare September 27, 2024 09:27
@ks6088ts
Copy link
Member

@dependabot rebase

1 similar comment
@ks6088ts
Copy link
Member

@dependabot rebase

Bumps [mediapipe](https://github.com/google/mediapipe) from 0.10.14 to 0.10.15.
- [Release notes](https://github.com/google/mediapipe/releases)
- [Commits](google-ai-edge/mediapipe@v0.10.14...v0.10.15)

---
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 force-pushed the dependabot/pip/mediapipe-0.10.15 branch from 682df50 to c969674 Compare September 27, 2024 09:36
@ks6088ts
Copy link
Member

close the pr since it failed on windows CI test

@ks6088ts ks6088ts closed this Sep 27, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/mediapipe-0.10.15 branch September 27, 2024 23:40
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant