IA Machine Learning for Kids

Reconocimiento facial


This model can be used to recognize your face in the video feed from your webcam.

It gives you blocks that will find the x,y coordinates of your eyes, nose and mouth.


The technique this uses is called an SSD (which stands for Single Shot Multibox Detector) and is based on MobileNet (a ML model designed for mobile devices, so it doesn't need much computing power).

The training data used for this model came from a set known as WIDER FACE.


https://machinelearningforkids.co.uk/#!/pretrained

Pose detection 

This model can be used to recognize your pose in the video feed from your webcam.

It gives you blocks that will find the x,y coordinates of different parts of your body, like shoulders, elbows, wrists, knees, and ankles.

This uses a bottom-up technique - looking for human body key points (like shoulders, elbows, knees, etc.) and then grouping them to identify a person and the pose that they're in.

The training data used for this model came from a set known as Common Objects in Context (COCO).

For more information, including a description of some of the challenges and potential issues with the model, see the model card.

https://machinelearningforkids.co.uk/#!/pretrained

User - password

PICTOBLOX

2° PERIODO