dorcu

Nvidia Jetson Nano

Dec 4th, 2022
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get install git cmake libpython3-dev python-numpy
  3. git clone --recursive https://github.com/dusty-nv/jetson-inference
  4. cd jetson-inference
  5. mkdir build
  6. cd build
  7. cmake ../
  8. make -j$(nproc)
  9. sudo make install
  10. sudo ldconfig
Advertisement
Add Comment
Please, Sign In to add comment