You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you all for releasing such an amazing project.
I encountered some problems during transferring the Recognizer.java into c++ code. The core issue is caused by some customed operations in “libonnxruntime-extensions-jni4.so”.
I think there are some necessary dependencies defined in this lib, and it doesn’t have the source codes. May I ask what are the contents in the customed lib? And could you release the source code?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, thank you!
The library you are referring to is onnxruntime-extensions, here is the source code and instructions on how to import it into C++ code, here is also how to import onnxruntime into C/C++.
The source code is not present in the project because the android version of these libraries were imported via gradle here (line 106 and 107), but, if you want to convert the inference in C++, the C/C++ versions of these libraries in the links I provided, will work in a similar way and do the same things with the same models.
Dear authors,
Thank you all for releasing such an amazing project.
I encountered some problems during transferring the Recognizer.java into c++ code. The core issue is caused by some customed operations in “libonnxruntime-extensions-jni4.so”.
I think there are some necessary dependencies defined in this lib, and it doesn’t have the source codes. May I ask what are the contents in the customed lib? And could you release the source code?
Thanks!
The text was updated successfully, but these errors were encountered: