This demo allows you to try out object detection on a couple of preset images using different base models.
cd into the demo/ folder:
cd coco-ssd/demoInstall dependencies:
yarnBuild the coco-ssd model locally which the demo depends on:
yarn build-depsLaunch a development server, and watch files for changes. This command will also automatically open the demo app in your browser.
yarn watchcd into the coco-ssd/demo folder:
cd coco-ssd/demoRebuild coco-ssd locally:
yarn build-depsStart the dev demo server:
yarn watchTo get future updates from the coco-ssd source code, just run yarn build-deps in the coco-ssd/demo
folder again.