steven

Results 27 comments of steven

Thanks for providing the details. Let's first try to understand whether this issue is more related to the ML Kit detector internal implementation or the camera setup. Did you try...

Hi easytarget2000, I did a quick check on my Pixel 3XL with Android 12 and the latest vision quickstart app, but wasn't able to reproduce the issue. Let me double...

Here is a response from another issue about GPU acceleration for Pose: https://github.com/googlesamples/mlkit/issues/253#issuecomment-812637338 "We are planning to enable GPU acceleration, although it is not in our immediate roadmap (likely in...

We are actively working on Pose GPU acceleration now. Not guaranteed, but hopefully get something out in Q1 next year.

Hi all, We just [released](https://developers.google.com/ml-kit/release-notes#new_features) Pose GPU support V1 on Android. On Pixel3XL, with CPU the Pose accurate SDK runs at ~23FPS, while with GPU, it runs ~30FPS. By default,...

Hi WCRohit, pose detection 18.0.0-beta2 uses GPU on applicable devices. (See my comment above for details). Please give it a try. Looking forward to your feedback.

We already did some prototyping for iOS Pose GPU but don't have a concrete timeline for landing it at the moment. The reason why we focus on Android first is...

Closing this issue as the title is about Pose GPU support in general and Android support has been added. For iOS-specific Pose GPU support, we can follow up in https://github.com/googlesamples/mlkit/issues/186

Hi vivascu, Just to clarify, did you already follow [this instruction](https://developers.google.com/ml-kit/tips/reduce-app-size#advanced_move_optional_ml_features_to_dynamic_feature_modules) for ML Kit dynamic feature module use case and add 'com.google.mlkit:playstore-dynamic-feature-support:16.0.0-beta2' dependency to your **BASE module**?

Also, when (in terms of App or Activity or Fragment lifecycle) did you call "PoseDetection.getClient(options)"?