GithubHelp home page GithubHelp logo

simone-codeluppi / nuclei_cell_detect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maxsenh/nuclei_cell_detect

0.0 1.0 0.0 181.14 MB

Instance segmentation for nuclei and cells based on facebookresearch maskrcnn benchmark

License: MIT License

Python 7.25% C++ 0.39% Cuda 0.80% Jupyter Notebook 91.57%

nuclei_cell_detect's Introduction

Detecting cells and nuclei from different statinings with Faster R-CNN and Mask R-CNN in PyTorch 1.0

This project aims at providing a pipeline for efficient nuclei and cell detection from fluorescence images. It is based on facebookresearch maskrcnn benchmark, which is implemented in PyTorch 1.0. More information can be found at https://github.com/facebookresearch/maskrcnn-benchmark.

Detection of nuclei from rodent somatosensory cortex after DAPI-staining

1313_pred.png

13_pred.png

Prediction of cells after poly-A staining

Here the labeled image.

poly_t_image

Highlights of Maskrcnn benchmark

  • PyTorch 1.0: RPN, Faster R-CNN and Mask R-CNN implementations that matches or exceeds Detectron accuracies
  • Very fast: up to 2x faster than Detectron and 30% faster than mmdetection during training. See MODEL_ZOO.md for more details.
  • Memory efficient: uses roughly 500MB less GPU memory than mmdetection during training
  • Multi-GPU training and inference
  • Batched inference: can perform inference using multiple images per batch per GPU
  • CPU support for inference: runs on CPU in inference time. See our webcam demo for an example
  • Provides pre-trained models for almost all reference Mask R-CNN and Faster R-CNN configurations with 1x schedule.

Installation

Check INSTALL.md for installation instructions.

Perform training on Nuclei dataset, further information in Tutorial_training.md

The tutorial (Tutorial_training.md) explains all the features including training, inference and prediction.

Abstractions

For more information on some of the main abstractions in our implementation, see ABSTRACTIONS.md.

nuclei_cell_detect's People

Contributors

maxsenh 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.