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

``` 08:26:03 Running ./pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb 08:26:03 Checking PEP8 compliance... 08:26:03 Running notebook... 08:26:11 MONAI version: 1.3.0+87.ge9e27385 08:26:11 Numpy version: 1.22.2 08:26:11 Pytorch version: 2.1.0a0+29c30b1 08:26:11 MONAI flags: HAS_EXT = False, USE_COMPILED...

bug

The tutorial accompanying the[ pull request #7308 ](https://github.com/Project-MONAI/MONAI/pull/7308 )for MONAI core, which adds SURE-loss and Conjugate Gradient ### Description A few sentences describing the changes proposed in this pull request....

### Discussed in https://github.com/Project-MONAI/tutorials/discussions/1651 Originally posted by **vectorzwt** February 25, 2024 My task requires segmenting images from two time periods simultaneously, so my model needs to accept two inputs at...

**Describe the bug** This Class [ConvertToMultiChannelBasedOnBratsClassesd](https://github.com/Project-MONAI/tutorials/blob/c75cce3887c01fcea0b69e89f4d1e977fae2e782/acceleration/distributed_training/brats_training_ddp.py#L95) is used in [brats_training_ddp.py](https://github.com/Project-MONAI/tutorials/blob/c75cce3887c01fcea0b69e89f4d1e977fae2e782/acceleration/distributed_training/brats_training_ddp.py#L95) and [brats_segmentation_3d.ipynb](https://github.com/Project-MONAI/tutorials/blob/c75cce3887c01fcea0b69e89f4d1e977fae2e782/3d_segmentation/brats_segmentation_3d.ipynb). It may map the label data to wrong classes. According to its docstring, it describes that label 2...

**Problem** I just discovered the hard way that BundleGen completely clobbers existing bundles, not only overwriting files, but deleting files it does not write (like training output). **Desired solution** It...

enhancement

what is this error about? I am getting this error while performing resampling over skull-striped MRI. the code is following: ```python import monai import numpy as np from monai.transforms import...

Fixes # . ### Description @Al3xand1a and @ge96lip create these 2 tutorials for 2 networks that were recently accepted in MONAI core: DAF3D[1] and Quicknat[2] We would like to have...

Hi, I am trying to follow the 3D segmentation Tutorial, When I run the code on CPU local machine, the tutorial is working fine, But the moment I start training...

**Bug Description** I'm trying to use a custom collate function for a dataloader, while I create the custom dataloader, the scans are fetched randomly from a collection which is gathered...

I follow the tutorial monailabel_radiology_spleen_segmentation_OHIF.ipynb and can start the app. When I want to edit the inference labels as shown below: ![image](https://github.com/Project-MONAI/tutorials/assets/26159816/d5d63acd-c0ec-4257-acd8-922ee968935f) I can not find the "segmentation" tool buttons...