Skip to content
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

ImageProcessor.Builder.Build() method is missing from TensorFlow.Lite.Support library #754

Open
v-hogood opened this issue Mar 16, 2023 · 2 comments

Comments

@v-hogood
Copy link

No description provided.

@matmork
Copy link

matmork commented Aug 5, 2023

Try this

var imageProcessorBuilder = new ImageProcessor.Builder();

var imageProcessor = GetObject<ImageProcessor>
(imageProcessorBuilder.JniPeerMembers.InstanceMethods.InvokeVirtualObjectMethod("build.()Lorg/tensorflow/lite/support/common/SequentialProcessor;", imageProcessorBuilder, null).Handle, JniHandleOwnership.TransferLocalRef);

@wollac11
Copy link

This is still a problem even with the very latest versions and it seems to affect not just the ImageProccessor.Builder but other Builders too (like TensorProcessor.Builder)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants