Skip to content

Conversation

@KumoLiu
Copy link
Contributor

@KumoLiu KumoLiu commented Nov 3, 2022

Signed-off-by: KumoLiu yunl@nvidia.com

Fixes #5180.

Description

For the post-process in HoVerNet, now we have PR #5173 to process the segmentation output(which has been merged) and PR #5186 to process the classification output(which is under review now). We want a whole transform containing these two components which can be easily used in the MONAI model zoo bundle. Here has a draft version of how to combine these components, if anyone has any suggestions, please feel free to take it out.

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.

KumoLiu and others added 2 commits November 3, 2022 17:08
Signed-off-by: KumoLiu <yunl@nvidia.com>
@KumoLiu KumoLiu self-assigned this Nov 3, 2022
KumoLiu and others added 4 commits November 3, 2022 18:20
Signed-off-by: KumoLiu <yunl@nvidia.com>
… into postprocess-hovernet

Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
@KumoLiu KumoLiu marked this pull request as ready for review November 7, 2022 14:51
@KumoLiu KumoLiu requested review from Nic-Ma, bhashemian and wyli November 7, 2022 14:52
Copy link
Member

@bhashemian bhashemian left a comment

Choose a reason for hiding this comment

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

Hi @KumoLiu, overall it looks great! I just left few comments.

KumoLiu and others added 7 commits November 9, 2022 10:37
Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
@KumoLiu KumoLiu requested a review from bhashemian November 11, 2022 11:13
KumoLiu and others added 2 commits November 11, 2022 22:38
@KumoLiu KumoLiu changed the title Whole post-process for HoVerNet Classification post-process for HoVerNet Nov 14, 2022
Copy link
Member

@bhashemian bhashemian left a comment

Choose a reason for hiding this comment

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

@KumoLiu it looks great now! Just left few comments regarding the namings.

@KumoLiu KumoLiu requested a review from bhashemian November 15, 2022 14:16
@bhashemian bhashemian enabled auto-merge (squash) November 15, 2022 14:45
@Nic-Ma
Copy link
Contributor

Nic-Ma commented Nov 16, 2022

/black

@Nic-Ma
Copy link
Contributor

Nic-Ma commented Nov 16, 2022

/build

@bhashemian bhashemian merged commit b36c8db into Project-MONAI:dev Nov 16, 2022
@KumoLiu KumoLiu deleted the postprocess-hovernet branch November 16, 2022 05:30
bhashemian added a commit to bhashemian/MONAI that referenced this pull request Nov 23, 2022
Signed-off-by: KumoLiu <yunl@nvidia.com>

Fixes Project-MONAI#5180.

### Description
For the post-process in HoVerNet, now we have PR Project-MONAI#5173 to process the
segmentation output(which has been merged) and PR Project-MONAI#5186 to process the
classification output(which is under review now). We want a whole
transform containing these two components which can be easily used in
the MONAI model zoo bundle. Here has a draft version of how to combine
these components, if anyone has any suggestions, please feel free to
take it out.

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] 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`.
- [x] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: yunliu <yunl@nvidia.com>
Co-authored-by: Behrooz Hashemian <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
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.

Post-process script for HoVerNet

3 participants