A simple demo to estimate clothing size for a person using BodyPix
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.
cd into the demos folder:
Install dependencies:
npm install
To watch files for changes, and launch a dev server:
yarn watch