项目作者: cxhernandez

项目描述 :
A Convolutional Neural Network for Segmenting and Counting Cells in Microscopy Images
高级语言: TeX
项目地址: git://github.com/cxhernandez/cellcount.git
创建时间: 2017-05-18T17:27:29Z
项目社区:https://github.com/cxhernandez/cellcount

开源协议:MIT License

下载


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:

  1. $ cell_count download --dataset bbbc005
  2. $ cell_count train_fpn --dataset path/to/bbbc005
  3. $ cell_count train --dataset path/to/bbbc005

Citing

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

  1. @article{cellcount,
  2. Author = {Carlos X. Hernández and Mohammad M. Sultan and Vijay S. Pande},
  3. Title = {Using Deep Learning for Segmentation and Counting within Microscopy Data},
  4. Year = {2018},
  5. Eprint = {arXiv:1802.10548},
  6. }