Deploying Deep Learning

From ESS-WIKI
Revision as of 03:59, 13 October 2022 by Ray.su (talk | contribs)
Jump to: navigation, search

Linux Version

Ubuntu 18.04
L4T-R32.5.0

Build Deep Learning on Jeston

$ 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