Interface PatchedQualitySettingsRequest

Export

PatchedQualitySettingsRequest

Hierarchy

  • PatchedQualitySettingsRequest

Properties

check_covered_annotations?: boolean

Check for partially-covered annotations, useful in segmentation tasks

Memberof

PatchedQualitySettingsRequest

compare_attributes?: boolean

Enables or disables annotation attribute comparison

Memberof

PatchedQualitySettingsRequest

compare_groups?: boolean

Enables or disables annotation group checks

Memberof

PatchedQualitySettingsRequest

compare_line_orientation?: boolean

Enables or disables polyline orientation comparison

Memberof

PatchedQualitySettingsRequest

group_match_threshold?: number

Minimal IoU for groups to be considered matching. Only used when the 'compare_groups' parameter is true

Memberof

PatchedQualitySettingsRequest

iou_threshold?: number

Used for distinction between matched / unmatched shapes

Memberof

PatchedQualitySettingsRequest

line_orientation_threshold?: number

The minimal gain in the GT IoU between the given and reversed line directions to consider the line inverted. Only used when the 'compare_line_orientation' parameter is true

Memberof

PatchedQualitySettingsRequest

line_thickness?: number

Thickness of polylines, relatively to the (image area) ^ 0.5. The distance to the boundary around the GT line, inside of which the checked line points should be

Memberof

PatchedQualitySettingsRequest

low_overlap_threshold?: number

Used for distinction between strong / weak (low_overlap) matches

Memberof

PatchedQualitySettingsRequest

object_visibility_threshold?: number

Minimal visible area percent of the spatial annotations (polygons, masks) for reporting covered annotations. Only used when the 'object_visibility_threshold' parameter is true

Memberof

PatchedQualitySettingsRequest

oks_sigma?: number

Like IoU threshold, but for points. The percent of the bbox area, used as the radius of the circle around the GT point, where the checked point is expected to be. Read more: https://cocodataset.org/#keypoints-eval

Memberof

PatchedQualitySettingsRequest

panoptic_comparison?: boolean

Use only the visible part of the masks and polygons in comparisons

Memberof

PatchedQualitySettingsRequest

Generated using TypeDoc