ecraft2learn / ai

AI extensions of Snap! created by the eCraft2Learn project
https://ecraft2learn.github.io/ai/
Other
26 stars 12 forks source link

A generic vision support iframe #125

Closed ToonTalk closed 2 years ago

ToonTalk commented 2 years ago

Could have a single page for hand, face (2d and 3d), poses, etc that loads the needed libraries upon demand. It can serve many messages and a single block can access them all (but of course specialized blocks will be there for user friendliness). Options can be an association list so easy to expand over time.

Useful pages: https://github.com/tensorflow/tfjs-models/tree/master/face-detection/src/mediapipe https://github.com/tensorflow/tfjs-models/tree/master/face-detection/src/tfjs https://github.com/tensorflow/tfjs-models/tree/master/face-detection https://selvamsubbiah.com/mediapipe-facemesh-in-tensorflow-js/ https://github.com/tensorflow/tfjs-models/tree/master/hand-pose-detection https://github.com/tensorflow/tfjs-models/tree/master/face-landmarks-detection#example-code-and-demos https://github.com/tensorflow/tfjs-models/tree/master/pose-detection

ToonTalk commented 2 years ago

And possibly https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene

ToonTalk commented 2 years ago

And note that segmentation now has 3 "kinds"

ToonTalk commented 2 years ago

https://blog.tensorflow.org/2022/01/body-segmentation.html

ToonTalk commented 2 years ago

Done.