-
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
Zarr Merger #6633
Zarr Merger #6633
Conversation
We do also need tests to cover this code. Zarr does look interesting, I wonder if it would have other application MONAI, eg. data handling in transforms. |
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Hi @ericspod, please take another look and let me know if you have any other comments. Thanks |
Signed-off-by: Behrooz <[email protected]>
/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.
looks good to me, @ericspod please feel free to follow up if anything missing
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.
Looks good, I had just very minor changes to docs.
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: Dr. Behrooz Hashemian <[email protected]>
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: Dr. Behrooz Hashemian <[email protected]>
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: Dr. Behrooz Hashemian <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
/build |
This PR add an example for `ZarrAvgMerger` to be plugged into `PatchInferer` along with `WSISlidingWindowSplitter`. Note: Project-MONAI/MONAI#6633 in MONAI core should be merged before this one. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Avoid including large-size files in the PR. - [x] Clean up long text outputs from code cells in the notebook. - [x] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [x] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: Behrooz <[email protected]>
This PR add an example for `ZarrAvgMerger` to be plugged into `PatchInferer` along with `WSISlidingWindowSplitter`. Note: Project-MONAI/MONAI#6633 in MONAI core should be merged before this one. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Avoid including large-size files in the PR. - [x] Clean up long text outputs from code cells in the notebook. - [x] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [x] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: Behrooz <[email protected]>
Fixes #6006
Description
This PR implements
ZarrAvgMerger
which can be used for patch inference. Also a use case is demonstrated here.Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.