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

Custom Ops Support #19

Closed
ragavendranbala opened this issue May 17, 2020 · 4 comments
Closed

Custom Ops Support #19

ragavendranbala opened this issue May 17, 2020 · 4 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@ragavendranbala
Copy link

Hi ,I need to know does this plugin support custom ops. I tried to load https://github.com/google/mediapipe/blob/master/mediapipe/models/hair_segmentation.tflite file in intepreter it showed error. I tried to load in tensorflow it showed custom ops are not supported. I'm struck here. Can you help me to load this tflite model in Unity?

Thanks in advance

@asus4 asus4 added the enhancement New feature or request label May 17, 2020
@asus4
Copy link
Owner

asus4 commented May 17, 2020

Hi @ragavendranbala, I am also interested in supporting MediaPipe. This does not support the custom ops. but it could work if these APIs were implemented.

https://github.com/tensorflow/tensorflow/blob/v2.2.0/tensorflow/lite/c/c_api_experimental.h

https://www.tensorflow.org/lite/guide/ops_custom

@ragavendranbala
Copy link
Author

Hi @asus4 it's need to fixed by tensorflow? by ourselves ?

@asus4
Copy link
Owner

asus4 commented May 26, 2020

@ragavendranbala I think it’s better to implement it ourselves since the TFLite team isn't active in updating UnityPlugin.

@stale
Copy link

stale bot commented Apr 8, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants