Questions tagged [jetson-xavier]

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

75 questions
9
votes
2 answers

How to find the JetPack version of NVIDIA Jetson Device?

Is there a way to find the version of the currently installed JetPack on my NVIDIA Jetson Xavier AGX kit?
Pe Dro
  • 2,651
  • 3
  • 24
  • 44
5
votes
0 answers

ScatterND Plugin not found while converting onnx into tensorrt model

Able to convert pytorch model into onnx and validated onnx output with pytorch. it's working fine. But when I try to convert onnx into tensorrt engine, it fails at onnx parser and return this error. [TensorRT] ERROR: INVALID_ARGUMENT:…
sp_713
  • 51
  • 3
2
votes
0 answers

cc: error: unrecognized command line option ‘-msse2’

In Nvidia jetson Xavier, when cmake CudaSift nvidia@tegra-ubuntu:/usr/local/CudaSift-Maxwell/build$ make [ 14%] Building NVCC (Device) object CMakeFiles/cudasift.dir/cudasift_generated_matching.cu.o cc: error: unrecognized command line option…
Chx
  • 21
  • 1
2
votes
1 answer

tensorflow segmentation fault in Nvidia Xavier Jetson when trying to load model with memory growth enabled

I have a segmentation fault with a very specific code sequence and only on Xavier Jetson: import os import requests import tensorflow as tf # 1 print('SET MEMORY GROWTH') physical_devices =…
1
vote
0 answers

Failed building pytorch from source: "CMake Error at cmake/MiscCheck.cmake" "Could not run a simple program built with your compiler"

I am trying to build Pytorch from source following tutorial on Jetson: Jetson 5.0.2 GA os: Ubuntu 20.04.4 LTS focal cmake version: 3.16.3, installed along with ROS noetic. gcc: (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 The error occurred at the…
MsLate
  • 149
  • 2
  • 10
1
vote
0 answers

Can the Jetson NX use the perf tools (except perf in Linux) to check my code cache misses?

At first, Linux for Tegra doesn't support perf tool in Jetson NX, and I have tried using its JP-5.0.1 Driver Package Sources ,but it's still not working... So maybe there are other tools that can replace the linux perf tool to check the cache…
1
vote
1 answer

CPU and GPU Stress test for Nvidia Jetson Xavier (Ubuntu 18.04, Jetpack 4.6)

How can I make a simultaneous CPU and GPU stress test on Jetson Xavier machine (Ubuntu 18.04, Jetpack 4.6)? The only code found is https://github.com/JTHibbard/Xavier_AGX_Stress_Test with tough package incompatibility issues. It only works for…
1
vote
0 answers

Gstreamer warning: Failed to load plugin libgstcoreelemets.so

Undefined symbol: gst_type_find_helper_for_data_with_extension Platform: Jetson Xavier NX, gstreamer version:1.0
Meghna
  • 73
  • 2
  • 9
1
vote
0 answers

(V4L2: /dev/video0) can't open camera by index

I have an error on my algorithm with Jetson Xavier NX. I try to run code but terminal say that : [ WARN:0] global /home/arc/opencv_build/opencv/modules/videoio/src/cap_v4l.cpp (890) open VIDEOIO(V4L2:/dev/video0): can't open camera by…
1
vote
1 answer

Problem with QT QGraphicsView on Jetson Xavier

I am having a weird issue, and I'm not really sure where to start on figuring out the issue or even what to search for this. Hopefully someone will have seen this before and can help! I have created a QT application in QTCreator/C++. I developed the…
Jeremy
  • 43
  • 4
1
vote
1 answer

Enabling and working with Jetson GPIO Pins with Python

I want to use GPIO of Jetson Xavier AGX. I followed all the procedures mentioned below to run the GPIO pins but I am not able to run it. What can be the issue? What am I missing or doing wrong? The procedure I followed is as shown below: 1.…
Imran
  • 775
  • 7
  • 19
1
vote
0 answers

Error importing ONNX on Jetson AGX Xavier

I am using ONNX for the first time in conjunction with YOLO according to this guide on Github. Every time I try to run a piece of code that imports ONNX, I get this error: Traceback (most recent call last): File "", line 1, in
ab123
  • 357
  • 4
  • 17
1
vote
1 answer

Slow loading time - EfficientDet D2

I am loading a Tensorflow 2 version of EfficientDet D2 (http://download.tensorflow.org/models/object_detection/tf2/20200711/efficientdet_d2_coco17_tpu-32.tar.gz) using a Jetson AGX Xavier. I run the following script: #!/usr/bin/python3 import…
Araw
  • 2,410
  • 3
  • 29
  • 57
1
vote
0 answers

Tensorflow error while running segmentation

I am using a Jetson Xavier NX to run segmentation as created by [Segmentation][1]. These are the versions of the libraries I am using tensorflow - 1.15.4 keras - 2.1.5 python - 3.6.9 However when i run my program, I am getting the following…
1
vote
1 answer

Building Tensorflow on Jetson Xavier fails to find CUDA

I'm trying to compile the tensorflow 2.3 C API for Xavier in a docker image. I'm using this as the base docker image which seems to have the correct version of CUDA installed, but the build fails with the following message: ERROR: no such package…
Hugo Burd
  • 301
  • 1
  • 4
  • 12
1
2 3 4 5