panoptica icon indicating copy to clipboard operation
panoptica copied to clipboard

[FEATURE] Metric definition in PanopticaResult unintuitive

Open Hendrik-code opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, we have to define each metric in the PanopticaResult object as well.

Describe the solution you'd like A way to automatically define that a metric can be computed instance-wise, and thus creating sq_{metric} and the other metrics in the result object automatically. Maybe instead of members, have a dictionary that maps from original Metric (i.e. IOU) object to the specific downstream metrics (i.e. sq_iou, ...)

Hendrik-code avatar Apr 16 '25 08:04 Hendrik-code