Skip to content

Commit

Permalink
Merge pull request #56 from BrainLesion/38-rename-to-sq_assd
Browse files Browse the repository at this point in the history
38 rename to sq assd
  • Loading branch information
neuronflow authored Nov 15, 2023
2 parents e7967f6 + 0500d55 commit f4600ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panoptica/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def __str__(self):
f"Panoptic Quality (PQ): {self.pq}\n"
f"DSC-based Segmentation Quality (DQ_DSC): {self.sq_dsc} ± {self.sq_dsc_sd}\n"
f"DSC-based Panoptic Quality (PQ_DSC): {self.pq_dsc}\n"
f"Average symmetric surface distance (ASSD): {self.sq_assd} ± {self.sq_assd_sd}"
f"ASSD-based Panoptic Quality (PQ_ASSD): {self.pq_assd}\n"
f"Average symmetric surface distance (ASSD): {self.sq_assd} ± {self.sq_assd_sd}\n"
f"ASSD-based Panoptic Quality (PQ_ASSD): {self.pq_assd}"
)

def to_dict(self):
Expand Down

0 comments on commit f4600ff

Please sign in to comment.