Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 940 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 940 Bytes

napari-AxonDeepSeg (Work in progress)

A (work in progress) plugin for napari that implements the AxonDeepSeg tools

Instructions to install the plugin

  1. Clone the AxonDeepSeg repo.
  2. 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.
  3. Follow the instructions of the AxonDeepSeg installation documentation.
  4. Clone this repo:
git clone https://github.com/axondeepseg/napari-plugin.git
  1. Get to the napari-ADS folder:
cd napari-plugin
cd napari-ADS
  1. While the conda environment in which you installed AxonDeepSeg is active, use this command to install the plugin:
pip install -e .
  1. Open napari:
napari
  1. The plugin should appear in the plugins tab