Questions tagged [jetson-xavier]

The NVIDIA Jetson AGX Xavier is an AI computer for autonomous machines.

75 questions
1
vote
0 answers

YOLOv4 on tensorRT INVALID_ARGUMENT: Cannot find binding of given name: nmsed_classes

I have an issue while trying to run my code based on yolov4.engine that I generated from my onnx file, and I get this error: [E] [TRT] INVALID_ARGUMENT: Cannot find binding of given name: num_detections [E] [TRT] INVALID_ARGUMENT: Cannot find…
1
vote
1 answer

Cannot capture video using OpenCV in python in Jetson Xavier

I am trying to read the camera image on Jetson Xavier (ubuntu 18). I am facing a problem. When I run the following code it gives a warning and gives a black (full) image. [ WARN:0] global…
Imran
  • 775
  • 7
  • 19
1
vote
0 answers

Jetson xavier NX with buzzer

I'm trying to connect a buzzer to jetson xavier NX through Jetson.GPIO library in python, I tried a lot and I couldn't seem to get it right, I also made a lot of research about this and couldn't find any useful information. Can you help me? I'm…
1
vote
0 answers

Memory issue while trying to convert it to tensorrt or tflite

I succesfull converted the .weight file to .tf file, then i used the convert_trt.py scirpt which indeed is getting killed after a 2 mins wait. I use a Jetson Xavier nx, Cuda 10.2. Error log: .. .. . 2020-08-22 15:31:22.362558: I…
Sai Krishnadas
  • 2,863
  • 9
  • 36
  • 69
1
vote
0 answers

Is there a way to cross-compile tensorflow-2 for nvidia jetson boards (AGX, TX2)

I found a guide for compiling tensorflow-1.5 with CUDA support for TX1, https://jany.st/post/2018-02-05-cross-compiling-tensorflow-for-jetson-tx1-with-bazel.html Is there a way to do the same for tf-2? I want to install a fork of tf-2 on my AGX…
1
vote
1 answer

Run Nvidia-docker on Jetson nano and jetson xavier for deep learning framework like tensorflow

I am currently trying to run Nvidia-docker on Jetson Xavier and jetson nano with the Tensorflow framework enabled inside. but the problem I’m facing right now is related to “libcublas.so”. What I had tried the solution mentioned…
0
votes
1 answer

importing tensorrt gives module not found error

The import of tenosrrt gives an error of module not found. Here are some commands I ran on my terminal. I am working on jetson xavier nx developer tool kit. Tensorrt is installed by default with jetpack flash Python version:3.8 tensorrt version:…
0
votes
0 answers

"Configuring incomplete, errors occurred!" when trying to build OpenCV on Jetson Xavier NX

I am facing an issue while building OpenCV on my Jetson Xavier NX. I encountered the error : "Configuring incomplete, errors occurred!" and I can't figure out what the origin of this error is. I was trying to build OpenCV with CUDA support, by…
0
votes
0 answers

Kernel panic when writing to I2S register

I am writing a very simple test driver (as a Linux kernel module) for an I2S peripheral for a Jetson AGX Xavier kit. Essentially, my test driver code performs an ioremap on the I2S base physical address, and tries to read a specific offset as…
0
votes
0 answers

Python binding send RTP

setup: • Hardware Platform:Jetson Xavier NX • DeepStream Version: 6.1 • JetPack Version: 5.0.1 DP • TensorRT Version: 8.4.0.11 • Issue Type( questions) Hi folks, I run some Python script on my Jetson Xavier that captures the h264 stream and…
0
votes
1 answer

Can't open video saved on jetson xavier using OpenCV video writer

I possess a Jetson Xavier, and I'm able to access the camera through dev/video0 or GStreamer. However, when I try to save the video in AVI or MP4 formats, I'm unable to open it. Based on the video size, which is around 10-12 MB, I believe it should…
M.Akyuzlu
  • 185
  • 2
  • 13
0
votes
0 answers

in jetson i am getting this error ValueError: Channel 214 is invalid. i am using 214 PIN (FORCE_RECOVERY PIN)

"I have set up a task on my Jetson device, where if someone presses the "FORCE RECOVERY" button for 15 seconds, the device will automatically recover. The pin number for the FORCE RECOVERY button is documented as pin 214, and I have used the…
0
votes
0 answers

minimal custom rootfs instead of sample one

This is a generic question for a specific platform: I wish to do a small "project" for learning purposes. I want to build my own minimal custom rootfs for the Nvidia Xavier NX platform instead of using the sample rootfs supplied by them. This is my…
hutcruchi
  • 3
  • 4
0
votes
0 answers

Jetson AGX Xavier Tensorflow-gpu not installed

I want to use tensorflow with Jetson AGX Xavier and CUDA I installed OS and CUDA 10.2 using JETPACK 4.6.3 I tried below command and output was : pip install tensorflow-gpu Please install "tensorflow" instead. So I did just 'pip install tensorflow'…
0
votes
1 answer

Install VSCode on jetsonNX

I want to install the latest arm version of VSCode on jetsonNX with jetpack5.1, but after installation, VSCode cannot run and no response. I checked the system-monitor and there are VSCode components running.