Skip to content

A Convolutional Neural Network for Segmenting and Counting Cells in Microscopy Images

License

Notifications You must be signed in to change notification settings

ilnann/cellcount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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},
}

About

A Convolutional Neural Network for Segmenting and Counting Cells in Microscopy Images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 71.6%
  • Python 28.4%