The NVIDIA Jetson Nano is designed to build smart applications. With a GPU with 128 cores, the NVIDIA Jetson Nano can be used to perform machine learning computations. In this chapter, we will work with the Jetson Inference library.
Setting up Jetson Inference library
Performing classification
Performing live video from camera CSI
Locating objects with DetectNet
Introduction
The NVIDIA Jetson Nano can be used for machine learning computations. Some Python libraries are ...