label_evaluation.iou_scores

Functions

box_plot_iou(df_concat[, accuracy_txt_path])

Generate a box plot for IOU scores.

calculate_iou(pred_coords, gt_coords)

Calculates Intersection over Union (IOU) scores by comparing predicted and ground truth segmentation coordinates.

comparison(df_pred_filename, df_gt_filename)

Compare bounding box coordinates and calculate IOU scores.

concat_frames(df_pred, df_gt)

Concatenate predicted and ground truth datasets with IOU scores.