-
Notifications
You must be signed in to change notification settings - Fork 33
Quick Start
PlantSeg app can also be started using napari as a viewer. First, activate the newly created conda environment with:
conda activate plant-seg
then, start the plantseg in napari
$ plantseg --napari
A more in depth guide can be found in our wiki.
PlantSeg app can also be started in a GUI mode, where basic user interface allows to configure and run the pipeline. First, activate the newly created conda environment with:
conda activate plant-seg
then, run the GUI by simply typing:
$ plantseg --gui
A more in depth guide can be found in our wiki.
Our pipeline is completely configuration file based and does not require any coding.
First, activate the newly created conda environment with:
conda activate plant-seg
then, one can just start the pipeline with
plantseg --config CONFIG_PATH
where CONFIG_PATH
is the path to the YAML configuration file. See config.yaml for a sample configuration
file and our wiki for a
detailed description of the parameters.
⭐ Our New Documentation is at https://hci-unihd.github.io/plant-seg/intro.html ⭐