Skip to content
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

[Bug] 2023.0 Version crashes on Jetson Nano - L4T - Ubuntu 18.04 #18091

Closed
3 tasks done
mahimairaja opened this issue Jun 15, 2023 · 3 comments · Fixed by #19717
Closed
3 tasks done

[Bug] 2023.0 Version crashes on Jetson Nano - L4T - Ubuntu 18.04 #18091

mahimairaja opened this issue Jun 15, 2023 · 3 comments · Fixed by #19717
Assignees
Labels
platform: arm OpenVINO on ARM / ARM64 support_request
Milestone

Comments

@mahimairaja
Copy link
Contributor

System information (version)
  • OpenVINO Source=> Runtime - Intel Archive
  • OpenVINO Version=> Version 2023.0
  • Operating System / Platform => L4T ( Linux for Tegra - based on Ubuntu 18.04 ) - Nvidia Jetson nano
  • Compiler => Cmake
  • Problem classification => Model Compilation
  • Device use: => CPU
  • Framework => IR
  • Model name => MobileNetV3 - bin, xml
Detailed description

The kernel gets crashed while compiling the model. So I ran it as script .py file with some logging and interpreter throws the mesage as - Illegal instruction (core dumped)

Steps to reproduce
  1. Create a python virtual environment of version 3.7 and activate it.
  2. Download the zip file
sudo wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64.tgz
  1. Unzip the file and change directory into the folder.
sudo tar -xf l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64.tgz
cd l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64
  1. Install the system requirements
sudo -E ./install_dependencies/install_openvino_dependencies.sh
  1. Activate the openvino environment
source setupvars.sh

You will be promted with [setupvars.sh] OpenVINO™ environment initialized.

  1. Then clone the openvino/openvino_notebooks repo and run the 001-hello-world notebook

Related images :

2023
Figure 1 - Kernel getting crash

commandline-2023
Figure 2 - Error thrown on model compiling time

Issue submission checklist
  • I report the issue, it's not a question

  • I checked the problem with documentation, FAQ, open issues, Stack Overflow, etc and have not found solution

  • There is reproducer code and related data files: images, videos, models, etc.

@mahimairaja mahimairaja added bug Something isn't working support_request labels Jun 15, 2023
@dmitry-gorokhov dmitry-gorokhov self-assigned this Jun 16, 2023
@avitial avitial added the platform: arm OpenVINO on ARM / ARM64 label Jun 23, 2023
@avitial avitial self-assigned this Jul 6, 2023
@avitial avitial removed the bug Something isn't working label Jul 6, 2023
@avitial
Copy link
Contributor

avitial commented Jul 6, 2023

@mahimairaja I am not quite sure the Debian archive you are using is compatible with the L4T - Ubuntu 18.04 OS you are running. You may have to build from source to get it working, see instructions here.

For me the 001-hello-world notebook seems to be running fine at model compilation stage with the l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64 archive. My RPI4 board is running Debian 11 (bullseye), and model compilation executes normally without errors on ARM64 ($ uname -m returns aarch64).

2023-07-06-123811_1920x1080_scrot (2)

@avitial
Copy link
Contributor

avitial commented Jul 10, 2023

Closing this, I hope previous responses were sufficient to help you proceed. Feel free to reopen and provide additional information or ask any questions related to this topic.

@ilya-lavrenov
Copy link
Contributor

ilya-lavrenov commented Sep 11, 2023

Provided actual fix to current master (future 2023.2 release)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: arm OpenVINO on ARM / ARM64 support_request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants