Page MenuHomePhabricator

[Segmentation] Add default label set preset option
Closed, ResolvedPublic

Description

For repetitive segmentation tasks, we want to streamline the use of label set presets so that the user does not need to manually load the same preset for each and every new segmentation.

If a default label set preset is specified, creating new segmentations will create initial labels according to the preset instead of creating the standard "New label 1" label as usual.

The optional default label set preset can be specified in two different ways:

  • In the Segmentation preferences
  • As command-line argument: --Segmentation.labelSetPreset /home/user/mypreset.lsetp

If the preset is specified as both preference and command-line argument, the command-line argument has precedence.

NOTE: On Windows, begin command-line arguments with / instead of --.

Event Timeline

kislinsk triaged this task as Wishlist priority.
kislinsk created this task.

Merged into the current release branch.