Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 240 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 240 Bytes

PREDCOM

Napari plugin to compare predcitions from different networks.

Installation

conda create -n predcom -c pytorch -c conda-forge pytorch cpuonly scikit-image napari pyqt torch_em
conda activate predcom
pip install -e .