/body-measure

A simple demo to estimate clothing size for a person using BodyPix

Primary LanguageJavaScript

Body Measure

A simple demo to estimate clothing size for a person using BodyPix

Contents

The demo shows how to estimate segmentation in real-time from a webcam video stream and predicts shoulder distance. Be at a distance almost 1 feet (preferably) for calibration.

Setup

cd into the demos folder:

Install dependencies:

npm install

To watch files for changes, and launch a dev server:

yarn watch