Howard Good

Results 9 comments of Howard Good

Hi kuaasish, I'm using Android Studio Jellyfish 2023.3.1 Patch 1 and don't want to go all the way back to Flamingo. Could you make sure the Text Classification example is...

Thanks! Make sure it's mediapipe:tasks-text:0.10.14 it works on 0.10.13 and earlier.

I will try it on a Samsung Galaxy S9 and let you know.

0.10.14 also crashes on a Samsung Galaxy S9 (Android 10 API 29). 0.10.13 works. ``` --------- beginning of crash 2024-06-30 00:07:17.713 7596-9950 .textclassifie com...apipe.examples.textclassifier W 0xebadde09 skipped times: 0 2024-06-30...

MediaPipeTasksCommon xcframework should hide its public symbols like TensorFlowLite xcframework does: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/ios/ios.bzl#L93

I looked and all 346 OpenCV symbols are coming from MediaPipeTasksCommon, so I guess they need to be hidden there and whatever functionality MediaPipeTasksVision etc. uses needs to be wrapped...

This issue was fixed in tensorflow lite for arm64: https://github.com/tensorflow/tensorflow/issues/69459 Maybe something similar can be done here. It would also be nice to fix it for other processor architectures: https://github.com/google-ai-edge/LiteRT/issues/43

Could we get Xamarin.Coil.* updated? Looks like the latest version is 2.7.0: https://central.sonatype.com/artifact/io.coil-kt/coil Thanks!