emmanuelle / dash-canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dash-canvas

dash-canvas is a package for image processing with Dash. It provides a Dash component for annotating images, as well as utility functions for using such annotations for various image processing tasks.

Try out the demo app for object segmentation or the demo app for manual correction of segmentation.

Segmentation app

Get started with:

  1. Install dash_canvas: pip install dash-canvas (you will also need dash-core-components to run the apps).
  2. Run python app_seg.py (for interactive segmentation) or python correct_segmentation.py (for correcting a pre-existing segmentation)
  3. Visit http://localhost:8050 in your web browser

About

License:Other


Languages

Language:Python 66.1%Language:CSS 22.2%Language:JavaScript 11.6%Language:HTML 0.2%