From 40ef819a427803a2563b88f2e16aad9e53c71be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B0=EC=B0=AC=ED=9D=AC?= <cksgml3604@ajou.ac.kr> Date: Sat, 27 Nov 2021 18:09:23 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f44070d..92bca64 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # UI using Gesture Recognition -By using Gesture Recognition and Fingertip Detection model, we propose an input application and algorithm that can be practically used by overcoming the limitations of the learned keypoints. +By using Gesture Recognition and Fingertip Detection model, we propose an UI and algorithm that can be practically used by overcoming the limitations of the learned keypoints. The following model was used in the study. The model is a unified CNN algorithm that simultaneously performs hand gesture recognition and fingertip detection. https://github.com/MahmudulAlam/Unified-Gesture-and-Fingertip-Detection @@ -8,4 +8,4 @@ https://github.com/MahmudulAlam/Unified-Gesture-and-Fingertip-Detection How to use this study 1) Go to the model's github and download it according to the instructions. 2) Download actgui.py, realTime.py, and realtimeUI.py of this study and put it in the location of real-time.py. -4) Execute realtimeUI.py. +3) Execute realtimeUI.py. -- GitLab