Interface ConsensusSettings

ConsensusSettings

interface ConsensusSettings {
    id?: number;
    iou_threshold?: number;
    quorum?: number;
    task_id?: number;
}

Properties

id?: number

ConsensusSettings

iou_threshold?: number

Pairwise annotation matching IoU threshold

ConsensusSettings

quorum?: number

Minimum required share of sources having an annotation for it to be accepted

ConsensusSettings

task_id?: number

ConsensusSettings