Skip to content

fix bug in retina detector#5255

Merged
wyli merged 3 commits intoProject-MONAI:devfrom
Can-Zhao:debug
Oct 3, 2022
Merged

fix bug in retina detector#5255
wyli merged 3 commits intoProject-MONAI:devfrom
Can-Zhao:debug

Conversation

@Can-Zhao
Copy link
Copy Markdown
Collaborator

@Can-Zhao Can-Zhao commented Oct 3, 2022

Signed-off-by: Can Zhao [email protected]

Fixes #5250.

Description

Fixed bug that allow_low_quality_matches in set_regular_matcher was always set to True and it's not using value from the argument, in retinanet.

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.

@Can-Zhao Can-Zhao added the bug Something isn't working label Oct 3, 2022
@Can-Zhao Can-Zhao requested a review from Nic-Ma October 3, 2022 18:43
Signed-off-by: Can Zhao <[email protected]>
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Oct 3, 2022

/black

Signed-off-by: monai-bot <[email protected]>
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Oct 3, 2022

/build

@wyli wyli enabled auto-merge (squash) October 3, 2022 18:59
@wyli wyli merged commit ea43d54 into Project-MONAI:dev Oct 3, 2022
wyli pushed a commit that referenced this pull request Oct 10, 2022
Signed-off-by: Can Zhao <[email protected]>

Fixes #5250.

### Description

Fixed bug that allow_low_quality_matches in set_regular_matcher was
always set to True and it's not using value from the argument, in
retinanet.

### 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: Can Zhao <[email protected]>
Signed-off-by: monai-bot <[email protected]>
Co-authored-by: monai-bot <[email protected]>
KumoLiu pushed a commit that referenced this pull request Nov 2, 2022
Signed-off-by: Can Zhao <[email protected]>

Fixes #5250.

### Description

Fixed bug that allow_low_quality_matches in set_regular_matcher was
always set to True and it's not using value from the argument, in
retinanet.

### 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: Can Zhao <[email protected]>
Signed-off-by: monai-bot <[email protected]>
Co-authored-by: monai-bot <[email protected]>
Signed-off-by: KumoLiu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

allow_low_quality_matches is always set to True

3 participants