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.
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!
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
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?
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....
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 😂
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?