-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Sliding Patch WSI Dataset #4239
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
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>
|
Hi @Nic-Ma can you too help to review this PR? Thanks |
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>
wyli
left a comment
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.
thanks, please see some comments inline
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>
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>
wyli
left a comment
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.
thanks, this enhances the sliding window functions and adds wsi sliding window support.
|
/build |
|
there's a test error... with I think the class could inherit Line 33 in eb60b9c
|
@wyli |
|
I guess because there are multiple MONAI/monai/data/wsi_datasets.py Line 232 in b520d68
with the randomizable API, it's possible to use self.R.randint(low, high), so that it controls the local random state. pls see the seed usage: (MONAI/tests/test_mednistdataset.py Line 59 in db61a08
|
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
|
/build |
|
/build |
1 similar comment
|
/build |
|
@wyli, it seems that blossom-ci has failed. Can you provide details about it? Thanks |
|
I think the current errors are irrelevant to the PR, I'm working on it |
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Fixes #4179
Description
This PR implements
SlidingPatchWSIDatasetthat extract patches from one or multiple whole slide images in a sliding-window manner. This is useful for the inference of the pathology pipelines.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.make htmlcommand in thedocs/folder.