Image Identification Fields |
image name |
The filename of the image (e.g., image1.jpg ). |
Actual (Ground Truth) Annotations |
category |
The true category for the image. |
Actual (Ground Truth) Bounding Box Annotations |
x_center |
X center coordinate for the bounding box. |
Actual (Ground Truth) Bounding Box Annotations |
y_center |
Y center coordinate for the bounding box. |
Actual (Ground Truth) Bounding Box Annotations |
width |
Width of the bounding box. |
Actual (Ground Truth) Bounding Box Annotations |
height |
Height of the bounding box. |
Predicted Annotations |
predicted_category |
The category label output by the model. |
Predicted Annotations |
predicted_probability_score |
The confidence score of the prediction. |
Predicted Bounding Box Annotations |
predicted_x_center |
X center coordinate for the predicted bounding box. |
Predicted Bounding Box Annotations |
predicted_y_center |
Y center coordinate for the predicted bounding box. |
Predicted Bounding Box Annotations |
predicted_width |
Width of the predicted bounding box. |
Predicted Bounding Box Annotations |
predicted_height |
Height of the predicted bounding box. |