Koki Ibukuro

Results 50 comments of Koki Ibukuro

Hi @lookoutking, I have not tried your model yet. But according to the README in [DJI Tello Hand Gesture control](https://github.com/kinivi/tello-gesture-control), probably you need pre-processing to the input tensors. Please note,...

@lookoutking you are right, I missed that code. It's weird that the same pre-processing works in Baraccuda. If you still need to run it on TensorFlow Lite, can you upload...

@tolgak99 Thanks for reporting. Can you please share the URL of the web-demo? will check it.

Reproduced it on my mac. And the following modifications did not fix it. it might be an issue in C# pre/post-processing. - Disable quantization in MetalDelegate https://github.com/asus4/tf-lite-unity-sample/blob/4ed29ea1642ef82f1da0a37e55ea2d7c0e4d7077/Packages/com.github.asus4.tflite/Runtime/InterpreterOptions.cs#L101 - Change Accelerator...

GpuDelegate on Linux is experimentally supported in #228

@rahul-nt I looked into this issue today. But I could not reproduce that performance issue on my Sony Xperia XZ2 H8266. The latest `TFLit version 2.10.0` was faster than the...

Hi @lstewart9 iOS 10.0 https://github.com/tensorflow/tensorflow/blob/0b71caa06c91d628aecb14255f19c0289db1da83/tensorflow/lite/ios/ios.bzl#L8-L9 Android > TFLite Java Library is built against NDK API 19. It may work for Android API levels below 19, but is not guaranteed. 😅...

@atteneder Thanks for looking into it. I had this issue when supporting the C4D default exporter. I guess it has similar options. https://storage.opensea.io/files/91525ba8a789da1b79155ff63c3c3c5a.gltf https://storage.opensea.io/files/336992a385208bb9d2e8675f05f47140.gltf In Three.js GLTF loader, it seems...