arokem / histo-seg

Tutorial showcasing deep learning for segmentation of high-resolution histological brain images (DL4HBM, OHBM 2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

histo-seg

Tutorial showcasing deep learning for segmentation of high-resolution histological brain images (DL4HBM, OHBM 2019)

Installation

Using conda:

conda create -n histo-seg python=3
conda activate histo-seg
conda install anaconda keras-gpu
# for saliency visualization, keras-vis is used
pip install keras-vis

About

Tutorial showcasing deep learning for segmentation of high-resolution histological brain images (DL4HBM, OHBM 2019)


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%