Skip to content

Extended from_engine to work with HoVerNet#5494

Merged
Nic-Ma merged 10 commits intoProject-MONAI:devfrom
KumoLiu:from-engine
Nov 9, 2022
Merged

Extended from_engine to work with HoVerNet#5494
Nic-Ma merged 10 commits intoProject-MONAI:devfrom
KumoLiu:from-engine

Conversation

@KumoLiu
Copy link
Copy Markdown
Contributor

@KumoLiu KumoLiu commented Nov 9, 2022

Fixes #5028.

Description

Since the output for HoVerNet is a dictionary, from_engine can't meet the requirements. This PR is to extend from_engine to work with HoVerNet.

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 KumoLiu requested review from bhashemian and wyli November 9, 2022 10:08
@Nic-Ma
Copy link
Copy Markdown
Contributor

Nic-Ma commented Nov 9, 2022

/build

@Nic-Ma Nic-Ma enabled auto-merge (squash) November 9, 2022 15:32
@bhashemian bhashemian added this to the Pathology Misc Improvements milestone Nov 9, 2022
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Nov 9, 2022

/build

@wyli
Copy link
Copy Markdown
Contributor

wyli commented Nov 9, 2022

/build

@Nic-Ma Nic-Ma merged commit 9dd61db into Project-MONAI:dev Nov 9, 2022
@KumoLiu KumoLiu deleted the from-engine branch November 11, 2022 02:40
bhashemian added a commit to bhashemian/MONAI that referenced this pull request Nov 23, 2022
Fixes Project-MONAI#5028.

### Description
Since the output for HoVerNet is a dictionary, `from_engine` can't meet
the requirements. This PR is to extend `from_engine` to work with
HoVerNet.

### 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).
- [x] 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 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Behrooz Hashemian <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 💯 Complete

Development

Successfully merging this pull request may close these issues.

Make HoVerNet work SuperviseTrainer

4 participants