question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jetson Nano Jetpack 4.4

See original GitHub issue

Describe the bug I was trying to test the detection algorithm on my Jetson Nano, I followed the instructions for building the container.

To Reproduce Steps to reproduce the behavior:

  1. I built the container as stated in the repo:

sudo docker build -f jetson-nano.Dockerfile -t "neuralet/jetson-nano:applications-smart-distancing" .

  1. When I run I get the following error:

sudo docker run -it --runtime nvidia --privileged -p 8000:8000 -v /srv/demo/neuralet:/repo neuralet/jetson-nano:applications-smart-distancing

Traceback (most recent call last): File "neuralet-distancing.py", line 22, in <module> DistanceApp(args) File "neuralet-distancing.py", line 13, in __init__ self.engine = CvEngine(self.config) File "/repo/applications/smart-distancing/libs/core.py", line 23, in __init__ self.detector = Detector(self.config) File "/repo/applications/smart-distancing/libs/detectors/jetson/detector.py", line 17, in __init__ from . import mobilenet_ssd_v2 File "/repo/applications/smart-distancing/libs/detectors/jetson/mobilenet_ssd_v2.py", line 3, in <module> import tensorrt as trt File "/usr/local/lib/python3.6/dist-packages/tensorrt/__init__.py", line 1, in <module> from .tensorrt import * ImportError: libnvinfer.so.6: cannot open shared object file: No such file or directory

I assume this is inside the docker container the missing library because I do not have this problem on the Jetson nano itself.

Any help would be appreciated.

Thank you

Svetlana

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mdeganscommented, Jul 7, 2020

This branch runs on 4.4, @svetlanadataper https://github.com/mdegans/smart-social-distancing/tree/gst-merge

Just waiting for a code review so it can be merged into master. No guarantees it will be accepted since the way it works differs from the other branches, but it is something you can use right now. Check out the readme in that repo for instructions on building/running.

1reaction
engineer1982commented, Jul 7, 2020

I downgraded my Jetson Nano to JetPack 4.3 and worked fine. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

JetPack SDK 4.4 archive - NVIDIA Developer
NVIDIA JetPack SDK is the most comprehensive solution for building AI applications. All Jetson modules and developer kits are supported by JetPack SDK....
Read more >
JetPack-4.4 for Jetson Nano - JK Jung's blog
This post summarizes the steps I applied to set up my Jetson Nano DevKit with JetPack-4.4 and run my tensorrt_demos samples.
Read more >
JetPack 4.4 Production Release - JetsonHacks
JetPack 4.4 – L4T R32.4.3 is now available! NVIDIA announces today that the production version of JetPack 4.4 is now available. JetPack 4.4...
Read more >
JetPack 4.4 Release: Get the Scoop - Connect Tech Inc.
NVIDIA recently released JetPack 4.4, so our team of Jetson Experts dug into this newest release to help you navigate upgrading your project....
Read more >
Jetson Zoo - eLinux.org
l4t-tensorflow - TensorFlow for JetPack 4.4 (and newer) ... Supports: JetPack >= 4.4 (Jetson Nano / TX1 / TX2 / Xavier NX /...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found