2022-06-08 17:26:03 +08:00
..
2022-06-08 17:13:36 +08:00
2022-06-08 17:13:36 +08:00
2022-06-08 17:13:36 +08:00
2022-06-08 17:13:36 +08:00
2022-06-08 17:13:36 +08:00
2022-06-08 17:26:03 +08:00
2022-06-08 17:13:36 +08:00
2022-06-08 17:13:36 +08:00
2022-06-08 17:13:36 +08:00
2022-06-08 17:13:36 +08:00
2022-06-08 17:13:36 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## GestureData 手势数据 v1.0
# 文件格式:
每个数据集npz文件包含
1个标签label手势标签整个数据集都是这一个标签
500组数据data每组数据是21*3即21个点的3维数据就是demo.py-find_position()中的lm.x, lm.y, lm.z
左右手区分handtype0为左手1为右手
画布大小shape一般都是720*1280对应demo.py-find_position()中的w, h。

# 注意事项:
1. 在使用之前建议先熟悉npz文件的读写与使用很简单的
2. 数据集shape类最后会保存一个[0, 0],其他都是正常的[720, 1280]
3. 左右手不建议使用,因为面向屏幕的手心手背就可以导致程序的误判。

# 更新说明:
1. 保存了0~9的手势。