Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 462 Bytes

6_pose_estimation_training.md

File metadata and controls

19 lines (14 loc) · 462 Bytes

Demo For pose_estimation on Jetson Nano

download and install jetson-inference source

sudo apt-get update
sudo apt-get install git cmake libpython3-dev python3-numpy
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