tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

MONAI Tutorials

Results 181 tutorials issues
Sort by recently updated
recently updated
newest added

It would be great if the [transform_visualization](https://github.com/Project-MONAI/tutorials/blob/master/modules/transform_visualization.ipynb) tutorial used a multi-class image such as the Brats Task01_BrainTumor. The `blend_image` function is most useful when each of the segmentation classes is...

**Describe the bug** ``` 03:06:50 Running ./modules/jupyter_utils.ipynb 03:06:50 Checking PEP8 compliance... 03:06:51 Running notebook... 03:06:51 Before: 03:06:51 "max_epochs = 10\n", 03:06:51 After: 03:06:51 "max_epochs = 1\n", 03:06:52 /opt/conda/lib/python3.8/site-packages/papermill/iorw.py:58: FutureWarning: pyarrow.HadoopFileSystem...

**Describe the bug** ``` Running ./deep_atlas/deep_atlas_tutorial.ipynb Checking PEP8 compliance... Running notebook... Before: "max_epochs = 60\n", "max_epochs = 120\n", After: "max_epochs = 1\n", "max_epochs = 1\n", Before: "val_interval = 5\n", "val_interval...

Can you provide a tutorial on using Vit?

**Is your feature request related to a problem? Please describe.** Sub task of ticket https://github.com/Project-MONAI/MONAI/issues/3482 Create an example of model package.

good first issue

**Describe the bug** because the core codebase now requires at least torch 1.6

**Is your feature request related to a problem? Please describe.** the git history already tracks the original authors of the tutorials, there's no need to include additional info.

I only use the Spleen 3D segmentation with MONAI tutorials, when run to "for batch_data in train_loader:", it can not enter to the next step "step += 1". I do...

question

**Is your feature request related to a problem? Please describe.** There are three distinct registration networks (UNet, LocalNet, GlobalNet) and two types of prediction (dvf and ddf) supported by MONAI....

Details: https://github.com/Project-MONAI/tutorials/tree/master/kaggle/RANZCR/4th_place_solution#places-uncovered We may need to change our efficientnet implementation in the future.

question