Questions tagged [nvidia-jetson-nano]

For questions specific to programming the NVIDIA "Jetson Nano" device. When using this tag also include the more generic [nvidia-jetson] tag. Please also tag the language you are coding in and the framework you are using for context.

290 questions
-1
votes
1 answer

Decrease in accuracy of TensorRt model (pytorch->onnx->TensorRT) on jetson nano

I am inferencing TensorRt model on jetson nano. It is converted from pytorch through onnx. At the time of inference, the accuracy of TensorRt model has decreased drastically. It is an object detection type model. link for…
-2
votes
1 answer

C++ with CUDA project in CMake gives error: nvlink fatal : Could not open input file 'CMakeFiles/MY_APP.dir/src/MY_APP.cpp.o' (target: sm_35)

Hello I was working on a C++ project, and had a cmake file that was working just fine, until I tried to add cuda into the C++ project. I am building this project on the NVIDIA Jetson Nano. I get this error while building: nvlink fatal : Could not…
user904542
  • 6,965
  • 5
  • 20
  • 28
-2
votes
3 answers

Can we use flutter with Jetson Nano?

I have an object detection tensorflow model running on Jetson Nano. I want to create a flutter App which controls this program on jetson Nano. Is it possible ? How can i do that? I mean, can we interface flutter with jetson nano?
Mary
  • 1
1 2 3
19
20