Major overhaul
- A massive update and overhaul of documentation, which can be now found under examples.
This release includes several breaking changes:
- The following pre-defined interfaces have been removed:
AddOutlines
,LabelledSegmentationVerification
,FixImageSegmentation
,MulticlassVerification
andLabelledSegmentationVerificationNoCheckbox
.- The same functionalities are now implemented in fewer interfaces with additional components that may be invoked through the YAML configuration file.
- The
Forward
Action has been reworked.- The variable name containing the incoming data must now be defined under the key
data
, whereas the actions for processing incoming data are defined under the keyon_result
. - The top-level key
messages
must be included for any outputs that reject or accept assignments. These messages are added to the assignments so that the workers can know why their work was accepted or rejected.
- The variable name containing the incoming data must now be defined under the key
- The
VerifyPolygon
Action now uses the top-level keydata
to define the variable that contains the polygons to be verified. - The
Verify
Action has been dropped. The same functionality can be found in theForward
Action.