nvidia-jetson Questions
4
I want to enable x11 forwarding on macOS connected to a Jetson Xavier nx. However, upon connecting:
sudo ssh -Xvvv id@host
The connection establishes successfully. But in the verbose logs, I'm get...
Maupassant asked 28/8, 2020 at 1:27
2
Can someone explain to me what is NHCW format? I am working with the Jenson Inference library and for object detection the first step is called "Pre-Process" and it converts the image to ...
Lovieloving asked 14/4, 2021 at 7:16
2
Solved
Is there a way to find the version of the currently installed JetPack on my NVIDIA Jetson Xavier AGX kit?
Male asked 24/5, 2022 at 7:49
4
I have a quantized tflite model that I'd like to benchmark for inference on a Nvidia Jetson Nano. I use tf.lite.Interpreter() method for inference. The process doesn't seem to run on the GPU as the...
Putput asked 23/7, 2019 at 19:9
2
I have tried to connect my Jetson Nano with TTL UART cable using minicom. When I typed
sudo minicom
It showed an error
minicom throwing an error minicom: cannot open /dev/modem: No such file or di...
Chesson asked 14/10, 2020 at 4:3
2
Solved
I am trying to speed up the segmentation model(unet-mobilenet-512x512). I converted my tensorflow model to tensorRT with FP16 precision mode. And the speed is lower than I expected.
Before the opti...
Silvertongued asked 7/2, 2021 at 12:20
3
If you aren't using a virtualenv, the cv2 module is imported successfully
nano@nano:~$ python3
Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credit...
Montanez asked 20/5, 2019 at 15:29
3
I have trained a convolutional neural network using Keras 2.2.4 on Nvidia Quadro board. I have saved the trained model in tow separate files: one file (model.json) that describes the architecture a...
Gamesmanship asked 6/11, 2018 at 21:51
0
I found that we can optimize the Tensorflow model in several ways. If I am mistaken, please tell me.
1- Using TF-TRT, This API developer by tensorflow and integreted TensoRT to Tensorflow an...
Kellerman asked 17/1, 2020 at 10:42
1
© 2022 - 2024 — McMap. All rights reserved.