MCPcopy Create free account

hub / github.com/MrGiovanni/UNetPlusPlus / functions

Functions963 in github.com/MrGiovanni/UNetPlusPlus

↓ 1 callersMethodto_array
Return result as numpy array (labels x metrics).
pytorch/nnunet/evaluation/evaluator.py:233
↓ 1 callersFunctiontranspose_shape
Converts a tuple or a list to the correct `data_format`. It does so by switching the positions of its elements. # Arguments shape: Tup
keras/segmentation_models/common/functions.py:5
↓ 1 callersMethodupdate_eval_criterion_MA
If self.all_val_eval_metrics is unused (len=0) then we fall back to using -self.all_val_losses for the MA to determine early stopping
pytorch/nnunet/training/network_training/network_trainer.py:563
↓ 1 callersMethodupdate_train_loss_MA
(self)
pytorch/nnunet/training/network_training/network_trainer.py:655
↓ 1 callersMethodvalidate
disable nnunet postprocessing. this would just waste computation time and does not benefit brats !!!We run this with use_sliding_win
pytorch/nnunet/training/network_training/nnUNet_variants/miscellaneous/nnUNetTrainerV2_fullEvals.py:43
↓ 1 callersFunctionverify_all_same_orientation
This should run after cropping :param folder: :return:
pytorch/nnunet/preprocessing/sanity_checks.py:25
↓ 1 callersFunctionverify_dataset_integrity
folder needs the imagesTr, imagesTs and labelsTr subfolders. There also needs to be a dataset.json checks if all training cases and labels ar
pytorch/nnunet/preprocessing/sanity_checks.py:90
↓ 1 callersFunctionwU_Net
(img_rows, img_cols, color_type=1, num_class=1)
keras/helper_functions.py:145
↓ 1 callersFunctionwrite_plans_to_file
(f, plans_file)
pytorch/nnunet/experiment_planning/summarize_plans.py:37
↓ 1 callersFunctionwrite_plans_to_file
(f, plans_file, stage=0, do_linebreak_at_end=True, override_name=None)
pytorch/nnunet/evaluation/model_selection/summarize_results_with_plans.py:30
FunctionConv2DUpsample
(filters, upsample_rate, kernel_size=(3,3), up_name='
keras/segmentation_models/linknet/blocks.py:42
FunctionFPN
Implementation of FPN head for segmentation models according to: http://presentations.cocodataset.org/COCO17-Stuff-FAIR.pdf Args:
keras/segmentation_models/fpn/model.py:24
FunctionInceptionResNetV2
Instantiates the Inception-ResNet v2 architecture. Optionally loads weights pre-trained on ImageNet. Note that when using TensorFlow, for best
keras/segmentation_models/backbones/inception_resnet_v2.py:173
FunctionInceptionV3
Instantiates the Inception v3 architecture. Optionally loads weights pre-trained on ImageNet. Note that when using TensorFlow, for best pe
keras/segmentation_models/backbones/inception_v3.py:87
FunctionLinknet
Version of Linkent model (https://arxiv.org/pdf/1707.03718.pdf) This implementation by default has 4 skip connection links (original - 3).
keras/segmentation_models/linknet/model.py:24
FunctionPSPNet
Exploit the capability of global context information by different-regionbased context aggregation through pyramid pooling module together wit
keras/segmentation_models/pspnet/model.py:47
FunctionResNeXt101
(input_shape, input_tensor=None, weights=None, classes=1000, include_top=True)
keras/segmentation_models/backbones/classification_models/classification_models/resnext/models.py:20
FunctionResNeXt50
(input_shape, input_tensor=None, weights=None, classes=1000, include_top=True)
keras/segmentation_models/backbones/classification_models/classification_models/resnext/models.py:6
FunctionResNet101
(input_shape, input_tensor=None, weights=None, classes=1000, include_top=True)
keras/segmentation_models/backbones/classification_models/classification_models/resnet/models.py:47
FunctionResNet152
(input_shape, input_tensor=None, weights=None, classes=1000, include_top=True)
keras/segmentation_models/backbones/classification_models/classification_models/resnet/models.py:60
FunctionResNet18
(input_shape, input_tensor=None, weights=None, classes=1000, include_top=True)
keras/segmentation_models/backbones/classification_models/classification_models/resnet/models.py:6
FunctionResNet34
(input_shape, input_tensor=None, weights=None, classes=1000, include_top=True)
keras/segmentation_models/backbones/classification_models/classification_models/resnet/models.py:20
FunctionResNet50
(input_shape, input_tensor=None, weights=None, classes=1000, include_top=True)
keras/segmentation_models/backbones/classification_models/classification_models/resnet/models.py:34
FunctionTranspose2D_block
(filters, stage, cols, kernel_size=(3,3), upsample_rate=(2,2), transpose_kernel_size=(4,
keras/segmentation_models/xnet/blocks.py:53
FunctionTranspose2D_block
(filters, stage, cols, kernel_size=(3,3), upsample_rate=(2,2), transpose_kernel_size=(4,
keras/segmentation_models/nestnet/blocks.py:50
FunctionTranspose2D_block
(filters, stage, kernel_size=(3,3), upsample_rate=(2,2), transpose_kernel_size=(4,4), us
keras/segmentation_models/unet/blocks.py:49
FunctionUpsample2D_block
(filters, stage, cols, kernel_size=(3,3), upsample_rate=(2,2), use_batchnorm=False, skip=
keras/segmentation_models/xnet/blocks.py:28
FunctionUpsample2D_block
(filters, stage, cols, kernel_size=(3,3), upsample_rate=(2,2), use_batchnorm=False, skip=
keras/segmentation_models/nestnet/blocks.py:28
FunctionUpsample2D_block
(filters, stage, kernel_size=(3,3), upsample_rate=(2,2), use_batchnorm=False, skip=None)
keras/segmentation_models/unet/blocks.py:27
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/pyramid_augmentations.py:39
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/pyramid_augmentations.py:78
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/pyramid_augmentations.py:111
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/pyramid_augmentations.py:164
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/downsampling.py:40
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/downsampling.py:82
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/custom_transforms.py:23
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/custom_transforms.py:46
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/custom_transforms.py:84
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/custom_transforms.py:92
Method__call__
(self, **data_dict)
pytorch/nnunet/training/data_augmentation/custom_transforms.py:110
Method__call__
(self, module)
pytorch/nnunet/network_architecture/initialization.py:23
Method__call__
(self, module)
pytorch/nnunet/network_architecture/initialization.py:34
Method__enter__
(self)
pytorch/nnunet/utilities/random_stuff.py:17
Method__exit__
(self, *args)
pytorch/nnunet/utilities/random_stuff.py:20
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/experiment_planner_baseline_3DUNet_v21.py:31
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/experiment_planner_baseline_3DUNet.py:33
Method__init__
:param folder_with_cropped_data: :param overwrite: If True then precomputed values will not be used and instead recomputed from the d
pytorch/nnunet/experiment_planning/DatasetAnalyzer.py:28
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/experiment_planner_baseline_2DUNet_v21.py:24
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/experiment_planner_baseline_2DUNet.py:33
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_3convperstage.py:32
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_residual_3DUNet_v21.py:27
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_11GB.py:29
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v23.py:23
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_32GB.py:29
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v22.py:24
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/patch_size/experiment_planner_3DUNet_isotropic_in_voxels.py:33
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/patch_size/experiment_planner_3DUNet_isotropic_in_mm.py:32
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/pooling_and_convs/experiment_planner_baseline_3DUNet_allConv3x3.py:25
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/pooling_and_convs/experiment_planner_baseline_3DUNet_poolBasedOnSpacing.py:25
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/target_spacing/experiment_planner_baseline_3DUNet_targetSpacingForAnisoAxis.py:21
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_CT2.py:30
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_nonCT.py:27
Method__init__
:param normalization_scheme_per_modality: dict {0:'nonCT'} :param use_nonzero_mask: {0:False} :param intensityproperties:
pytorch/nnunet/preprocessing/preprocessing.py:202
Method__init__
(self, normalization_scheme_per_modality, use_nonzero_mask, transpose_forward: (tuple, list), intensitypropert
pytorch/nnunet/preprocessing/preprocessing.py:571
Method__init__
This one finds a mask of nonzero elements (must be nonzero in all modalities) and crops the image to that mask. In the case of BRaTS
pytorch/nnunet/preprocessing/cropping.py:124
Method__init__
This is the basic data loader for 2D networks. It uses preprocessed data as produced by my (Fabian) preprocessing. You can load the d
pytorch/nnunet/training/dataloading/dataset_loading.py:383
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNetTrainerCascadeFullRes.py:37
Method__init__
(self, plans_file, fold, local_rank, output_folder=None, dataset_directory=None, batch_dice=True,
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DDP.py:42
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DP.py:35
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNetTrainerV2_CascadeFullRes.py:41
Method__init__
A generic class that can train almost any neural network (RNNs excluded). It provides basic functionality such as the training loop,
pytorch/nnunet/training/network_training/network_trainer.py:43
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNetTrainerV2.py:44
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNetTrainerV2_fp32.py:24
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:44
Method__init__
:param deterministic: :param fold: can be either [0 ... 5) for cross-validation, 'all' to train on all available training data or
pytorch/nnunet/training/network_training/nnUNetTrainer.py:49
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/nnUNetTrainerCE.py:19
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_dummyLoad.py:72
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:53
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:78
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:153
Method__init__
(self, plans_file, fold, local_rank, output_folder=None, dataset_directory=None, batch_dice=True,
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:228
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/miscellaneous/nnUNetTrainerV2_fullEvals.py:32
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_MCC.py:31
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_TopK10.py:21
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_Dice_squared.py:22
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_CEGDL.py:21
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_graduallyTransitionFromCEToDice.py:22
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_CE.py:19
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_Dice.py:30
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_DiceTopK10.py:21
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_ForceSD.py:20
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_focalLoss.py:207
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_Dice_lr1en3.py:29
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_ForceBD.py:20
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/cascade/nnUNetTrainerV2CascadeFullRes_shorter.py:20
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/cascade/nnUNetTrainerV2CascadeFullRes_lowerLR.py:20
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/cascade/nnUNetTrainerV2CascadeFullRes_shorter_lowerLR.py:20
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_softDeepSupervision.py:34
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_noDeepSupervision.py:33
Method__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_NoNormalization_lr1en3.py:21
← previousnext →401–500 of 963, ranked by callers