ly0303521
ly0303521
@alvoron @allnes Hello, the erros seems to that, libopenvino.so couldn't find the other shared libraries
> @ly0303521 Could you please provide part of your android program with OpenVINO so I can look and reproduce the problems? @allnes Thanks very much. I'm not familiar with android,...
> > > @ly0303521 Could you please provide part of your android program with OpenVINO so I can look and reproduce the problems? > > > @allnes Thanks very much....
> > > > > @ly0303521 Could you please provide part of your android program with OpenVINO so I can look and reproduce the problems? > > > > >...
> @ly0303521 hi, sample and new instrcutions is ready - please use [this PR](https://github.com/openvinotoolkit/openvino_contrib/pull/924) before merge @allnes Thank you very much, but unfortunately, it faild in the last step. `$ANDROID_TOOLS_PATH/adb...
@allnes - Data from all demo's environment variables: the environment variables are same with instruction except for CURRENT_ANDROID_PLATFORM ``` export OPV_HOME_DIR=${PWD}/openvino-android export ANDROID_NDK_PATH=$OPV_HOME_DIR/android-ndk export ANDROID_TOOLS_PATH=$OPV_HOME_DIR/platform-tools export CURRENT_ANDROID_ABI=arm64-v8a export CURRENT_ANDROID_PLATFORM=29 export...
> @ly0303521 hi, please re-configure cmake with additional flag `-DENABLE_TESTS=ON` then re-build it. And then run commands on device with illegal instruction case: > > ``` > $ANDROID_TOOLS_PATH/adb push --sync...
> @ly0303521 what device's spefication do you use? @allnes Device is MT8788,The MT8788 octa-core CPU incorporates four Arm Cortex-A73 high performance cores, plus four Cortex-A53 power-efficiency cores. [MT8788 link](https://www.mediatek.com/products/tablets/mt8788)
@allnes Thank you for reply. I rebuild openvino with `-DCMAKE_BUILD_TYPE=Debug`, the log is the same with before, through benchmark_app, it failed in `[Step 10/11] Measuring performance (Start inference asynchronously, 1...
@allnes Hello, do you know How to run benchmark_app on android GPU ?