-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error on coco detection demo app #950
Comments
Hi,
As of now the workaround to build libraries for x86_64 is not available. |
Please find my answers embedded.
As I mentioned, benchmark app with mobilenet works fine in Android emulator. You can replicate this issue, I think. I'd appreciate, if you can advice anything to fix this crash. :) |
I tried to build on x86_64 using guide from Re-build the OpenVINO libraries for Java API on Windows 11 and get some issue. Can I know your System OS? |
@zulkifli-halim My system is also Windows 11. What issue do you face? |
I encountered some issue while building the one-tbb. This might be an issue with the system configuration. I will checking your issue with the dev team. |
@zulkifli-halim Okay, thanks for your help. By the way, if you still have an issue to build one-tbb, please let me know. I'll try to help to help you to see same page on this issue. Thanks. |
As guided, I built openvino with openvino_contrib using Android NDK, then tried to run coco detection demo. Since arm-based android emulator in Android Studio doesn't work on Intel laptop and windows 11, I checked it with real tablet. Detection demo app works as intended with real tablet.
I'd like to use emulator because it is convenient to work with. Eventually I'd like to run this app with x86-based android device.
I tried to run this with x86-based android emulator, first of all. I rebuilt
one-tbb
andopenvino/openvino_contrib
, changing only following option from how it built for arm.However, when I tried to run demo app with x86-based emulator in Android Studio, I faced following error.
According to log, looks like mobilenet model loading is okay, but when app tried to compile model for CPU, fatal error happened.
To check libopenvino_intel_cpu_plugin.so, libopenvino.so and so on, I pushed benchmark app and models to
/data/app/~~dWYFLR9CP4vjbLPuBwRbJw==/org.intel.openvino-MdXaRbRR7qWlb1PfhMhsmg==/lib/x86_64/
in x86-based emulator.After then run benchmark app. As you can see from below, benchmark app works with model, I think that openvino so files such as libopenvino.so or libopenvino_cpu_plugin.so looks good.
Not sure, but I think that openvino-java-api.jar makes this crash. Would you please help me to fix this error? Is there any additional steps or workaround to build libraries for x86_64?
The text was updated successfully, but these errors were encountered: