lu-wang-g
lu-wang-g
'tflite_support.task' is only available for tflite_support version greater than 0.4, and yours is 0.1.0. I think we deprecated Python 3.6 long time ago. Please use Python 3.7+.
Thanks for the suggestions! We'll add this update to [MediaPipe Tasks](https://github.com/google/mediapipe/tree/master/mediapipe/tasks), which will have a preview release soon. Before that, please work around this issue by passing in C-contiguous array...
Does your model has the [expected four tensor outputs](https://www.tensorflow.org/lite/examples/object_detection/overview#output_signature)? Do you have the error message other than the stack track log?
May you please share the model? I can help to take a look.
It seems that you already have the metadata successfully populated (I saw the file model_with_metadata.tflite in your drive folder). If not, please point me to the tflite model that you...
Thanks for the feedback. We currently rely on zlib to parse model metadata. Any suggestions of the replacement?
Your `http_archive` target looks good to me. What kind of error message did you run into? Can you please provide an example of your bazel target? > Or should i...
You don't need to use `cc_library_with_tflite` (a target we created for internal usage). Regular `cc_library` should just work. Therefore you don't need to depend on `@org_tensorflow` specifically. Note that you...
Loop in @ziyeqinghan to further comment on this issue.
@ziyeqinghan can you please comment on the question above? Thanks!