Conversation
bhashemian
left a comment
There was a problem hiding this comment.
It's better to move this file to pathology/multi_instance_learning/ folder. Thanks
|
I've moved it to pathology/multiple_instance_learning folder and updated the code to import existing components from monai (newly added and fixed components/transforms) |
|
There are some utility functions left here, I intend to keep them in the tutorial without adding to monai core:
@drbeh sounds good? |
Thanks @myron! |
|
LabelEncodeIntegerGraded - a way to embed class (when a class is a relative tumor grade). I've not run into it much previously, so it's probably not very common. We could consider it adding it |
Signed-off-by: myron <[email protected]>
|
I've updated the tutorial
|
bhashemian
left a comment
There was a problem hiding this comment.
@myron could you please remove datalist_panda_0.json, upload it here, and add download instruction in the notebook:
dataset_url = "https://drive.google.com/uc?id=........."
dataset_path = "datalist_panda_0.json"
gdown.download(dataset_url, dataset_path, quiet=False)
Signed-off-by: myron <[email protected]>
Signed-off-by: myron <[email protected]>
Signed-off-by: myron <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
Nic-Ma
left a comment
There was a problem hiding this comment.
Thanks for the quick update, I feel it overall looks good to me now, just several minor comments inline.
@drbeh , I saw you set request change, do you have any more comments?
Thanks in advance.
pathology/multiple_instance_learning/panda_mil_train_evaluate_pytorch_gpu.py
Show resolved
Hide resolved
pathology/multiple_instance_learning/panda_mil_train_evaluate_pytorch_gpu.py
Outdated
Show resolved
Hide resolved
|
I've made the changes |
|
@myron can you address the unresolved comments so that we can merge this example? |
bhashemian
left a comment
There was a problem hiding this comment.
Just waiting for #431 (comment) to be addressed.
|
@Nic-Ma, the PR looks good to me. Have your comments been addressed? Do you have any other comment? Thanks |
|
Paste the comments from Daguang:
Thanks. |
|
For the dependencies, you can follow the “Install dependencies" section of other pathology notebook: https://github.com/Project-MONAI/tutorials/blob/master/pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb First, you can check if MONAI is install or not, and then install it only if the user doesn’t have MONAI installed. Also you can do the same for the individual dependencies, so if the user has MONAI installed but not the dependencies, you can install them only if they are not already installed: |
Signed-off-by: myron <[email protected]>
|
I've added the curves |
I mean, I know how to do it. But what do you suggest to put in README for users? do you want to add all these instructions (seems pretty verbose and complicated). I think we can keep it as is. Thanks |
Signed-off-by: myron <[email protected]>
Signed-off-by: myron <[email protected]>
|
done |
|
Hi @drbeh , I see you marked Thanks. |
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (#455) The `pip install` statement is missing pytorch-ignite. Changing: `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm]"` to `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm, ignite]"` * Figures added, pretrained weights link added, minor fixes (#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]> Co-authored-by: Dong Yang <[email protected]> Co-authored-by: Nic Ma <[email protected]> Co-authored-by: nvahmadi <[email protected]> Co-authored-by: Vishwesh <[email protected]> Co-authored-by: vnath <[email protected]> Co-authored-by: myron <[email protected]> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Yiheng Wang <[email protected]> Co-authored-by: Wenqi Li <[email protected]>
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (#455) The `pip install` statement is missing pytorch-ignite. Changing: `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm]"` to `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm, ignite]"` * Figures added, pretrained weights link added, minor fixes (#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> * Add plot arch_code utils * Fix bugs in search and update readme * Fix combination weights bug * Small typo update * Fix minor bug in train_dints * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update Readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]>
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (#455) The `pip install` statement is missing pytorch-ignite. Changing: `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm]"` to `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm, ignite]"` * Figures added, pretrained weights link added, minor fixes (#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> * Add plot arch_code utils * Fix bugs in search and update readme * Fix combination weights bug * Small typo update * Fix minor bug in train_dints * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update Readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Change arch code keys * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]>
* MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]>
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (Project-MONAI#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (Project-MONAI#455) The `pip install` statement is missing pytorch-ignite. Changing: `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm]"` to `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm, ignite]"` * Figures added, pretrained weights link added, minor fixes (Project-MONAI#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (Project-MONAI#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (Project-MONAI#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (Project-MONAI#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (Project-MONAI#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (Project-MONAI#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]> Co-authored-by: Dong Yang <[email protected]> Co-authored-by: Nic Ma <[email protected]> Co-authored-by: nvahmadi <[email protected]> Co-authored-by: Vishwesh <[email protected]> Co-authored-by: vnath <[email protected]> Co-authored-by: myron <[email protected]> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Yiheng Wang <[email protected]> Co-authored-by: Wenqi Li <[email protected]>
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (Project-MONAI#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (Project-MONAI#455) The `pip install` statement is missing pytorch-ignite. Changing: `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm]"` to `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm, ignite]"` * Figures added, pretrained weights link added, minor fixes (Project-MONAI#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (Project-MONAI#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (Project-MONAI#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (Project-MONAI#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (Project-MONAI#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (Project-MONAI#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> * Add plot arch_code utils * Fix bugs in search and update readme * Fix combination weights bug * Small typo update * Fix minor bug in train_dints * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update Readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]>
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (Project-MONAI#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (Project-MONAI#455) The `pip install` statement is missing pytorch-ignite. Changing: `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm]"` to `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm, ignite]"` * Figures added, pretrained weights link added, minor fixes (Project-MONAI#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (Project-MONAI#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (Project-MONAI#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (Project-MONAI#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (Project-MONAI#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (Project-MONAI#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> * Add plot arch_code utils * Fix bugs in search and update readme * Fix combination weights bug * Small typo update * Fix minor bug in train_dints * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update Readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Change arch code keys * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]>
This adds an example of MIL classification from WSI images.
Let's discuss, which components we can move to MONAI core.
I think we can move MILmodel and ImageExtractPatches transform.
There are more components we can move too (or just keep them here as part of the tutorial)