Skip to content

What does this do when calculate the union area.  #182

@ghLcd9dG

Description

@ghLcd9dG
  • gt_pred_map.get((VOID, pred_label), 0)

"""
union = (
pred_segms[pred_label]["area"]
+ gt_segms[gt_label]["area"]
- intersection
- gt_pred_map.get((VOID, pred_label), 0)
)
"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions