Giter Club home page Giter Club logo

cell_segmentation_and_tracking's Introduction

Cell Segmentation and Tracking

By Nanyan "Rosalie" Zhu and Chen "Raphael" Liu, Columbia University, 2019

Please cite our paper if you find this useful.

Overview

The purpose of this repository is to design and implement a tool to quantify the cellular behaviors at the single-cell level. We decided to approach this challenge by dissecting it into two stages: cell segmentation and cell tracking. The quantification of cellular properties/behaviors is a natural outcome as the cell tracking stage is complete.

Repository Hierarchy

Cell_Segmentation_and_Tracking
    ├── Cell_Segmentation
    │   ├── Prediction_only
    │   │   └── Step01_raw_channels
    │   │   └── Step02_channel_combined_input
    │   │   └── deep_learning_model
    │   │   └── model_weights
    │   │   └── results
    │   │   └── Image_preprocessing.py
    │   │   └── Visualization.py
    │   │   └── misc_functions.py
    │   └── Train_n_Testing
    │       └── deep_learning_model
    │       └── ...
    └── Cell_Tracking
        └── ...

The Cell_Segmentation_and_Tracking repository contrains two folders, Cell_Segmentation and Cell_Tracking. These two folders are very much self-explanatory. Descriptions about their respective contents are described in the documentation files within each of them.

*Note 1: We did not include the "pycache" folders because they can be ignored practically.

*Note 2: We did not include the ".gitattribute" files and "README.md" files in the hierarchy tree. The former are utilized by the git large file storage (git-lfs) while the latter are the documentations, just like the one you are reading right now.

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.