QualityRequirementBulkCreateNodeRequest class reference


Properties

Name Type Description Notes
name str
sort_order int [optional]
filter str [optional]
enabled bool [optional]
annotation_type PatchedQualityRequirementRequestAnnotationType [optional]
metric PatchedQualityRequirementRequestMetric [optional]
required_score float, none_type Defines the minimal quality requirements in terms of the selected target metric. [optional]
parent_requirement int, none_type Required for root requirements and forbidden for nested requirements. Must identify an existing requirement from the selected quality settings. [optional]
iou_threshold float, none_type Used for distinction between matched / unmatched shapes [optional]
point_size float, none_type Like IoU threshold, but for points. The percent of the bbox side, used as the radius of the circle around the GT point, where the checked point is expected to be. For boxes with different width and height, the "side" is computed as a geometric mean of the width and height. Read more: https://cocodataset.org/#keypoints-eval [optional]
point_size_base PatchedQualityRequirementRequestPointSizeBase [optional]
line_thickness float, none_type 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 [optional]
match_orientation bool, none_type Enables or disables polyline orientation comparison [optional]
line_orientation_threshold float, none_type The minimal gain in the GT IoU between the given and reversed line directions to consider the line inverted. Only used when the ‘match_orientation’ parameter is true [optional]
match_groups bool, none_type Enables or disables annotation group checks. Only annotations of the same shape type can form matching groups. [optional]
group_match_threshold float, none_type Minimal IoU for groups to be considered matching. Only used when the ‘match_groups’ parameter is true [optional]
check_covered_annotations bool, none_type Check for partially-covered annotations, useful in segmentation tasks [optional]
object_visibility_threshold float, none_type Minimal visible area percent of the spatial annotations (polygons, masks) for reporting covered annotations. Only used when the ‘object_visibility_threshold’ parameter is true [optional]
panoptic_comparison bool, none_type Use only the visible part of the masks and polygons in comparisons [optional]
attribute_comparison PatchedQualityRequirementRequestAttributeComparison [optional]
children [QualityRequirementBulkCreateNodeRequest] Nested requirements to create. Their parent is determined by their position in the hierarchy. [optional]