Giter VIP home page Giter VIP logo

dash-deep's Introduction

Dash-deep

A pure python web service (based on plotly/dash) that is capable of

  1. Creation, annotation and updating of image segmentation datasets.
  2. Running training and inference jobs.
  3. Monitoring the progress of training jobs and related accuracy metrics.
  4. Monitoring and halting of running jobs.
  5. GPU memory and utilization monitoring.

In other words, it is a pure python customizable version of Nvidia DIGITS with a focus on image segmentation task.

You can see a video of example usage here.

So far supports only Python 2 -- porting to Python 3 is in progress. The project is under development and will most probably change a lot in a future.

Image annotation

We have a support for simple web based image uploading and annotation. This can be used to create a new dataset, make your annotations and run the training code. So far the tool supports:

  1. Zooming in and out
  2. Magic lasso
  3. Rectangle selection
  4. Cropping.

See a simple example below:

Training accuracy/loss monitoring

We support real-time monitoring of training metrics which can be customized, but by default support validation accuracy and training loss.

Updating existing dataset

You can update saved dataset at any time:

Running

To start the server run:

 python -m dash_deep.index run_server <ip_address> <port>

You can use ip address of 0.0.0.0 which will automatically use the network ip of the machine that you are running the server on.

Open browser and navigate to:

<ip_address>:<port>/

To get the help page, call:

 python -m dash_deep.index --help

The default login name and pass are hello and world.

dash-deep's People

Contributors

warmspringwinds avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

bbrangeo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.