Deploying Deep Learning
From ESS-WIKI
Linux Version
Ubuntu 18.04
L4T-R32.5.0
Build Deep Learning on Jeston
Reference : https://github.com/dusty-nv/jetson-inference/blob/L4T-R32.5.0/docs/building-repo-2.md
$ sudo apt-get update $ sudo apt-get install git cmake libpython3-dev python3-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