TELE SENSE

WORK

PoseNet is a machine learning model that is used for Real-time Human Pose Estimation. PoseNet can be used to estimate either a single pose or multiple poses, meaning there is a version of the algorithm that can detect only one person in an image/video and one version that can detect multiple persons in an image/video. It is a computer vision tenchique that can be used to detect the body posture by estimating joints of a body. This can be used in AR, animation and designing interactive games to make them more interesting.

The original PoseNet model was ported to TensorFlow.js by Dan Oved. Pose estimation has many uses, from interactive installations that react to the body to augmented reality, animation, fitness uses, and more.

There are a total of 17 keypoints that are used by this algorithm to estimate the post of a human body.

This model can also be used by considering different perpectives using mutiple camers so as to make the model more accurate.

Warning!!

This project is still a work in progress, and so we have linked a more accurate model on 'WEB' demo, which is made and controlled by peeps at Tensorflow.

17 key points


How it is being used vs How we aim to use it



TELE SENSE in Action!!

TELE SENSE utilises posenet to find the coordinates of finger joints, to create a 3 dimensional copy of hand which can be used to carry out medical activities like surgeries in remote locations in emergencies or in unavailability of local medical facilities.

As of now, we aim to use three cameras to process a three dimensional image of the objects. Initially, we are targetting to calibrate it for hand so as to simulate the actions, this can be used to carry out various task.

To use this application for medical purposes like surgery, we will need to keep a track of over 25 joints and the algorithm needs to be very strong. Thus it needs to undergo extensive training to get desired results. Another issue that we might encounter is processing data collected by the cameras to create 3 dimensional image that can be uderstood by the rootic hand present in the remote area.