From 4e4a9df06c4bcddd21500d96054fcc42b9b69694 Mon Sep 17 00:00:00 2001 From: "Eric.Lee2021" <305141918@qq.com> Date: Thu, 25 Mar 2021 02:06:53 +0800 Subject: [PATCH] update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3072a3..3d78f34 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,15 @@ ## 项目介绍 ### 项目1:手势交互项目(local 本地版本) -* 采用python多进程实现,100% python代码。 +* 开发语言:100% python代码。 +* 场景:目前demo开发的使用场景为桌面使用,相机视角为使用者上方往下照射。 +* 采用python多进程实现。 * 1、实现单手点击,即大拇指和食指捏合时认为点击。 * 2、实现双手配合点击选中目标区域。 * 3、基于第2点的功能,支持识别架构的拓展(目前没有加任何物体识别模型,后面会加上)。 * 4、实现基于IOU的手部跟踪。 * 5、支持语音拓展功能。 - ## 项目配置 ### 1、软件 * Python 3.7 -- GitLab