Interface PatchedConsensusSettingsRequest

PatchedConsensusSettingsRequest

interface PatchedConsensusSettingsRequest {
    iou_threshold?: number;
    quorum?: number;
}

Properties

iou_threshold?: number

Pairwise annotation matching IoU threshold

PatchedConsensusSettingsRequest

quorum?: number

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

PatchedConsensusSettingsRequest