EvaluationItem# class EvaluationItem[source]# Bases: ABC __init__()# Methods __init__() merge(other) Merges another item from a different scene into this one. to_json() abstract merge(other)[source]# Merges another item from a different scene into this one. This is used to average metrics over scenes. Merges by taking a weighted average (by gt_count) of the metrics. abstract to_json() → dict[source]# Return type: dict