Installation#
To use the plugin, you first need to have a working installation of napari, then you can install using Plugins > Install/Uninstall Plugins… . Otherwise, we recommend creating a new conda environment and install napari and the plugin in it. You can find all details here. Once you have a working napari installation, you can install the plugin using pip with the following command:
pip install napari-convpaint
Or using conda from conda-forge:
conda install -c conda-forge napari-convpaint
The plugin should then appear in the list of available plugins in the napari GUI.
GPU#
The plugin can use a GPU to accelerate the computation of the convolved image. We use PyTorch to extract the convolutional features from the neural network. As PyTorch gets installed automatically with the plugin, the easiest is to first install napari and the GPU version of PyTorch in an environment and then to install the plugin. For a GPU version of PyTorch, you can find all details here.