Small package for segmenting serial sections from light microscopy images
$ conda create -n secdetect numpy scikit-image shapely
$ conda activate secdetect
- Install
secdetect
from github repo
$ (secdetect) pip install git+https://github.com/hoogenboom-group/secdetect.git
- (Optional) Vastly overcomplicated but highly recommended environment setup with conda
$ (secdetect) conda install -c conda-forge matplotlib jupyterlab nodejs=15
$ (secdetect) pip install tqdm ipympl ipywidgets
$ (secdetect) jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ (secdetect) jupyter labextension install jupyter-matplotlib
$ (secdetect) jupyter nbextension enable --py widgetsnbextension
See secdetect/notebooks/example.ipynb