lu-wang-g

Results 63 comments of lu-wang-g

May you please try if the model works with TFLite Interpreter? You can feed some dummy input to see if it can run. Once it's verified, we can further debug...

Converting to RGB and image rotation are supported in Task library through `ImageProcessingOptions`, such as [ImageClassifier#classify(TensorImage, ImageProcessingOptions)](https://github.com/tensorflow/tflite-support/blob/e47db51bb665587ea113b49ee78bb27046d6547b/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/classifier/ImageClassifier.java#L421). You don't need to convert it to Bitmap. We're working on publish examples...

Ha, I thought the issue was walked around by using FrameBuffer. Let me reopen it to track.

Got it. Supporting YUV conversion utils is in our roadmap. I'll give updates here once we have any progresses. So far, we only touched image processing on CPU. We have...

We had to shift our roadmap on image utils soon after I left my previous comments last year. We won't be able to deliver this feature in the near feature....

Libyuv should be very performant as far as I know. We use it to perform image processing in Task Library as well. Alternatively, you can request RGBA output from CameraX...

May you try screening if StatusCode is used in any of your code and if you can use a different namespace for it?

Hi Khanh, is it possible to support yamnet in the current iOS demo app?

Sorry I misunderstood the context, I thought you already have an iOS demo based on the Android one. I'm re-opening the issue for tracking.