Jetson Xavier NX Lesson 14: Face Recognition and Identification on NVIDIA Xavier NX

In this video lesson we show you how to train the NVIDIA Jetson Xavier NX to recognize faces, and then demonstrate finding those faces in a new unknown image.  We show step by step instruction in this easy to follow tutorial. We develop two python programs. The first one simply finds the faces in an unknown image, and the second program actually identifies the known faces. For your convenience, the code is included below.

Simple face detection Python code:

This next python program will learn faces, and then recognize them in new images.