Finger recognition

1. Purpose of the experiment

Finger recognition to drive the robot dog

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 DOGZILLA_Lite_class/5.AI Visual Recognition Course/14. Finger recognition and run FingerCtrl_USB.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 your fingers and display them.

image-2024112100002

Note: The computer screen displays the original picture and the recognition result, while the robot dog can only display the recognition result because the screen is too small.

4. Main source code analysis

The robot dog calls the detected finger model and displays the recognized finger gestures on the robot dog's screen and the computer's screen.