A (work in progress) plugin for napari that implements the AxonDeepSeg tools
- Clone the AxonDeepSeg repo.
- In the AxonDeepSeg repo, open the environment.yml file and change the fsleyes requirement to napari. While you're here, you could change the name of the environment to ads_napari_env. Save the file.
- Follow the instructions of the AxonDeepSeg installation documentation.
- Clone this repo:
git clone https://github.com/axondeepseg/napari-plugin.git
- Get to the napari-ADS folder:
cd napari-plugin
cd napari-ADS
- While the conda environment in which you installed AxonDeepSeg is active, use this command to install the plugin:
pip install -e .
- Open napari:
napari
- The plugin should appear in the plugins tab