A deep learning based tool to segment epithelial tissues. The epyseg GUI can be uesd to build, train or run custom networks
Project description
EPySeg
EPySeg is a package for segmenting 2D epithelial tissues. EPySeg also ships with a graphical user interface that allows for building, training and running deep learning models. Training can be done with or without data augmentation (2D-xy and 3D-xyz data augmentation is supported). EPySeg relies on the segmentation_models library. EPySeg sources are available here.
Install
-
Install python 3.7 or Anaconda 3.7 (if not already present on your system)
-
In a command prompt type:
pip install --user --upgrade epyseg
or
pip3 install --user --upgrade epyseg
NB:
- To open a command prompt on Windows press 'Windows'+R then type 'cmd'
- To open a command prompt on MacOS press 'Command'+Space then type in 'Terminal'
-
To open the graphical user interface, type the following in a command:
python -m epyseg
or
python3 -m epyseg
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.