Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

object-detection-console

rosesonfire12MIT0.0.3

A simple web console application for the object-detection package

object-detection, close-up-image, close-focussed-image, blurred-background, image-processing, computer-vision, image-detection, object-isolation, web-console

readme

A simple web console application for the object-detection package

NPM Link: object-detection-console

Installation

npm i object-detection-console --save-dev

Usage

In package.json:

{
  "scripts": {
    "console": "object-detection-console <custom-image-dir>" // custom-image-dir is the local directory with the jpg images (non-jpg images will not show up and images above 100kB will not show up)
  }
}

Then run:

npm run console

Caution

  • Use small images, preferably in JPG format and less than 100 kB.
  • Currently works for single object.
  • Behaviour is not strongly defined for multi-objects.
  • Contiguous objects are considered as single object.
  • Optimizer is not well tuned yet.