MCPcopy Create free account

hub / github.com/YaoZhang93/MAML / functions

Functions895 in github.com/YaoZhang93/MAML

↓ 2 callersMethodupdate_loss
(self)
nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_graduallyTransitionFromCEToDice.py:28
↓ 2 callersMethodupdate_train_loss_MA
(self)
nnunet/training/network_training/network_trainer.py:620
↓ 2 callersFunctionverify_same_geometry
(img_1: sitk.Image, img_2: sitk.Image)
nnunet/preprocessing/sanity_checks.py:45
↓ 1 callersMethod__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
nnunet/experiment_planning/alternative_experiment_planning/target_spacing/experiment_planner_baseline_3DUNet_v21_noResampling.py:24
↓ 1 callersMethod__init__
This is the basic data loader for 3D networks. It uses preprocessed data as produced by my (Fabian) preprocessing. You can load the d
nnunet/training/dataloading/dataset_loading.py:156
↓ 1 callersMethod__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_MCC.py:22
↓ 1 callersMethod__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_Dice.py:22
↓ 1 callersMethod__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_Loss_Dice_lr1en3.py:21
↓ 1 callersMethod__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_dummyLoad.py:70
↓ 1 callersMethod__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
nnunet/training/network_training/nnUNet_variants/optimizer_and_lr/nnUNetTrainerV2_SGD_lrs.py:20
↓ 1 callersMethod__init__
(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
nnunet/training/network_training/nnUNet_variants/optimizer_and_lr/nnUNetTrainerV2_cycleAtEnd.py:45
↓ 1 callersMethod__init__
(self, apply_nonlin=None, alpha=None, gamma=2, balance_index=0, smooth=1e-5, size_average=True)
nnunet/training/loss_functions/focal_loss.py:38
↓ 1 callersMethod__init__
(self)
nnunet/network_architecture/neural_network.py:29
↓ 1 callersMethod__init__
(self, *args, **kwargs)
nnunet/network_architecture/custom_modules/helperModules.py:20
↓ 1 callersMethod__init__
(self, test=None, reference=None, labels=None,
nnunet/evaluation/evaluator.py:60
↓ 1 callersMethod_check_if_all_in_one_region
(seg, regions)
nnunet/experiment_planning/DatasetAnalyzer.py:51
↓ 1 callersMethod_collect_class_and_region_sizes
(seg, all_classes, vol_per_voxel)
nnunet/experiment_planning/DatasetAnalyzer.py:65
↓ 1 callersMethod_compute_stats
(voxels)
nnunet/experiment_planning/DatasetAnalyzer.py:169
↓ 1 callersMethod_internal_predict_3D_2Dconv
(self, x: np.ndarray, min_size: Tuple[int, int], do_mirroring: bool, mirro
nnunet/network_architecture/neural_network.py:750
↓ 1 callersMethod_internal_predict_3D_2Dconv_tiled
(self, x: np.ndarray, patch_size: Tuple[int, int], do_mirroring: bool,
nnunet/network_architecture/neural_network.py:800
↓ 1 callersMethod_internal_predict_3D_3Dconv
This one does fully convolutional inference. No sliding window
nnunet/network_architecture/neural_network.py:463
↓ 1 callersMethod_internal_predict_3D_3Dconv_tiled
(self, x: np.ndarray, step_size: float, do_mirroring: bool, mirror_axes: tuple,
nnunet/network_architecture/neural_network.py:287
↓ 1 callersFunctionassert_shape
(test, reference)
nnunet/evaluation/metrics.py:19
↓ 1 callersFunctioncheck_input_folder_and_return_caseIDs
(input_folder, expected_num_modalities)
nnunet/inference/predict.py:568
↓ 1 callersMethodcollect_intensity_properties
(self, num_modalities)
nnunet/experiment_planning/DatasetAnalyzer.py:181
↓ 1 callersFunctioncompress_everything
(output_base, num_processes=8)
nnunet/inference/pretrained_models/collect_pretrained_models.py:114
↓ 1 callersFunctioncompress_folder
inspired by https://stackoverflow.com/questions/1855095/how-to-create-a-zip-archive-of-a-directory-in-python
nnunet/inference/pretrained_models/collect_pretrained_models.py:126
↓ 1 callersMethodcompute_reference_for_vram_consumption_2d
()
nnunet/network_architecture/generic_modular_UNet.py:372
↓ 1 callersMethodcompute_reference_for_vram_consumption_3d
()
nnunet/network_architecture/generic_modular_UNet.py:357
↓ 1 callersFunctionconvert_2d_to_3d_generator
(data_dict)
nnunet/training/data_augmentation/custom_transforms.py:70
↓ 1 callersFunctionconvert_3d_to_2d_generator
(data_dict)
nnunet/training/data_augmentation/custom_transforms.py:60
↓ 1 callersFunctionconvert_labels_back_to_BraTS
(seg: np.ndarray)
nnunet/dataset_conversion/Task032_BraTS_2018.py:28
↓ 1 callersFunctionconvert_to_instance_seg
(arr: np.ndarray, spacing: tuple = (0.2, 0.125, 0.125))
nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:162
↓ 1 callersFunctionconvert_to_instance_seg
(arr: np.ndarray, spacing: tuple = (0.125, 0.125), small_center_threshold: int = 30,
nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:142
↓ 1 callersFunctionconvert_to_instance_seg2
(arr: np.ndarray, spacing: tuple = (0.2, 0.125, 0.125), small_center_threshold=30,
nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:197
↓ 1 callersFunctioncopy_fold
(in_folder: str, out_folder: str)
nnunet/inference/pretrained_models/collect_pretrained_models.py:26
↓ 1 callersFunctioncopy_model
:param directory: must have the 5 fold_X subfolders as well as a postprocessing.json and plans.pkl :param output_directory: :return:
nnunet/inference/pretrained_models/collect_pretrained_models.py:36
↓ 1 callersFunctioncrawl_and_copy
This script will run recursively through all subfolders of current_folder and copy all files that end with suffix with some automatically gen
nnunet/evaluation/collect_results_files.py:20
↓ 1 callersFunctioncrawl_and_remove_hidden_from_decathlon
(folder)
nnunet/experiment_planning/nnUNet_convert_decathlon_task.py:20
↓ 1 callersFunctioncreate_custom_splits_for_experiments
(task_path)
nnunet/dataset_conversion/Task114_heart_MNMs.py:91
↓ 1 callersFunctioncreate_nonzero_mask
(data)
nnunet/preprocessing/cropping.py:23
↓ 1 callersMethodcrop
(data, properties, seg=None)
nnunet/preprocessing/cropping.py:139
↓ 1 callersFunctioncrop_to_nonzero
:param data: :param seg: :param nonzero_label: this will be written into the segmentation map :return:
nnunet/preprocessing/cropping.py:84
↓ 1 callersFunctiondetermine_brats_postprocessing
(folder_with_preds, folder_with_gt, postprocessed_output_dir, processes=8, thresholds=(0, 10, 50, 100,
nnunet/dataset_conversion/Task082_BraTS_2020.py:86
↓ 1 callersMethoddetermine_shapes
(self)
nnunet/training/dataloading/dataset_loading.py:207
↓ 1 callersMethoddetermine_shapes
(self)
nnunet/training/dataloading/dataset_loading.py:429
↓ 1 callersFunctiondownload_and_install_pretrained_model_by_name
(taskname)
nnunet/inference/pretrained_models/download_pretrained_model.py:236
↓ 1 callersFunctiondownsample_seg_for_ds_transform2
(seg, ds_scales=((1, 1, 1), (0.5, 0.5, 0.5), (0.25, 0.25, 0.25)), order=0, axes=None)
nnunet/training/data_augmentation/downsampling.py:87
↓ 1 callersFunctiondownsample_seg_for_ds_transform3
(seg, ds_scales=((1, 1, 1), (0.5, 0.5, 0.5), (0.25, 0.25, 0.25)), classes=None)
nnunet/training/data_augmentation/downsampling.py:45
↓ 1 callersFunctionensemble
(training_output_folder1, training_output_folder2, output_folder, task, validation_folder, folds, allow_ensemb
nnunet/evaluation/model_selection/ensemble.py:39
↓ 1 callersFunctionevaluate_BraTS_case
attempting to reimplement the brats evaluation scheme assumes edema=1, non_enh=2, enh=3 :param arr: :param arr_gt: :return:
nnunet/dataset_conversion/Task082_BraTS_2020.py:347
↓ 1 callersFunctionexport_pretrained_model
(task_name: str, output_file: str, models: tuple = ("2d", "3d_lowres", "3d_fullres
nnunet/inference/pretrained_models/collect_pretrained_models.py:143
↓ 1 callersFunctionfalse_omission_rate
FN / (TN + FN)
nnunet/evaluation/metrics.py:228
↓ 1 callersFunctionfind_task_name
(folder, task_id)
nnunet/evaluation/model_selection/figure_out_what_to_submit.py:29
↓ 1 callersMethodfinish_online_evaluation
Can be implemented, does not have to :return:
nnunet/training/network_training/network_trainer.py:676
↓ 1 callersFunctionforeground_mean2
(filename)
nnunet/evaluation/model_selection/summarize_results_in_one_json.py:203
↓ 1 callersFunctiongenerate_ball
(spacing, radius, dtype=int)
nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:48
↓ 1 callersFunctiongenerate_border_as_suggested_by_twollmann
(label_img: np.ndarray, spacing, border_thickness: float = 2)
nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:58
↓ 1 callersFunctiongenerate_border_as_suggested_by_twollmann_2d
(label_img: np.ndarray, spacing, border_thickness: float = 2)
nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:56
↓ 1 callersFunctiongenerate_disk
(spacing, radius, dtype=int)
nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:46
↓ 1 callersFunctiongenerate_overlays_for_task
(task_name_or_id, output_folder, num_processes=8, modality_idx=0, use_preprocessed=True,
nnunet/utilities/overlay_plots.py:150
↓ 1 callersMethodget_basic_generators
(self)
nnunet/training/network_training/nnUNetTrainerCascadeFullRes.py:74
↓ 1 callersMethodget_basic_generators
(self)
nnunet/training/network_training/nnUNetTrainerV2_CascadeFullRes.py:75
↓ 1 callersFunctionget_bbox_from_mask
(mask, outside_value=0)
nnunet/preprocessing/cropping.py:34
↓ 1 callersFunctionget_caseIDs_from_splitted_dataset_folder
(folder)
nnunet/experiment_planning/utils.py:113
↓ 1 callersFunctionget_case_identifier
(case)
nnunet/preprocessing/cropping.py:51
↓ 1 callersMethodget_do_oversample
(self, batch_idx)
nnunet/training/dataloading/dataset_loading.py:204
↓ 1 callersMethodget_do_oversample
(self, batch_idx)
nnunet/training/dataloading/dataset_loading.py:442
↓ 1 callersFunctionget_foreground_mean
(results)
nnunet/evaluation/model_selection/figure_out_what_to_submit.py:41
↓ 1 callersFunctionget_ids_from_folder
(folder)
nnunet/dataset_conversion/Task115_COVIDSegChallenge.py:43
↓ 1 callersFunctionget_insaneDA_augmentation
(dataloader_train, dataloader_val, patch_size, params=default_3D_augmentation_params,
nnunet/training/data_augmentation/data_augmentation_insaneDA.py:39
↓ 1 callersMethodget_list_of_cropped_files
(self)
nnunet/preprocessing/cropping.py:175
↓ 1 callersFunctionget_mnms_data
(data_root)
nnunet/dataset_conversion/Task114_heart_MNMs.py:26
↓ 1 callersMethodget_modalities
(self)
nnunet/experiment_planning/DatasetAnalyzer.py:145
↓ 1 callersFunctionget_network_numpool
(patch_size, maxpool_cap=999, min_feature_map_size=4)
nnunet/experiment_planning/common_utils.py:257
↓ 1 callersFunctionget_patient_identifiers_from_cropped_files
(folder)
nnunet/preprocessing/cropping.py:119
↓ 1 callersMethodget_properties_for_stage
(self, current_spacing, original_spacing, original_shape, num_cases, num_moda
nnunet/experiment_planning/experiment_planner_baseline_2DUNet.py:45
↓ 1 callersMethodget_size_reduction_by_cropping
(self)
nnunet/experiment_planning/DatasetAnalyzer.py:151
↓ 1 callersMethodget_sizes_and_spacings_after_cropping
(self)
nnunet/experiment_planning/DatasetAnalyzer.py:134
↓ 1 callersFunctionhex_to_rgb
(hex: str)
nnunet/utilities/overlay_plots.py:41
↓ 1 callersMethodinitialize
(self, training=True, force_load_plans=False)
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_dummyLoad.py:27
↓ 1 callersMethodinitialize_network
replace genericUNet with the implementation of above for super speeds
nnunet/training/network_training/nnUNetTrainerV2_DP.py:124
↓ 1 callersMethodinitialize_network
- momentum 0.99 - SGD instead of Adam - self.lr_scheduler = None because we do poly_lr - deep supervision = True
nnunet/training/network_training/nnUNetTrainerV2.py:129
↓ 1 callersMethodinitialize_network
- momentum 0.99 - SGD instead of Adam - self.lr_scheduler = None because we do poly_lr - deep supervision = True
nnunet/training/network_training/nnUNetLightTrainerV2.py:129
↓ 1 callersMethodinitialize_network
This is specific to the U-Net and must be adapted for other network architectures :return:
nnunet/training/network_training/nnUNetTrainer.py:232
↓ 1 callersMethodinitialize_network
changed deep supervision to False :return:
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_GN.py:24
↓ 1 callersMethodinitialize_network
changed deep supervision to False :return:
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_noDeepSupervision.py:135
↓ 1 callersMethodinitialize_network
inference_apply_nonlin to sigmoid
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions.py:218
↓ 1 callersMethodinitialize_network
inference_apply_nonlin to sigmoid
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions_moreDA.py:52
↓ 1 callersMethodinitialize_network
(self)
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions_moreDA.py:160
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
nnunet/training/network_training/nnUNetTrainerV2_DP.py:151
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
nnunet/training/network_training/nnUNetTrainerV2.py:164
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
nnunet/training/network_training/nnUNetLightTrainerV2.py:164
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
nnunet/training/network_training/nnUNetTrainer.py:265
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
nnunet/training/network_training/nnUNet_variants/optimizer_and_lr/nnUNetTrainerV2_reduceMomentumDuringTraining.py:27
↓ 1 callersFunctionload_case_from_list_of_files
(data_files, seg_file=None)
nnunet/preprocessing/cropping.py:61
↓ 1 callersMethodload_cropped
(cropped_output_dir, case_identifier)
nnunet/preprocessing/preprocessing.py:217
↓ 1 callersMethodload_pretrained_plans
(self)
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_pretrained.py:29
↓ 1 callersFunctionmain
()
nnunet/postprocessing/consolidate_postprocessing_simple.py:23
↓ 1 callersFunctionmain
()
nnunet/experiment_planning/nnUNet_convert_decathlon_task.py:41
← previousnext →201–300 of 895, ranked by callers