Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Change eval_semantic_segmentation_iou to eval_semantic_segmentation #275

Merged
merged 5 commits into from
Jun 15, 2017

Conversation

yuyu2172
Copy link
Member

The new function carries out more comprehensive evaluation.

@yuyu2172 yuyu2172 force-pushed the eval-semantic-segmentation branch 2 times, most recently from 90ef526 to 23d0230 Compare June 14, 2017 04:55
@yuyu2172 yuyu2172 force-pushed the eval-semantic-segmentation branch from 23d0230 to 7f38fb6 Compare June 14, 2017 04:56
@yuyu2172 yuyu2172 added this to the v0.6 milestone Jun 14, 2017
@@ -97,7 +97,7 @@ class :math:`j` by the prediction.
return iou


def eval_semantic_segmentation_iou(pred_labels, gt_labels):
def eval_semantic_segmentation(pred_labels, gt_labels):
"""Evaluate Intersection over Union from labels.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function returns not only IoU.

@yuyu2172
Copy link
Member Author

Thanks

Copy link
Member

@Hakuyume Hakuyume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Hakuyume Hakuyume merged commit a53de2e into chainer:master Jun 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants