From 44140910b0f9fe9f98b00bfe07994d47efb934fe 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 17:57:40 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec12a0..f44070d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # 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. \ No newline at end of file +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. + +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 + +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. -- GitLab