Hand Pose Detection with ml5.js

  Рет қаралды 27,239

The Coding Train

The Coding Train

Күн бұрын

Пікірлер: 49
@nicolaswinck9562
@nicolaswinck9562 3 ай бұрын
as soon as the video started, I immediately set hand.thumb_tip y value to the highest possible. awesome coding and explaining as always, sir!
@mycodingshow
@mycodingshow 2 ай бұрын
What an honor to be featured in your video! 🥰 Thank you so very much, Dan!!
@Linuxdirk
@Linuxdirk 3 ай бұрын
I love, how unbelievable good video tracking got. Even with simple solutions like this, it's perfectly fine for most use cases.
@Jianju69
@Jianju69 3 ай бұрын
Once we could start using ML, it all jumped ahead a bunch.
@ciderkin-l6d
@ciderkin-l6d 3 ай бұрын
It was interesting as always. My best part is where you introduce how this could be used in various ways.
@peymanx
@peymanx 2 ай бұрын
Specially Emoji Detection: 👍/👎
@stealthypirate318
@stealthypirate318 2 ай бұрын
You're the teacher I look forward to watching. Thank you for all your help and fun, its always been awesome.
@HiHi-iu8gf
@HiHi-iu8gf 3 ай бұрын
really fun stuff! i used to follow coding train videos really closely years back, fantastic to see you've still got it haha :) i was actually reading through a random old blog post on web archive, and it linked to the processing page from back in like 2017, and i saw you in the thumbnail on the front page - gave me the idea to come back to see how things were goin' & glad i did!
@webdevstory
@webdevstory 3 ай бұрын
As always well explained and easy to follow. Loved it.
@MiguelRodriguez-gs3pi
@MiguelRodriguez-gs3pi 3 ай бұрын
Never clicked a video faster. Pd: I'm really enjoying the nature of code book!!! Thank you so much
@stephanpaquet
@stephanpaquet 2 ай бұрын
You guy is so creative !
@peymanx
@peymanx 2 ай бұрын
Daniel new video notification: just like new episode of your favorite series; Netflix of programming world
@zackarysemancik5491
@zackarysemancik5491 3 ай бұрын
For the next one, would be cool if the drawn dots change in size with the confidence (larger dots to cover more area when less confident) to see it a bit more visually I suppose this only makes sense if the points have their own confidence though lol
@polojuninho
@polojuninho 3 ай бұрын
I'm loving this! What a great t8me to be alive 🎉
@DarylJewkes
@DarylJewkes 3 ай бұрын
Surprise Dan video for an otherwise dull Tuesday!!
@yarcowang
@yarcowang 3 ай бұрын
Awesome and incredible!
@madplayer5
@madplayer5 2 ай бұрын
Cool!
@LawZist
@LawZist 3 ай бұрын
You are awesome
@ganapathysubramaniam
@ganapathysubramaniam 3 ай бұрын
Incredible!
@uuu12343
@uuu12343 3 ай бұрын
Oh hey, its the Kinect!
@minijimi
@minijimi 3 ай бұрын
Great Job Dan. This is great technology and could potentially make the mouse and keyboard a thing of the past. Have the computer operating system read your hand gestures to control the computer maybe?
@Doverma
@Doverma 2 ай бұрын
Please, please, please, use your great knowledge in this area, and hire or work alongside a person who knows how to use sign language to translate live from hand (sign language) to voice, and make a Zoom or Skype type web application, which incorporates this technology and allows mute or deaf people, whether by birth or due to imposed reasons (cancer, etc.) to communicate fluidly with everyone. This would be an immense help, practically incalculable for all the people who have these barriers in their daily lives. Thanks for your amazing work!!
@Bellacrazy74
@Bellacrazy74 2 ай бұрын
It is great! I am interested if I could sign a language like that!
@tolkienfan1972
@tolkienfan1972 3 ай бұрын
Nice
@smallbluemachine
@smallbluemachine 3 ай бұрын
Wow your camera image is fantastic and there's no latency or stutter as it overlays the pose. Do you have lots of lighting or what?
@richarddecosta
@richarddecosta 3 ай бұрын
Can we track body AND hands at the same time?
@jaobillionaire
@jaobillionaire 3 ай бұрын
@@richarddecosta that should be possible, just create variables to hold the body and hand tracker.
@helium73
@helium73 Ай бұрын
Is there any way to use this library to create images or enhance them?
@chrismanning5232
@chrismanning5232 3 ай бұрын
nit: for (const someItem of someArray) does not need a preceding length check, it just won't do anything if length === 0
@ChasLiu21
@ChasLiu21 2 ай бұрын
😊
@drtechlover
@drtechlover 3 ай бұрын
You are really a Diamond 💎 for Advanced Webdevlopment I am very lucky to found you sir ❤ I am using Your ideas and Secret Models in my project is looking like future 😂 generation website.
@theman7050
@theman7050 Ай бұрын
I saw SARRR and immediately knew, CRINGE MAN.
@cruzeirocrivellari
@cruzeirocrivellari 2 ай бұрын
It can identify more than 1 person? For ex. 3 people on cam, and it identify 2 doing thumb up and one thumb down
@planktonfun1
@planktonfun1 3 ай бұрын
I did a lot of prototype for this before AI was cool
@DGronki
@DGronki 3 ай бұрын
In far galaxy long ago I wrote old computer vision algorithms in opencv before this AI boom and everything works fine. Interesting which method is less cpu/gpu intensive and precise....
@TheCodingTrain
@TheCodingTrain 3 ай бұрын
Me tooo!!!!
@farazk9729
@farazk9729 2 ай бұрын
Maestro, any code to detect what went wrong on Nov 5? 😢
@cheako91155
@cheako91155 3 ай бұрын
I tried to write an OBS plugin or a userspace v4l app using ml5.js, but it really feels like they want some browser only DRM... but also they want source available, it's really confusing. How can I use these models in my x86_64 rust application/libraries?
@flashbond
@flashbond 3 ай бұрын
I am asking to community and it's a general question. Let's say I have three objects and I need to track their positions relative to each other. Should it be an array property in object class like neighbourProximities oorrr a completely seperate array? Keeping a seperate array looks more effcient to me in terms of memory because I'll have only 3 values in array. On the other hand I'll have 2 values in each object which will result in 2×3. And most of them going to be the same. I decided to use seperate array thanks for me for the answer 😂
@samuelcano5820
@samuelcano5820 3 ай бұрын
I gotta do the emoji one, pls ppl remember me this :)
@mickehog76
@mickehog76 3 ай бұрын
You are so handsome 😊
@TaigiTWeseDiplomat--Formosan
@TaigiTWeseDiplomat--Formosan 2 ай бұрын
0.0
@jaobillionaire
@jaobillionaire 3 ай бұрын
Sign language translator
@BeenThrDunThat
@BeenThrDunThat 3 ай бұрын
Was thinking the same. Could convert into AI voice for those that can't sign.
@jaobillionaire
@jaobillionaire 3 ай бұрын
@BeenThrDunThat you even thought one step ahead of me with the voice thingy... I was only thinking sign to text.
@BeenThrDunThat
@BeenThrDunThat 3 ай бұрын
@@jaobillionaire honestly that alone would be valuable. If you have the ambition I'd say go for it!
@sadikdev
@sadikdev 3 ай бұрын
[0,0,1,0,0] 🤪
Face Mesh Detection with ml5.js
31:46
The Coding Train
Рет қаралды 23 М.
Coding Challenge 181: Weighted Voronoi Stippling
28:59
The Coding Train
Рет қаралды 182 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
A simple procedural animation technique
8:31
argonaut
Рет қаралды 561 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 237 М.
A Strange Map Projection (Euler Spiral) - Numberphile
12:55
Numberphile
Рет қаралды 1,3 МЛН
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Hyperplexed
Рет қаралды 1,9 МЛН
Wave Function Collapse: Overlapping Model
1:32:09
The Coding Train
Рет қаралды 32 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 34 М.
Pose Estimation with ml5.js
21:26
The Coding Train
Рет қаралды 28 М.
Coding Challenge #139: Calculating Digits of Pi with Collisions
31:42
The Coding Train
Рет қаралды 413 М.
Collisions Without a Physics Library! (Coding Challenge 184)
31:05
The Coding Train
Рет қаралды 138 М.
The Midpoint Circle Algorithm Explained Step by Step
13:33
NoBS Code
Рет қаралды 171 М.