-
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 into models folder inside cnn-cells
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
export PYTHONPATH="${PYTHONPATH}:/path/to/cnn-cells"
-
run demo script which detect cells on 5 images
python demo.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Cell detection using convolutional neural networks
License
ondrados/cnn-cells
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Cell detection using convolutional neural networks
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published