module documentation
Open Images-style detection evaluation.
Class |
|
Class that stores the results of an Open Images detection evaluation. |
Class |
|
Open Images-style evaluation. |
Class |
|
Open Images-style evaluation config. |
Function | _build |
Expands tree hierarchy representation to parent-child dictionary. |
Function | _compute_ |
Undocumented |
Function | _compute |
Undocumented |
Function | _compute |
Undocumented |
Function | _copy |
Undocumented |
Function | _expand |
Undocumented |
Function | _expand |
Undocumented |
Function | _interpolate |
Undocumented |
Function | _open |
Undocumented |
Function | _open |
Undocumented |
Function | _update |
Updates dictionary with update content |
Constant | _NO |
Undocumented |
Constant | _NO |
Undocumented |
Expands tree hierarchy representation to parent-child dictionary.
Parameters | |
hierarchy | labels hierarchy |
skipFalse | if true skips root from the processing (done for the case when all classes under hierarchy are collected under virtual node) |
Returns | |
a tuple of |
|
def _open_images_evaluation_setup(gts, preds, id_key, iou_key, config, pos_labs, neg_labs, max_preds=None):
(source)
¶
Undocumented
def _open_images_evaluation_single_iou(gts, preds, eval_key, config, pos_labs, neg_labs):
(source)
¶
Undocumented