-
Notifications
You must be signed in to change notification settings - Fork 739
1090-enhance-tutorials #1100
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
1090-enhance-tutorials #1100
Conversation
Signed-off-by: binliu <[email protected]>
Signed-off-by: Bin Liu (SW-GPU) <[email protected]>
Signed-off-by: Bin Liu (SW-GPU) <[email protected]>
Signed-off-by: Bin Liu (SW-GPU) <[email protected]>
…tem to CAI tutorial Signed-off-by: Bin Liu (SW-GPU) <[email protected]>
Signed-off-by: Bin Liu (SW-GPU) <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Signed-off-by: Bin Liu (SW-GPU) <[email protected]>
Signed-off-by: Bin Liu (SW-GPU) <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Hi @binliunls . Thank you for the PR and making changes on so many files. Below are my comments. For
|
Hi @wyli, Thanks, |
Signed-off-by: binliu <[email protected]>
sure, in monai v1.1.0 we released a bug fix (Project-MONAI/MONAI@c8ef7fe ), and the fix broke the tutorial (ticket #1056), then I fixed the tutorial with this update (5d490ea). |
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Hi @mingxin-zheng , Thanks, |
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Hi, video doesn't appear to be working for me, either. This stackoverflow post has a few ideas on how to fix if anyone wants to give those a go: https://stackoverflow.com/a/68381044/12411867. |
Signed-off-by: Mingxin Zheng <[email protected]>
Hi @rijobro @binliunls , if it needs some tweaking to get it work, how about removing this code cell, or replace it by other solutions, such as writing a video file? |
I'd be grateful if someone wanted to invest some time to get it working in some capacity. The purpose of the notebook is to segment a video, so it's a shame to not then show the segmented video at the end. We could save it to file and allow the user to view externally, but this requires more effort from the user, so fewer people will review the video, especially if using Google Colab or jupyter notebook over SSH. |
Signed-off-by: Mingxin Zheng <[email protected]>
@binliunls did you try to resolve this issue? I remember we had similar conversations a month or two ago about this Video plugin. @rijobro |
Signed-off-by: Mingxin Zheng <[email protected]>
I'm definitely ok to have a separate issue/pr to fix the video playback! Don't think it should be deleted from the source code in this pr though - - it'll mess up the diff to delete something and then add it back in. |
Signed-off-by: binliu <[email protected]>
…/tutorials into 1090-improve-tutorials
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
…eline Signed-off-by: binliu <[email protected]>
…ideline Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
…ttp one to local path Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]> Fixes Project-MONAI#1090 . ### Description Fix some basic problems occured during test. ### Checks - [x] Reconstruction tutorial: - [x] some typo and grammar problems in the readme file. - [x] `fastmri_ssim.py` absents in `varnet_demo` folder. - [x] the checkpoint device directly map to 'cpu' in [unet_demo/inference.ipynb](https://github.com/binliunls/tutorials/blob/1014-mlflow-handler-tutorial/reconstruction/MRI_reconstruction/unet_demo/inference.ipynb). - [x] Detection tutorial: - [x] some typo, link and grammar problems in the readme file. - [x] CAI tutorial: - [x] add explanation for opencv codec error in the `video_seg` tutorial. - [x] use `EnsureChannelFirst` instead of `AsChannelFirst` in `endoscopic inbody classification tutorial`. - [x] accuracy in endoscopic inbody classfication tutorial should be a number instead of tensor. - [x] Pathology tutorial: - [x] some useless cell output in nuclick tutorial. - [x] Add license to above tutorials - [x] Check license in other tutorials Signed-off-by: binliu <[email protected]> Signed-off-by: Bin Liu (SW-GPU) <[email protected]> Signed-off-by: Mingxin Zheng <[email protected]> Signed-off-by: mingxin-zheng <[email protected]> Signed-off-by: Mingxin Zheng <[email protected]> Co-authored-by: mingxin-zheng <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]>
Signed-off-by: binliu [email protected]
Fixes #1090 .
Description
Fix some basic problems occured during test.
Checks
Reconstruction tutorial:
fastmri_ssim.py
absents invarnet_demo
folder.Detection tutorial:
CAI tutorial:
video_seg
tutorial.EnsureChannelFirst
instead ofAsChannelFirst
inendoscopic inbody classification tutorial
.Pathology tutorial:
Add license to above tutorials
Check license in other tutorials