From f619f555facf0b5572239500ae7e4d3930207c5b Mon Sep 17 00:00:00 2001 From: xidist <60904107+xidist@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:09:12 -0500 Subject: [PATCH 1/4] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 98f6991..5e8f141 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +# work + +# 1. brief demo +training the model to recognize glasses wearing glasses vs not wearing glasses + +model sharable link: https://teachablemachine.withgoogle.com/models/SbbYTuWnK/ + +# 2. gesture recognition +peace signs + + +--- # lab07-machine-learning 1. Create a brief demo with Teachable Machine From 334c7a72a5b28d49b565a3d59aa759ce9a78e874 Mon Sep 17 00:00:00 2001 From: xidist <60904107+xidist@users.noreply.github.com> Date: Wed, 25 Jan 2023 19:18:09 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e8f141..dfca6fa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ training the model to recognize glasses wearing glasses vs not wearing glasses model sharable link: https://teachablemachine.withgoogle.com/models/SbbYTuWnK/ +![06b94589e48b81d5ea9d91cf61ea2979](https://user-images.githubusercontent.com/60904107/214723545-88582ccf-0853-4aaa-b771-01d762db204f.gif) + + # 2. gesture recognition peace signs From b36bb1de0f834cd0a92c8f11fe07cbcb60064454 Mon Sep 17 00:00:00 2001 From: xidist <60904107+xidist@users.noreply.github.com> Date: Wed, 25 Jan 2023 19:22:33 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dfca6fa..a9dc74a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ training the model to recognize glasses wearing glasses vs not wearing glasses model sharable link: https://teachablemachine.withgoogle.com/models/SbbYTuWnK/ +(ignore the text under "Teachable Machine". I forgot to edit the index.html) + ![06b94589e48b81d5ea9d91cf61ea2979](https://user-images.githubusercontent.com/60904107/214723545-88582ccf-0853-4aaa-b771-01d762db204f.gif) From bb2d28e7b945532fddb52dba8dee60dfb8e2effe Mon Sep 17 00:00:00 2001 From: xidist <60904107+xidist@users.noreply.github.com> Date: Wed, 25 Jan 2023 19:49:05 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9dc74a..ffb0114 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,16 @@ model sharable link: https://teachablemachine.withgoogle.com/models/SbbYTuWnK/ # 2. gesture recognition -peace signs +middle finger + +as the middle finger extends the footage becomes colored. when it is closed it is gray. + +![a1d109db309d00128a549c2fa454c918](https://user-images.githubusercontent.com/60904107/214728961-722b0d39-320d-4695-a251-977def48c6e5.gif) + +As you can see on line 39, the distance bwtween the middle finger mcp and middle finger tip is taken. + +then on line 50 we apply a filter if a threshold is met +![Screenshot 2023-01-25 at 7 47 54 PM](https://user-images.githubusercontent.com/60904107/214729194-7e106eae-2fc9-4465-ad7d-8e44bb937f90.png) ---