scalable-semantic-segmentation-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

ScalableSemanticSegmentation

ScalableSemanticSegmentation can segment objects in picture with tuning balance between speed and accuracy. This architecture is best suitable for small device with low peformance smart phone.

Description

ScalableSemanticSegmentation can segment objects in picture with tuning balance between speed and accuracy. The basic idea is splitting the image and infering it to improve accuracy. And splitting number can be changed depends on the device performance.

Features

  • split image and infer each peices.
  • split number can be changed
  • the margin, that is the overlap area can be customized.

Demo

https://scalable-ss-demo.herokuapp.com/index.html

Usage

Sample Code

https://github.com/dannadori/ScalableSemanticSegmentationjs_demo

Install

npm install scalable-semantic-segmentation-js
node node_modules/scalable-semantic-segmentation-js/bin/install_worker.js <web_root>

"web_root" is the root of web. Most case "web_root" may be public when you use react.

node node_modules/scalable-semantic-segmentation-js/bin/install_worker.js public

Contribution

Licence

Apache-2.0

Author

Wataru Okada

Readme

Keywords

none

Package Sidebar

Install

npm i scalable-semantic-segmentation-js

Weekly Downloads

1

Version

1.0.13

License

Apache-2.0

Unpacked Size

6.45 MB

Total Files

11

Last publish

Collaborators

  • dannadori