ObjectDetectionColumnNames
Last updated
Last updated
Copyright © 2023 Arize AI, Inc
Arize class to map up to 3 columns (bounding_boxes_coordinates_column_name
, categories_column_name
, and scores_column_name
) to a single object detection prediction or actual column.
Parameters | Data Type | Expected Type In Column | Description |
---|---|---|---|
| str | The contents of this column must be List[List[float]] | (Required) Column name containing the coordinates of the rectangular outline that locates an object within an image or video. Pascal VOC format required. |
| str | The contents of this column must be List[str] | (Required) Column name containing the predefined classes or labels used by the model to classify the detected objects. |
| str | The contents of this column must be List[float] | (Optional*) Column name containing the confidence scores that the model assigns to its predictions, indicating how certain the model is that the predicted class is contained within the bounding box.
* This parameter is not applicable to actual (ground truth) labels and is only applicable when defining |
Index | prediction_bboxes | actual_bboxes | prediction_categories | actual_categories | prediction_scores |
---|---|---|---|---|---|
|
|
|
|
|
|