Skip to content

Mean IoU Implementation#4663

Merged
Nic-Ma merged 15 commits into
Project-MONAI:devfrom
yashika-git:patch-4
Jul 11, 2022
Merged

Mean IoU Implementation#4663
Nic-Ma merged 15 commits into
Project-MONAI:devfrom
yashika-git:patch-4

Conversation

@yashika-git

@yashika-git yashika-git commented Jul 9, 2022

Copy link
Copy Markdown
Contributor

Fixes #4394

Description

Implementation of IoU Metric.

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@yashika-git yashika-git mentioned this pull request Jul 9, 2022
7 tasks
yashika-git and others added 7 commits July 10, 2022 00:38
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
for more information, see https://pre-commit.ci

Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>

@Nic-Ma Nic-Ma left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good to me, put minor comments inline.
Please fix the flake8 format issue in CI tests.
@KumoLiu Could you please help double confirm the computation logic of IoU here?

Thanks in advance.

Comment thread docs/source/metrics.rst Outdated
Comment thread docs/source/metrics.rst Outdated
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
Signed-off-by: Yashika Jain <yashikajain201@gmail.com>
@KumoLiu

KumoLiu commented Jul 10, 2022

Copy link
Copy Markdown
Contributor

Hi @Nic-Ma,
I have checked the computation logic of IoU here. It looks good to me!
Thanks!

@Nic-Ma Nic-Ma left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the quick update and @KumoLiu 's confirmation.
It looks good to me.
@wyli Do you have any other comments? If not, I merge it soon.

Thanks.

@Nic-Ma

Nic-Ma commented Jul 10, 2022

Copy link
Copy Markdown
Contributor

/black

@Nic-Ma

Nic-Ma commented Jul 10, 2022

Copy link
Copy Markdown
Contributor

/build

@Nic-Ma

Nic-Ma commented Jul 11, 2022

Copy link
Copy Markdown
Contributor

/build

@Nic-Ma Nic-Ma enabled auto-merge (squash) July 11, 2022 00:09
@Nic-Ma Nic-Ma merged commit cbe16eb into Project-MONAI:dev Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implementation of IoU

3 participants