cellcount
A Convolutional Neural Network for Segmenting and Counting Cells in Microscopy Images
File Explorer
Download Latest Version (.zip)- __init__.py
- main.py
- parser_download.py
- parser_train.py
- parser_train_fpn.py
- __init__.py
- losses.py
- models.py
- utils.py
- bad-1.pdf
- bad-2.pdf
- bad-3.pdf
- count.pdf
- fpn.pdf
- good-1.pdf
- good-2.pdf
- Picture1.pdf
- Picture2.pdf
- Picture3.pdf
- saliency_1.pdf
- cvpr.sty
- cvpr_eso.sty
- egbib.bib
- eso-pic.sty
- ieee.bst
- paper.pdf
- paper.tex
- bad-1.eps
- bad-1.jpg
- bad-2.eps
- bad-2.jpg
- bad-3.eps
- bad-3.jpg
- count.eps
- fpn.eps
- good-1.eps
- good-1.jpg
- good-2.eps
- good-2.jpg
- CS231N_Poster.pdf
- defs.tex
- template_poster.tex
- .gitignore
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/cxhernandez/cellcount
Downloads the entire project code from GitHub to your computer.
cd cellcount
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
