Conversation
Signed-off-by: Behrooz <[email protected]>
Signed-off-by: Behrooz <[email protected]>
|
Hi @drbeh , Thanks for the quick PR! Thanks. |
|
Sure, let me check that. |
Signed-off-by: Behrooz <[email protected]>
229e984 to
be2a247
Compare
Signed-off-by: Behrooz <[email protected]>
|
@Nic-Ma, @wyli, I moved the datasets to the google drive and updated the README with the download links. For testing this pipeline (without any performance gain), you should download two images (tumor_001 and tumor_101) as mentioned in the README from here |
|
Looks good to me. My concern is that we'll probably break this tutorial when developing the core codebase. This happened before Project-MONAI/MONAI#2571, and it was detected manually -- which is not efficient. So I'm wondering whether we should also convert this into an integration test in MONAI (e.g. https://github.com/Project-MONAI/MONAI/blob/dev/tests/test_integration_determinism.py), to download some testing data (e.g. https://github.com/Project-MONAI/MONAI/blob/7f42efe0ab55730c302aba87bcd9bf75c4bfc496/tests/test_patch_wsi_dataset.py#L27-L28), run a few training steps. |
|
@wyli, I agree with you that we should have an integration test in MONAI for pathology too. I can make a simplified version of this for integration but it requires to download two large images (3.1GB and 1.4GB). Wouldn't it be a problem? Anyways, We should have some examples in tutorials, shouldn't we? |
|
Adding tests will be great. gigabytes of testing data will cause issues, is it possible to have a smaller test? Yes we should have examples in the tutorial, and ideally other developers should be able to help maintain it when you are not available. |
wyli
left a comment
There was a problem hiding this comment.
thanks, created a separate ticket for the integration test Project-MONAI/MONAI#2676. @Nic-Ma could you please help confirm/merge this PR?
Signed-off-by: Behrooz <[email protected]>
Nic-Ma
left a comment
There was a problem hiding this comment.
Looks good to me.
Could you please help also update the README doc of this repo to include this pipeline?
https://github.com/Project-MONAI/tutorials/blob/master/README.md
Thanks in advance.
Signed-off-by: Behrooz <[email protected]>
|
README is updated! |
* Add README Signed-off-by: Behrooz <[email protected]> * Add camelyon train/evaluate pipline with ignite Signed-off-by: Behrooz <[email protected]> * Update default dataset Signed-off-by: Behrooz <[email protected]> * Update README with dataset downloads Signed-off-by: Behrooz <[email protected]> * Change the reference to the default dataset Signed-off-by: Behrooz <[email protected]> * Update READMEs Signed-off-by: Behrooz <[email protected]>
Description
This PR adds a pathology pipeline example to train and evaluate a model to detect tumors on whole-slide histopathology images. This pipeline uses ignite-based MONAI workflow.
Status
Ready
Checks