You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This software application uses a person's webcam to segment the different parts of their body as different colors. The main dependency is the trained TensorflowJS model which this application is built upon.
How it works
First, the user's webcam is used to get the dimensions that would appropriately fit their screen. Next, these dimensions are set to those of a blank canvas that is then created with the set dimensions. After, the TensorflowJS model plots points on the user's body which is then used for body segmentation and color seperation.
Display
Here are some examples of the Body Segmentation.
Here is another example with more body parts.
Dependencies utilized
React(JSX & HTML/CSS components)
TensorflowJS(Model)
About
React based application that is able to segment the different parts of a human body according to color. This application is build using Tensorflow JS as its main dependency.