-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Mediapipe ImageSegmenter doesn't work in Mozilla and Android browsers #4501
Comments
This is a related issue to google-ai-edge/mediapipe-samples#159. MPMask elements generated with |
For me it doesn't work in Mozilla even with CPU |
We have observed that image segmentation is functioning as expected in the Android Chrome Browser. Nevertheless, in the Mozilla browser, we cannot guarantee the functionality of the demo, as our testing has primarily focused on the browsers specified in the documentation. We kindly request you to initiate a new feature request to include support for the Mozilla Browser, highlighting the potential benefits that the community could derive from such an enhancement. Furthermore, we intend to execute the demo on supported browsers and kindly request that you notify us if similar issues are encountered. Moreover, we would appreciate your confirmation regarding the closure of this issue and the necessary status update, should it no longer be a concern from your end. |
Is there any way to detect GPU support for the current browser to set the correct options for delegate CPU/GPU? Something like this would be very helpfull: ImageSegmenter.getSupportedProcessingUnits() // returns a list like ['CPU', 'GPU'] Thanks! |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
This issue was closed due to lack of activity after being marked stale for past 7 days. |
I might have found a resolution to this issue. Please have a look here |
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
OS Platform and Distribution
Linux, Ubuntu,
Mobile device if the issue happens on mobile device
Pixel 6
Browser and version if the issue happens on browser
Mozilla (v 113.0.1), Google Chrome
Programming Language and version
JS
MediaPipe version
No response
Bazel version
No response
Solution
ImageSegmenter
Android Studio, NDK, SDK versions (if issue is related to building in Android environment)
No response
Xcode & Tulsi version (if issue is related to building for iOS)
No response
Describe the actual behavior
Describe the expected behaviour
Standalone code/steps you may have used to try to get what you need
Other info / Complete Logs
The text was updated successfully, but these errors were encountered: