[Bug/Usage Issue]: Openvino 2024 on Android - x86_64 and arm64 fails to read/compile model resulting in existing public demo projects not working anymore #23781
Labels
bug
Something isn't working
platform: android
OpenVINO on Android
platform: arm
OpenVINO on ARM / ARM64
OpenVINO Version
master
Operating System
Android System
Device used for inference
CPU
Framework
None
Model used
ssdlite_mobilenet_v2 / https://huggingface.co/dkurtaev/wav2vec2-base-ft-keyword-spotting/tree/main
Issue description
audio_recognition_android no longer works neither does the coco_detection_android_demo ever since the replacement of old arm plugin
Both of these demo projects have stopped working since these two commits that removed old arm plugin and replaced it by adding arm support in existing intel_cpu module
openvinotoolkit/openvino_contrib@4d35f32
c283d21
I am able to run them both without any issues when I go one commit before the above commits on both x86_64 and arm64
Step-by-step reproduction
Here are my build commands for arm64
I am using the aar generated at
$OPENVINO_ROOT/openvino_contrib/modules/java_api/build/outputs/aar/openvino-release.aar
inside the application code taken from the following two placesaudio_recognition_android - https://github.com/dkurt/audio_recognition_android
coco_detection_android_demo - https://github.com/openvinotoolkit/openvino_contrib/tree/6aa7a163c81f36cc5cc6166cc7cb0ff64967e5d1/modules/arm_plugin/demos/coco_detection_android_demo
Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: