performance#
Module containing the performance check in the vision package.
Classes
Summarize given metrics on a dataset and model. |
|
Summarize mean average precision metrics on a dataset and model per IoU and bounding box area. |
|
Summarize mean average recall metrics on a dataset and model per detections and area range. |
|
Compare performance of model on original dataset and augmented dataset. |
|
Compare given model score to simple model score (according to given model type). |
|
Calculate the confusion matrix of the model on the given dataset. |
|
Find the properties that best split the data into segments of high and low model error. |
|
Segment the data by various properties of the image, and compare the performance of the segments. |