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/demo
Install dependencies:
yarn
Build the coco-ssd model locally which the demo depends on:
yarn build-deps
Launch a development server, and watch files for changes. This command will also automatically open the demo app in your browser.
yarn watch
cd
into the coco-ssd/demo folder:
cd coco-ssd/demo
Rebuild coco-ssd locally:
yarn build-deps
Start the dev demo server:
yarn watch
To get future updates from the coco-ssd
source code, just run yarn build-deps
in the coco-ssd/demo
folder again.