git clone --recursive --depth=1 https://github.com/dusty-nv/jetson-inference
cd jetson-inference
docker/run.sh
Follow the instructions below or run the script install_jetson-inference.sh
in the scripts
directory.
sudo apt-get update
sudo apt-get install -y git cmake libpython3-dev python3-numpy
cd /media/sdcard
git clone --recursive --depth=1 https://github.com/dusty-nv/jetson-inference
cd jetson-inference
mkdir build
cd build
cmake ../
make -j$(nproc)
sudo make install
sudo ldconfig