livecellx.core.SingleCellStatic.compute_overlap_percent
- SingleCellStatic.compute_overlap_percent(other_cell, bbox=None)[source]
compute overlap defined by: overlap = intersection / self’s area. It is different from IoU.
- Parameters:
other_cell (SingleCellStatic) – _description_
- Returns:
_description_
- Return type:
_type_