-
Hi, trying to run the instructions to install dependencies and run the ros2_jetson_stats node in eloquent but facing the following error during rosdep install:
```
Error(s) in package '/home/.../ros…
-
Hi, I have no internet connection on my Nvidia Jetson Nx board so I have tried to install jetson-stat using setup.py script with the following command `sudo python3 setup.py install` I attached the e…
-
Hi, I am running a Jetson Xavier NX (Jetpack 5.0). When I launch jtop I can not see power consumption (I could see these stats with Jetpack 4.6 for example). Do you recommend me re-installing jtop?
!…
-
When jtop is started with a custom single-cpu power model (other cores deactivated) it will crash when changing to the CPU pane. It seems to be an edge case not handled correctly. I'm pretty sure it c…
-
Hi,
After updating jetson-stats to the latest version using commands:
sudo -H pip install -U jetson-stats Or
sudo -H pip3 install -U jetson-stats. I am getting issues, in one of mine nvidia je…
-
I'm trying to get the temperature data within a python script.
I tried out the following:
```python
import jtop
stats_obj = jtop.jtop()
stats_obj.temperature() # Throws Key Error
```
Is it ev…
-
When I try to update the Jetson stats on the Jetson nano, I will be prompted with an error when using jtop, ModuleNotFoundError: no module named '_ What should I do
error logs:
Traceback (most rec…
-
Hi Dusty,
I can't stop having the same problem every time I follow the example:
imagenet --model=models/cat_dog/resnet18.onnx --labels=data/cat_dog/labels.txt --input_blob=input_0 --output_blob=out…
-
I've just bought myself a shiny 4Gb Jetson Nano and am so far very impressed with it. I thought I would run through the SSD MobileNet retraining demo on it.
However when I first tried it I got the…
-
Jetson Nano 4GB
`
jetson@nano:~$ jtop
Traceback (most recent call last):
File "/usr/local/bin/jtop", line 11, in
load_entry_point('jetson-stats==3.1.0', 'console_scripts', 'jtop')()
F…