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:
yarnLaunch 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/ folder:
cd coco-ssdInstall dependencies:
yarnPublish coco-ssd locally:
yarn publish-localcd into this directory (coco-ssd/demo) and install dependencies:
cd demo
yarnLink the package published from the publish step above:
yarn link-localStart the dev demo server:
yarn watchTo get future updates from the coco-ssd source code, just run yarn publish-local in the coco-ssd/
folder again.