thile
Results
2
comments of
thile
Thanks for replying I tried adding a few lines of command to print the log as follows: ``` case TFLITE_DELEGATE_EXTERNAL: { #ifdef TFLITE_EXTERNAL_DELEGATE_SUPPORTED TfLiteExternalDelegateOptions options; options = TfLiteExternalDelegateOptionsDefault (ext_delegate_path); /*...
I found that using NPU acceleration mode was effective. However, while inference time without NPU acceleration is ~2-3 seconds/1 frame, inference time with NPU acceleration is ~20-30 seconds/1 frame. It's...