https://github.com/rosesonfire/objectdetectionconsole
A simple web console application for the object-detection package
https://github.com/rosesonfire/objectdetectionconsole
api blurred-background close-focused image-editting image-processing nodejs object-detection web-console
Last synced: 28 days ago
JSON representation
A simple web console application for the object-detection package
- Host: GitHub
- URL: https://github.com/rosesonfire/objectdetectionconsole
- Owner: rosesonfire
- License: mit
- Created: 2017-11-20T22:08:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T15:49:58.000Z (about 8 years ago)
- Last Synced: 2025-03-06T08:16:56.133Z (10 months ago)
- Topics: api, blurred-background, close-focused, image-editting, image-processing, nodejs, object-detection, web-console
- Language: JavaScript
- Homepage:
- Size: 534 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple web console application for the [**object-detection**](https://github.com/rosesonfire/objectDetection) package
NPM Link: [object-detection-console](https://www.npmjs.com/package/object-detection-console)
# Installation
`npm i object-detection-console --save-dev`
# Usage
In package.json:
```
{
"scripts": {
"console": "object-detection-console " // 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.