Code Monkey home page Code Monkey logo

disco's Introduction

DISCo: Deep learning, Instance Segmentation and Correlations for cell segmentation in calcium imaging

This is a method to perform the cell segmentaiton step in caclium imaging analysis, which uses the temporal information from caclium imaging videos in form of correlations, and combines a deep learning model with an instance segmentation algorithm.

Publication

"DISCo: Deep learning, Instance Segmentation, and Correlations for cell segmentation in calcium imaging", E. Kirschbaum, A. Bailoni, F. A. Hamprecht, arXiv preprint arXiv:1908.07957, 2019. [pdf]

Requirements:

Preparations

  1. Download or clone this repository
  2. Install GASP as described here
  3. Get inferno as described here
  4. Download the neurofinder training and test data from here
  5. Extract the neurofinder data into HDF5 files:
    • create for each neurofinder video a HDF5 file with a dataset named 'video' containing the video with shape time x X x Y
    • create a file named BF_labels.h5 containing the foreground-background labels for each video
    • create a file summary_images.h5 containing the mean intensity projection for each video
    • create a file gt_segmentations.h5 containing the instance labels for each video

Usage

Option Name Description
-p path Path to the folder containing the .h5 video files and the ground truth segmentations
-m mode Decide whether a single network is trained on all videos ('disco') or individual networks on the five dataset series ('discos')
-gpu gpu ID Select the GPU to train on.
-a additional ending Additional ending to the output filename.

Example:
python run.py -p ../neurofinder_videos/ -m disco -gpu 1

disco's People

Contributors

ekirschbaum avatar

Watchers

James Cloos avatar

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.