Releases: ondrados/cnn-cells
Releases · ondrados/cnn-cells
Cell detection using convolutional neural networks
Release contains files submitted as part of the bachelor's thesis
Instalation
-
clone this repo and cd to it
git clone https://github.com/Ondrados/cnn-cells.git cd cnn-cells -
create virtual enviroment and activate it
virtualenv env source env/bin/activate -
install dependencies
pip install -r requirements_tiny.txt -
download weights from releases and extract it inside cnn-cells folder
wget https://github.com/Ondrados/cnn-cells/releases/download/v1.0/models.zip unzip models.zip -d models -
export python path for this repository to your enviroment otherwise imports won't work
export PYTHONPATH="${PYTHONPATH}:/path/to/cnn-cells" -
run demo script which detect cells on 5 images
python demo.py