Koki Ibukuro
Koki Ibukuro
You can build the `select-tf-ops` library yourself. Please refer to `build_tflite.py` for the build command used in this library. https://github.com/asus4/tf-lite-unity-sample/blob/master/build_tflite.py Or, removing SELECT_TF_OPS options from your model might be more...
hi @rajandeepsingh13, have you managed to build other Android libraries? If so, the select-tf-ops can be built with the command something like this `bazel build -c opt //tensorflow/lite/java:tensorflowlite_flex`. Please refer...
@rajandeepsingh13 Yes, We need to implement a corresponding `FlexDelegate.cs` which inherits the `IDelegate` interface and assigns it into `InterpreterOptions.AddDelegate`. Possibly the Flex delegate in TFLite may also need to be...
@rajandeepsingh13 @matthew-so `TFL_CAPI_EXPORT` is the keyword to be exposed to the C FFI library. So you can find all exposed methods if you search `TFL_CAPI_EXPORT` in the TFLite source. After...
and the PR is welcome once you manage to support it. (although I may separate the repository because the file size of flex delegate will be larger when we support...
I reopened this issue for the feature development plan. as I received several requests for supporting this within Unity. Once the flex-delegate library is built and linked to the Unity...
Hi @Ale1, Thanks for sharing your code. I agree that there is no documentation for the C API except for looking into the TFLite source code. The API in Android...
Hi, @cancaglar. Implementation in the Blazepose pre/post-process is a bit different from the original MediaPipe's, and models still need to be updated. I want to update them when I have...
`gx:CascadingStyle` tag is not supported in this library. Please refer to the sample.kml https://github.com/asus4/Kml.swift/blob/master/Kml/sample.kml
@JaeYeong-VIRNECT Can you elaborate a little more?