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
1 answer

Tensorflow object detection api training error "TypeError: Input 'y' of 'Mul' Op has type float32

EDIT2 Ok so far i have tried with python3.5 -tf 1.10 and python 2.7 tf 1.10 I m still getting this error Traceback (most recent call last): File "object_detection/model_main.py", line 101, in tf.app.run() File…
0
votes
1 answer

Nvidia digits on TX2 Error code 1

I am new to Digits and TX2. I am trying to create object detection model using the tutorial from: https://github.com/dusty-nv/jetson-inference I created dataset sucessfully. The issue is with the model While creating a model, I am getting the…
0
votes
1 answer

Latest TensorFlow on Nvidia Jetson TX1

I'm currently trying to run TensorFlow on Nvidia's Jetson Tegra TX1 (running Ubuntu 16.04). On a usual Ubuntu 16.04 the installation of TensorFlow is as easy as pip install tensorflow. But due to the TX1's arm64 (aka aarch64) hardware architecture,…
Sparkofska
  • 1,280
  • 2
  • 11
  • 34
0
votes
2 answers

unrecognised command line option '-m64' in NVIDIA Jetson TX2

I am using an NVIDIA Jetson TX2. I am trying to generate an ".so" file using "make" for the DynamixelSDK. But I am getting this Error: mkdir -p ./.objects/ gcc -O2 -O3 -DLINUX -D_GNU_SOURCE -Wall -c -I../../include/dynamixel_sdk -m64 -fPIC -g -c…
Eshita Shukla
  • 791
  • 1
  • 8
  • 30
0
votes
1 answer

ROS: Access to sensor data from Jetson board

I dont know if someone can help me here. I also asked in the ros forum. So here is my problem: Im working on a project and im a very beginner of ROS. I have a sensor which calculates the distance between two decanodes (range). The name of these two…
user10011764
0
votes
1 answer

NVIDIA Jetson does not recognize EasyCap USB Camera

It used to be that I could easily get USB camera input to Jetson TX2 but somehow the same method and code does not seem to be working and I have no clue what the reason might be. First, I try the Ubuntu USB cam command $ cheese It does not…
Melih Dal
  • 393
  • 4
  • 12
0
votes
1 answer

Which object detection pre-trained models are available and convertible with TensorRT?

I'm looking into converting a pre-trained object detection model with TensorRT to try it out on my NVIDIA Jetson TX2 but every model I find has layers that are not yet supported by TensorRT. So far I tried SSD with MobileNet and Faster R-CNN but…
0
votes
0 answers

C++ Compilation Issue, template argument 2 is invalid

I have a rather large code base. It is all here https://github.com/mpkuse/nap/tree/master-desktop/src It is actually a ros package which has to be compiled with catkin_make which is an layer over cmake. My code base compiles fine on my…
mkuse
  • 2,250
  • 4
  • 32
  • 61
0
votes
2 answers

Communication from Jetson TX2 to PC

I have a Jetson TX2 running a machine vision algorithm, and I'd like to communicate the output from this board to a Windows 10 PC in some way. The data being sent is tiny - on the scale of a vector of ~100 floats at worst, and the refresh rate I…
user971889
  • 215
  • 2
  • 8
0
votes
1 answer

Opencv: same capture code gives low FPS on a high-end laptop and high FPS on a TX1

I am unexpectedly getting a very low FPS (~16 fps) while capturing from the internal webcam (1280x720 @ 30fps) of a recent Dell XPS 9560. This is the trivial code I'm using ( python3, OpenCV 3.4.0 ) import cv2, time cam =…
benelgiac
  • 941
  • 6
  • 10
0
votes
0 answers

avr-g++ error when NVIDIA jetson TX2 running Ubuntu connecting to Arduino board

I am working on the autonomous driving system of a university-made Mars rover with ROS. I am trying to communicate NVIDIA jetson (master system) with Arduino (slave system) to control ESC that is connected with a motor with platformio through USB.…
0
votes
1 answer

Jetson toolchain folder structure and libgomp linker error when cross-compiling

So I'm using NVIDIA's Jetson toolchain in a Docker container. The toolchain seems to have a folder structure like this: gcc-4.8.5-aarch64 install aarch-unknown-linux-gnu bin include lib …
juzzlin
  • 45,029
  • 5
  • 38
  • 50
0
votes
1 answer

FLTK Fl_Box won't change its image()

I'm trying to change the image being displayed in an Fl_Box. static Fl_RGB_Image *greenRgb; static Fl_RGB_Image *redRgb; static Fl_RGB_Image *blackRgb; Fl_Box *makeTristate(char const *name) { Fl_Box *ret = new Fl_Box(0, 0, 300, 32, name); …
Jon Watte
  • 6,579
  • 4
  • 53
  • 63
-1
votes
0 answers

How to delete, add and mount SWAP files?

So I got SWAP file list like this on my Jetson Nano Linux for Tegra (L4T): My swap files How to delete the /swapfile partition? And I just made a 3 GB partition of swap, is that a correct way? If yes, how to enable it? It looks like the 3 GB SWAP…
Rafli_067
  • 1
  • 2
-1
votes
0 answers

cc1plus: error: unknown value 'ivybridge' for '-march' when compiling tensoflow_cc

I'm trying to install tensorflow_cc on an Nvidia jetson agx xavier with jetpack 4.1 (Ubuntu 18.04). But I get errors when compiling. My Problem is always when I use make I get this error message: It seems that it has something to do with the AMD…
1 2 3
26
27