Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt-get update
- sudo apt-get install git cmake libpython3-dev python-numpy
- git clone --recursive https://github.com/dusty-nv/jetson-inference
- cd jetson-inference
- mkdir build
- cd build
- cmake ../
- make -j$(nproc)
- sudo make install
- sudo ldconfig
Advertisement
Add Comment
Please, Sign In to add comment