<aside> 💡 Jetson Inference?

</aside>

GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.

없으면 설치(git, cmake) → 있으면 최신버전 업데이트해줌

sudo apt-get install git cmake

파이썬 최신버젼 설치

sudo apt-get install libpython3-dev python3-numpy

pc에서 인터넷 열고 구글에서 jetson inference 검색

jetson inference - Google Search

깃허브에서 주소 복사

젯슨나노 터미널에서

git clone --recursive <https://github.com/dusty-nv/jetson-inference.git>