-
Notifications
You must be signed in to change notification settings - Fork 765
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 <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
…tem to CAI tutorial Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
|
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 <binliu@nvidia.com>
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 <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
Hi @mingxin-zheng , Thanks, |
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
|
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 <mingxinz@nvidia.com>
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 <mingxinz@nvidia.com>
|
@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 <mingxinz@nvidia.com>
|
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 <binliu@nvidia.com>
…/tutorials into 1090-improve-tutorials
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
…eline Signed-off-by: binliu <binliu@nvidia.com>
…ideline Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
…ttp one to local path Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com>
Signed-off-by: binliu <binliu@nvidia.com> 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 <binliu@nvidia.com> Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com> Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> Signed-off-by: mingxin-zheng <18563433+mingxin-zheng@users.noreply.github.com> Signed-off-by: Mingxin Zheng <mingxinz@nvidia.com> Co-authored-by: mingxin-zheng <mingxin-zheng@users.noreply.github.com> Co-authored-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> Co-authored-by: Mingxin Zheng <mingxinz@nvidia.com>
Signed-off-by: binliu binliu@nvidia.com
Fixes #1090 .
Description
Fix some basic problems occured during test.
Checks
Reconstruction tutorial:
fastmri_ssim.pyabsents invarnet_demofolder.Detection tutorial:
CAI tutorial:
video_segtutorial.EnsureChannelFirstinstead ofAsChannelFirstinendoscopic inbody classification tutorial.Pathology tutorial:
Add license to above tutorials
Check license in other tutorials