Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 437 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 437 Bytes

Gesture_Recognition

This project can recognize the gesture of the number of 0~5 by using Google's mediapipe.

该项目通过判断有几个手指打开来获得数字结果。fingercount_image.py对输入图像进行手势识别,fingercount_video.py会调用电脑摄像头进行手势识别,fingers文件夹里给出了0~5的6张样例图片。

运行代码之前,需要配置mediapipe,运行pip3 install mediapipe即可。