Face Detection

1. Purpose of the experiment

Drive the robot dog's face detection, mark the recognized face and display the recognition degree

2. Experimental path source code

Enter the robot dog system, end the robot dog program, enter "ip (ip is the robot dog's ip): 8888" in the browser, enter the password "yahboom" and log in. Enter the path of cd ~/DOGZILLA_Lite_class/5.AI Visual Recognition Course/09. Face detection and run Face_detection.ipynb .

Or enter the command in the terminal to directly start the Python script

3. Experimental Phenomenon

After running the source code, you can see that the robot dog can detect faces and select them.

image-2024112100002

4. Main source code analysis

The robot dog calls the detected face model, selects the recognized face results, and displays the recognition rate.