-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GridPatch with both count and threshold filtering #6055
Conversation
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
for more information, see https://pre-commit.ci
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
@kenza-bouzid @KumoLiu could you please let me know if you have any other comment? Otherwise, we can merge this PR. @wyli @Nic-Ma |
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
/build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@drbeh what is the timeline for this feature to be released? |
Hi @kenza-bouzid, it is merged and is the dev branch of MONAI (and the next weekly release) but it will be released in v1.2 which is due in about a month. |
Hi @drbeh I am trying to install a version of MONAI that includes this fix
Any idea how to fix this? I am relying on AzureML environment build so I can't easily set extra environment variables. The latest available release is 1.1.0 https://pypi.org/project/monai/#history you mentioned a weekly release, is it a different dev package? |
Hi @kenza-bouzid, |
@drbeh, the weekly pipy build is working fine. Thank you! |
) Temporary fix until next release of MONAI Include fixes: Project-MONAI/MONAI#6095 Project-MONAI/MONAI#6055 Install dev version of MONAI pointing at commit Project-MONAI/MONAI@958aac7
Fixes #6049
Description
This PR add support to
GridPatch
for both filtering by count and threshold. When filtering by threshold, thenum_patches
will be treated as maximum number of patches.UPDATE: It also removes the deprecated argument of
skimage.measure.regionprops
, 'coordinates', which was causing some test to fail.Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.