Class AggregateAnnotations<S extends AnnotatorStrategy>

Object
AnchorBean<Task<AnnotationWithStrategy<S>,AggregateSharedState>>
Task<AnnotationWithStrategy<S>,AggregateSharedState>
AggregateAnnotations<S>
Type Parameters:
S - the type of AnnotatorStrategy used for annotation

public class AggregateAnnotations<S extends AnnotatorStrategy> extends Task<AnnotationWithStrategy<S>,AggregateSharedState>
Aggregates many per-image annotations together in form of a CSV file.

The following outputs are produced:

Output NameDefault?Description
"aggregated"yesa CSV file with each image and corresponding image-label.
outputs from Task
Author:
Owen Feehan