Our objective is to train a deep neural network able to recognize hands' movement and provide a real time 3D recostruction of it.
For more information click on 'Learn more' in the navigation bar above.
In every machine learning project data are a core component, so this website was designed with the purpose to collect as many data as possible.
In the next page you will be asked to arrange a set of points on a picture representing one or more hands in order to create a skeleton of their juctions (more details will be provided to you later on).
The first step of each machine learning project is to find a data set. This is the aim of this website: we shot several videos with a special camera in order to have many frames (i.e. the pictures proposed in this website) to be labeled. In our case the labels are all the junctions of the hand(s) showed in the pictures. These are required in order to train our deep neural network.
To train the neural network we need to focus the attention on the area of each picture where hands are present. So we need to compute the bounding box of each sample picture.
Finally we can train our neural network with the huge amount of data collected thanks to this website.
In the final step we plan to show a 3D real-time reconstruction of hands movement.