技术栈

jtop

Arnold-FY-Chen
3 小时前
jtop·jetson_stats
OrinX上安装jtopOrinX上采用sudo pip3 install git+https://github.com/rbonghi/jetson_stats.git 安装jetson_stats如果github网站不能访问或者OrinX上的python版本不够高,大概率会卡死等待不动。先科学上网把jetson_stats代码下载到OrinX本地,然后安装支持软件: sudo apt update sudo apt install python3-pip python3-setuptools -y 然后从本地代码安装: 1.
我是有底线的