All Projects → cxhernandez → cellcount

cxhernandez / cellcount

Licence: MIT License
A Convolutional Neural Network for Segmenting and Counting Cells in Microscopy Images

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cellcount

Semantic-Aware-Attention-Based-Deep-Object-Co-segmentation
Semantic Aware Attention Based Deep Object Co-segmentation
Stars: ✭ 61 (+19.61%)
Mutual labels:  segmentation
deepflash2
A deep-learning pipeline for segmentation of ambiguous microscopic images.
Stars: ✭ 34 (-33.33%)
Mutual labels:  segmentation
CISTEM
Stemmer for German
Stars: ✭ 33 (-35.29%)
Mutual labels:  segmentation
Visual-Transformer-Paper-Summary
Summary of Transformer applications for computer vision tasks.
Stars: ✭ 51 (+0%)
Mutual labels:  segmentation
XNet
CNN implementation for medical X-Ray image segmentation
Stars: ✭ 71 (+39.22%)
Mutual labels:  segmentation
VOS-Paper-List
Semi-Supervised Video Object Segmentation(VOS) Paper List
Stars: ✭ 28 (-45.1%)
Mutual labels:  segmentation
pyconvsegnet
Semantic Segmentation PyTorch code for our paper: Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
Stars: ✭ 32 (-37.25%)
Mutual labels:  segmentation
PAPC
PAPC is a deep learning for point clouds platform based on pure PaddlePaddle
Stars: ✭ 55 (+7.84%)
Mutual labels:  segmentation
cluster tools
Distributed segmentation for bio-image-analysis
Stars: ✭ 26 (-49.02%)
Mutual labels:  segmentation
TensorFlow-Advanced-Segmentation-Models
A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.
Stars: ✭ 64 (+25.49%)
Mutual labels:  segmentation
pointnet2-pytorch
A clean PointNet++ segmentation model implementation. Support batch of samples with different number of points.
Stars: ✭ 45 (-11.76%)
Mutual labels:  segmentation
face video segment
Face Video Segmentation - Face segmentation ground truth from videos
Stars: ✭ 84 (+64.71%)
Mutual labels:  segmentation
pioreactor
Hardware and software for accessible, extensible, and scalable bioreactors. Built on Raspberry Pi.
Stars: ✭ 28 (-45.1%)
Mutual labels:  biology
flexidot
Highly customizable, ambiguity-aware dotplots for visual sequence analyses
Stars: ✭ 73 (+43.14%)
Mutual labels:  biology
chemicalx
A PyTorch and TorchDrug based deep learning library for drug pair scoring.
Stars: ✭ 176 (+245.1%)
Mutual labels:  biology
acdc segmenter
Public code for our submission to the 2017 ACDC Cardiac Segmentation challenge
Stars: ✭ 68 (+33.33%)
Mutual labels:  segmentation
Baysor
Bayesian Segmentation of Spatial Transcriptomics Data
Stars: ✭ 53 (+3.92%)
Mutual labels:  segmentation
nlp-pure
Natural language processing algorithms implemented in pure Ruby with minimal dependencies
Stars: ✭ 19 (-62.75%)
Mutual labels:  segmentation
HyperDenseNet pytorch
Pytorch version of the HyperDenseNet deep neural network for multi-modal image segmentation
Stars: ✭ 58 (+13.73%)
Mutual labels:  segmentation
adaptive-segmentation-mask-attack
Pre-trained model, code, and materials from the paper "Impact of Adversarial Examples on Deep Learning Models for Biomedical Image Segmentation" (MICCAI 2019).
Stars: ✭ 50 (-1.96%)
Mutual labels:  segmentation

cellcount

This is a Python 3.4+ project that uses PyTorch v0.4.1.

Example Usage

After installing via python setup.py install, you can use the command-line commands to download an example BBBC dataset, train the feature pyramid network (FPN), and finally train the fulll end-to-end cell counting network:

$ cell_count download --dataset bbbc005
$ cell_count train_fpn --dataset path/to/bbbc005
$ cell_count train --dataset path/to/bbbc005

Citing

If you find this software useful for your work, please cite:

@article{cellcount,
Author = {Carlos X. Hernández and Mohammad M. Sultan and Vijay S. Pande},
Title = {Using Deep Learning for Segmentation and Counting within Microscopy Data},
Year = {2018},
Eprint = {arXiv:1802.10548},
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].