jetson Nano安装及编译jetson-inference

  • 两种下载方法:1.直接终端执行指令
git clone --recursive https://github.com/dusty-nv/jetson-inference

2.手动下载github

  • 编译
mkdir build
cd build
cmake ..
make -j4
sudo make install
sudo ldconfig
vim download-models.sh

你可能感兴趣的:(github,ubuntu)