Koki Ibukuro

Results 10 issues of Koki Ibukuro

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** In the current workflow, I need to re-build all supported libraries for each platform...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, only the `float` input is handled by ComputeShader in `TextureToTensor.cs`. We can optimize all types of input tensors by...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, GPU delegate is only supported on macOS, iOS(MetalDelegate) and Andoird(GPUDelegate). Running examples on CPU is much slower than GPU....

enhancement
Windows

**Describe the bug** First of all, thank you for continuing to develop such a great library. I found some rendering differences between glTFast and web-viewers. It seems to happen when...

bug
import
run-time

I just added a simple multicast feature that is discussed #8 here Usage ``` var server = new OscServer(9000); // Port number server.JoinMulticastGroup("225.6.7.8"); // Multicast address ```

* Python Alexa Voice Service version: 0.5.3 (master) * Python version: 2.7.13 * Operating System: Raspberry Pi Zero ### Description This worked fine in English. Are there any ways to...

The defined string in asmdef is not correct when the ARFoundation 5.0 is installed. This PR fixes obsolete warnings in Unity Editor: ``` warning CS0618: 'ARSessionOrigin' is obsolete: 'ARSessionOrigin has...

**Describe the solution you'd like** NuGetForUnity has supported the NuGet Native library since [v4.2.0](https://github.com/GlitchEnzo/NuGetForUnity/releases/tag/v4.2.0). - https://github.com/GlitchEnzo/NuGetForUnity/pull/631 Although some modifications are required in the C# managed code, such as [this](https://github.com/asus4/onnxruntime-unity/blob/b36fd8c3cb8e96e84dd66d02d961c8d47b85d926/com.github.asus4.onnxruntime/Runtime/NativeMethods.shared.cs#L1-L11), we...

enhancement

Hi @theolivenbaum, Thank you for open-sourcing this library. It helps porting Python-based NLP to C#! ## Key changes in this PR: * Upgraded the `MessagePack` package to v3 to ensure...

A warning below is shown when building Android since Unity 6 (6000.0.43f1): ```log Plugin 'Packages/com.github.asus4.tflite/Plugins/Android/arm64-v8a/libtensorflowlite_gpu_gl.so' is not 16KB-aligned. This may cause issues on ARM64 devices running Android 15+. ``` ![Image](https://github.com/user-attachments/assets/a80d1a38-f4fa-4021-915c-cd7e7dc8538b)...

Android