Category Archives: Jetson Nano

AI on the Jetson Nano LESSON 50: Introduction to Deep Learning and Deep Neural Networks

In this video we introduce key concepts in the area of Machine Learning, Deep Neural Networks, and Deep Learning. We use the code below to demonstrate a simple image recognition capability.

 

AI on the Jetson Nano Lesson 46: Synchronizing Multiple Cameras with OpenCV

In this lesson we learn how to use Python Classes, Methods and Threading to run two cameras in OpenCV without latency or synchronization problems.  Below we include the code developed in the video above.

 

AI on the Jetson Nano LESSON 42: Recognizing and Identifying Faces from Live Video on OpenCV

In this video lesson we show how to recognize and identify faces in live video on the Jestson Nano using OpenCV.  We have a separate program that trains the system based on known faces, and this work was described in an earlier lesson in this series. Below is a copy of the code we develop in the video above.

 

AI on the Jetson Nano LESSON 40: Training Facial Recognition Models in OpenCV

In this lesson we learn to make training our AI Facial Recognition system simpler and more automated.

 

AI on the Jetson Nano LESSON 32: Tracking an Object with Servos in OpenCV

In this lesson we actively track an object using the Jetson Nano, pan/tilt servos, and OpenCV. In order for this code to work, you need to first set up your servos, as explained in Lesson 31 on youtube. Make sure to follow the instructions on that lesson before trying to do this one, as that will show you how to get your servos connected and set up.