SkillAgentSearch skills...

Cellcount

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

Install / Use

/learn @cxhernandez/Cellcount
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars58
CategoryDevelopment
Updated2d ago
Forks23

Languages

TeX

Security Score

100/100

Audited on Apr 6, 2026

No findings