Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJingyao07 authored Aug 19, 2022
1 parent 118832d commit 049c258
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Plan B_ USE CVZONE/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## How to use

The file is a gesture recognition using the open source library CVzone, you can install the library directly and run it.

`pip install cvzone`

`python main.py`

This library can directly detect the skeletal points of human hands, and we can print commands by setting the desired gesture key point position, number, etc.

Other codes in this folder are the optimization process of gesture recognition, you can take a look, well... if interested.


## 如何使用

该文件为使用开源库CVzone进行的手势识别,可直接安装库后进行运行使用。

`pip install cvzone`

`python main.py`

该库可以直接检测人双手的骨骼点,我们可以通过设置所希望的手势关键点位置、数量等来进行指令打印。该文件夹中其他代码为手势识别的优化过程,感兴趣可一看。

0 comments on commit 049c258

Please sign in to comment.