Questions tagged [nvidia-jetson]

Nvidia Jetson is Nvidia's family of embedded devices, targeted for computing on the edge by users desiring to run machine learning and artificial intelligence tasks.

Use this tag for questions about programming specifically for the Jetson devices, namely: the Nano, TX1, TX2(i), or AGX. Please also tag the language you are coding in and the frameworks you are using for context.

Visit Nvidia's official site for more information on the Jetson devices.

405 questions
0
votes
0 answers

reset the neural network model after each iteration of a for loop in Tensorflow

I am calculating the power consumption of several neural networks in a for loop, hence in order to get the accurate power consumption I need to reset the model after each iteration of the loop. could you please let me know whether there is a…
code_lover
  • 25
  • 5
0
votes
0 answers

pip3 installation issue using linux

I tried around 8 hours to install pip3- python in ubintu but its not working showing: Traceback (most recent call last): File "/usr/bin/pip3", line 9, in from pip import main File "/usr/lib/python3/dist-packages/pip/init.py", line 29, in from…
0
votes
0 answers

How is TOPS metric calculated with any AI model.?

As per the https://developer.nvidia.com/embedded/jetson-modules,the Jetson Xavier NX supports 21 TOPS in AI Performance For example if the use case is people detection, tracking and counting, how many TOPS will be utilized? Is the calculation based…
0
votes
0 answers

How to reduce the memory consumption of CUDA init in PyTorch?

I am using PyTorch on NVIDIA Jetson TX2 (GPU and CPU have shared memory), and have only about 2 Gb of free memory. Specifications: PyTorch v1.10.0 JetPack 4.6.1 CUDA 10.2 Whenever I try to use GPU, "torch.cuda.init()" would consume about 2Gb of…
Mars
  • 1
  • 2
0
votes
1 answer

What does the .nv-l4t-disable-boot-fw-update-in-preinstall sentinel file do?

When building a custom rootfs for NVIDIA Jetson devices, there are a few references online to touching the file /opt/nvidia/l4t-packages/.nv-l4t-disable-boot-fw-update-in-preinstall, but this file's purpose is not documented anywhere.
rgov
  • 3,516
  • 1
  • 31
  • 51
0
votes
1 answer

CMAKE error when trying to build project inside of a docker container: cant find cudart lib

Using an nvidia jetson tx2 running ubuntu18.04 with docker,nvidia-docker2 and l4t-cuda installed on the host system. Main Error when compiling: CMake Error at…
atlas7
  • 1
0
votes
0 answers

D3 BSP v6.0.0 support with jetpack 5.0.2

I recently upgraded my hardware from D3 SerDes card to "DESIGNCORE® NVIDIA® JETSON AGX XAVIER FPD-LINK™ III INTERFACE CARD". Hardware I have now: 1> Jetson Xavier AGX installed with jetpack v5.0.2 2> DESIGNCORE® NVIDIA® JETSON AGX XAVIER FPD-LINK™…
0
votes
0 answers

How to install cuda on Jetson AGX Xavier?

We have a Nvidia Jetson NGX and our cuda installation broke after working for a while after accidentally updating "sudo apt update". We were not sure how to install cuda onto the jetson without reflashing it.
0
votes
0 answers

CSI-2 V4L2 driver programming

I am interested in porting a camera driver from one SOC(Pi) to another SOC(Jetson) which both run flavors of linux and have CSI-2 interfaces. I have the source code for the driver. I'm trying to understand how the CSI-2 interface works with respect…
FourierFlux
  • 439
  • 5
  • 13
0
votes
0 answers

v4l2 Camera Device Id keeps changing

I am trying to stream video with multiple cameras on the jetson nano. While streaming for longer period of time, one of the camera randomly kept freezing. So I check the available devices thinking there might be a connection problem but found the…
Enos jeba
  • 72
  • 1
  • 3
  • 10
0
votes
0 answers

How to connect a Docker container on a Jetson xavior agx and a Docker container on a linux machine using ethernet?

I am trying to communicate between two docker containers that are present on different machines(Jetson AGX and Linux PC). I want to do this via a ethernet cable. I have been able to ping the container on the Jetson from the container on the linux pc…
Sriram
  • 1
0
votes
0 answers

In agx xavir nvidia jetson started D-Bus Message

I reboot the nvidia Jetson, after reboot I got message Starting Login Service Started D-Bus system message Bus How can I set up the jetson now fully from initial or how can I debug this error? I am expecting to reboot completely from the initial…
0
votes
1 answer

Is it possible to access DJI Mavic's camera video and process it realtime on the external device?

I want to realtime process video that captures DJI Mavic using onboard NVidia Jetson module. Is it possible to use video data in external device? How to access it?
Robotex
  • 1,064
  • 6
  • 17
  • 41
0
votes
0 answers

Gridding in geospatial coordinates

I have a aerial camera's view on the ground that is defined by 4 corners in Lat/Long coordinates. In Python, what is the best way to generate a grid, say 100X100, inside this trapezoid defined by the 4 corners? Context: I am trying to get a fast…
0
votes
0 answers

Nvidia Jetson TX2 GUI is not loading after changing display manager to lightdm

Before, I was having an error in which the Nvidia Jetson boot was stuck on "Starting User Manager for UID 124..." (like here:…
James Chong
  • 371
  • 2
  • 16