MCPcopy Create free account

hub / github.com/YaoZhang93/MAML / functions

Functions895 in github.com/YaoZhang93/MAML

Method__init__
(self, previous, num_classes, num_blocks_per_stage=None, network_props=None, deep_supervision=False,
nnunet/network_architecture/generic_modular_residual_UNet.py:135
Method__init__
(self, input_channels, base_num_features, num_blocks_per_stage_encoder, feat_map_mul_on_downscale,
nnunet/network_architecture/generic_modular_residual_UNet.py:269
Method__init__
As opposed to the Generic_UNet, this class will compute parts of the loss function in the forward pass. This is useful for GPU parall
nnunet/network_architecture/generic_UNet_DP.py:27
Method__init__
(self)
nnunet/network_architecture/neural_network.py:49
Method__init__
(self, neg_slope=1e-2)
nnunet/network_architecture/initialization.py:20
Method__init__
(self, gain=1)
nnunet/network_architecture/initialization.py:31
Method__init__
(self, input_channels, output_channels, conv_op=nn.Conv2d, conv_kwargs=None,
nnunet/network_architecture/generic_UNet.py:31
Method__init__
stacks ConvDropoutNormLReLU layers. initial_stride will only be applied to first layer in the stack. The other parameters affect all layers
nnunet/network_architecture/generic_UNet.py:80
Method__init__
basically more flexible than v1, architecture is the same Does this look complicated? Nah bro. Functionality > usability Th
nnunet/network_architecture/generic_UNet.py:184
Method__init__
(self, input_channels, output_channels, conv_op=nn.Conv2d, conv_kwargs=None,
nnunet/network_architecture/generic_MAML.py:31
Method__init__
stacks ConvDropoutNormLReLU layers. initial_stride will only be applied to first layer in the stack. The other parameters affect all layers
nnunet/network_architecture/generic_MAML.py:80
Method__init__
basically more flexible than v1, architecture is the same Does this look complicated? Nah bro. Functionality > usability Th
nnunet/network_architecture/generic_MAML.py:184
Method__init__
basically more flexible than v1, architecture is the same Does this look complicated? Nah bro. Functionality > usability Th
nnunet/network_architecture/generic_MAML.py:444
Method__init__
(self, num_features: int, eps=1e-6, **kwargs)
nnunet/network_architecture/custom_modules/feature_response_normalization.py:24
Method__init__
if network_props['dropout_op'] is None then no dropout if network_props['norm_op'] is None then no norm :param input_channels
nnunet/network_architecture/custom_modules/conv_blocks.py:22
Method__init__
if network_props['dropout_op'] is None then no dropout if network_props['norm_op'] is None then no norm :param input_channels
nnunet/network_architecture/custom_modules/conv_blocks.py:59
Method__init__
This is the conv bn nonlin conv bn nonlin kind of block :param in_planes: :param out_planes: :param props: :p
nnunet/network_architecture/custom_modules/conv_blocks.py:87
Method__init__
This is the conv bn nonlin conv bn nonlin kind of block :param in_planes: :param out_planes: :param props: :p
nnunet/network_architecture/custom_modules/conv_blocks.py:149
Method__init__
(self)
nnunet/network_architecture/custom_modules/mish.py:18
Method__init__
(self, num_channels, eps=1e-5, affine=True, num_groups=8)
nnunet/network_architecture/custom_modules/helperModules.py:28
Method__init__
(self, *args, **kwargs)
nnunet/evaluation/evaluator.py:271
Method__init__
(self, test=None, reference=None)
nnunet/evaluation/metrics.py:27
Method__setstate__
(self, state)
nnunet/training/optimizer/ranger.py:64
Method_get_unique_labels
(self, patient_identifier)
nnunet/experiment_planning/DatasetAnalyzer.py:76
Method_get_voxels_in_foreground
(self, patient_identifier, modality_id)
nnunet/experiment_planning/DatasetAnalyzer.py:161
Method_load_seg_analyze_classes
1) what class is in this training case? 2) what is the size distribution for each class? 3) what is the region size of each c
nnunet/experiment_planning/DatasetAnalyzer.py:81
Method_run_internal
(self, target_spacing, case_identifier, output_folder_stage, cropped_output_dir, force_separate_z,
nnunet/preprocessing/preprocessing.py:320
Functionaccuracy
(TP + TN) / (TP + FP + FN + TN)
nnunet/evaluation/metrics.py:201
Functionadd_classes_in_slice_info
We need this for 2D dataloader with oversampling. As of now it will detect slices that contain specific classes at run time, meaning it needs
nnunet/experiment_planning/utils.py:190
Methodadd_metric
(self, metric)
nnunet/evaluation/evaluator.py:147
Functionaggregate_scores_for_experiment
(score_file, labels=None, metrics=Eval
nnunet/evaluation/evaluator.py:403
Methodanalyse_segmentations
(self)
nnunet/experiment_planning/DatasetAnalyzer.py:113
Functionapply_brats_threshold
(fname, out_dir, threshold, replace_with)
nnunet/dataset_conversion/Task082_BraTS_2020.py:32
Functionavg_surface_distance
(test=None, reference=None, confusion_matrix=None, nan_for_nonexisting=True, voxel_spacing=None, connectivity=
nnunet/evaluation/metrics.py:350
Functionavg_surface_distance_symmetric
(test=None, reference=None, confusion_matrix=None, nan_for_nonexisting=True, voxel_spacing=None, connectivity=
nnunet/evaluation/metrics.py:368
Functioncheck_dataset_same
:param dataset_old: :param dataset_new: :return:
nnunet/dataset_conversion/Task115_COVIDSegChallenge.py:234
Functioncollect_and_prepare
collect all cv_niftis, compute brats metrics, compute enh tumor thresholds and summarize in csv :param base_dir: :return:
nnunet/dataset_conversion/Task082_BraTS_2020.py:117
Methodcompute_approx_vram_consumption
(patch_size, base_num_features, max_num_features, num_modalities, pool
nnunet/network_architecture/generic_modular_UNet.py:163
Methodcompute_approx_vram_consumption
This only applies for num_blocks_per_stage and convolutional_upsampling=True not real vram consumption. just a constant term to which
nnunet/network_architecture/generic_modular_UNet.py:288
Methodcompute_approx_vram_consumption
(patch_size, base_num_features, max_num_features, num_modalities, pool
nnunet/network_architecture/generic_modular_residual_UNet.py:113
Methodcompute_approx_vram_consumption
This only applies for num_conv_per_stage and convolutional_upsampling=True not real vram consumption. just a constant term to which t
nnunet/network_architecture/generic_modular_residual_UNet.py:232
Methodcompute_approx_vram_consumption
(patch_size, base_num_features, max_num_features, num_modalities, num_
nnunet/network_architecture/generic_modular_residual_UNet.py:290
Methodcompute_approx_vram_consumption
This only applies for num_conv_per_stage and convolutional_upsampling=True not real vram consumption. just a constant term to which t
nnunet/network_architecture/generic_MAML.py:564
Functioncompute_dice_scores
(ref: str, pred: str)
nnunet/dataset_conversion/Task040_KiTS.py:28
Functionconvert_2d_segmentation_nifti_to_img
(nifti_file: str, output_filename: str, transform=None, export_dtype=np.uint8)
nnunet/utilities/file_conversions.py:99
Functionconvert_3d_segmentation_nifti_to_tiff
(nifti_file: str, output_filename: str, transform=None, export_dtype=np.uint8)
nnunet/utilities/file_conversions.py:109
Functionconvert_3d_tiff_to_nifti
filenames must be a list of strings, each pointing to a separate 3d tiff file. One file per modality. If your data only has one imaging modal
nnunet/utilities/file_conversions.py:63
Functionconvert_CT_seg
(loaded_png)
nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:41
Functionconvert_all_to_BraTS
(input_folder, output_folder, expected_num_cases=125)
nnunet/dataset_conversion/Task082_BraTS_2020.py:315
Functionconvert_all_to_instance
(input_folder: str, output_folder: str, processes: int = 24, better: bool = False)
nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:267
Functionconvert_folder_to_instanceseg
(folder_in: str, folder_out: str, spacing, processes: int = 12)
nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:210
Functionconvert_for_submission
I believe they want .nii, not .nii.gz :param source_dir: :param target_dir: :return:
nnunet/dataset_conversion/Task055_SegTHOR.py:23
Functionconvert_for_submission
(source_dir, target_dir)
nnunet/dataset_conversion/Task035_ISBI_MSLesionSegmentationChallenge.py:29
Functionconvert_seg_to_intensity_task3
(seg)
nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:63
Functionconvert_seg_to_intensity_task5
(seg)
nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:54
Functionconvert_task_name_to_id
(task_name: str)
nnunet/utilities/task_name_id_conversion.py:64
Functionconvert_to_nii_gz
(filename)
nnunet/dataset_conversion/Task035_ISBI_MSLesionSegmentationChallenge.py:23
Functionconvert_to_npy
(args)
nnunet/training/dataloading/dataset_loading.py:37
Functionconvert_to_submission
(source_dir, target_dir)
nnunet/dataset_conversion/Task027_AutomaticCardiacDetectionChallenge.py:22
Functionconvert_to_tiff
(nifti_image: str, output_name: str)
nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:157
Functionconvert_to_tiff
(nifti_image: str, output_name: str)
nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:229
Functionconvert_variant2_predicted_test_to_submission_format
output_folder is where the extracted template is :param folder_with_predictions: :param output_folder: :return:
nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:76
Functioncopy_npz_fom_valsets
this is preparation for ensembling :return:
nnunet/dataset_conversion/Task040_KiTS.py:107
Functioncreate_lists_from_splitted_dataset_folder
does not rely on dataset.json :param folder: :return:
nnunet/experiment_planning/utils.py:100
Functioncrop_2D_image_force_fg
img must be [c, x, y] img[-1] must be the segmentation with segmentation>0 being foreground :param img: :param crop_size: :param
nnunet/training/dataloading/dataset_loading.py:113
Functiondelete_npy
(folder)
nnunet/training/dataloading/dataset_loading.py:81
Methoddetermine_normalization_scheme
(self)
nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_nonCT.py:32
Methoddetermine_postprocessing
(self)
nnunet/experiment_planning/experiment_planner_baseline_3DUNet.py:94
Functiondice
2TP / (2TP + FP + FN)
nnunet/evaluation/metrics.py:105
Methoddo_split
This is a suggestion for if your dataset is a dictionary (my personal standard) :return:
nnunet/training/network_training/network_trainer.py:149
Methoddo_split
The default split is a 5 fold CV on all available training cases. nnU-Net will create a split (it is seeded, so always the same) and
nnunet/training/network_training/nnUNetTrainerV2.py:274
Methoddo_split
The default split is a 5 fold CV on all available training cases. nnU-Net will create a split (it is seeded, so always the same) and
nnunet/training/network_training/nnUNetLightTrainerV2.py:274
Functiondownload_by_name
()
nnunet/inference/pretrained_models/download_pretrained_model.py:317
Functiondownload_by_url
()
nnunet/inference/pretrained_models/download_pretrained_model.py:332
Functiondownload_file
(url, local_filename)
nnunet/inference/pretrained_models/download_pretrained_model.py:286
Functionensemble
(experiments=('nnUNetTrainerNewCandidate23_FabiansPreActResNet__nnUNetPlans', 'nnUNetTrainerNew
nnunet/dataset_conversion/Task040_KiTS.py:131
Functionentry_point_generate_overlay
()
nnunet/utilities/overlay_plots.py:191
Methodevaluate
(self, test=None, reference=None, voxel_spacing=None, **metric_kwargs)
nnunet/evaluation/evaluator.py:297
Functionevaluate_case
(file_pred: str, file_gt: str, regions)
nnunet/evaluation/region_based_evaluation.py:41
Functionevaluate_folder
(folder_gt: str, folder_pred: str)
nnunet/dataset_conversion/Task040_KiTS.py:49
Functionevaluate_verse_case
Only vertebra that are present in the reference will be evaluated :param sitk_file_ref: :param sitk_file_test: :return:
nnunet/dataset_conversion/Task056_VerSe2019.py:47
Functionevaluate_verse_folder
(folder_pred, folder_gt, out_json="/home/fabian/verse.json")
nnunet/dataset_conversion/Task056_VerSe2019.py:68
Functionexport_entry_point
()
nnunet/inference/pretrained_models/collect_pretrained_models.py:215
Functionexport_for_paper
()
nnunet/inference/pretrained_models/collect_pretrained_models.py:257
Functionexport_for_submission
they expect us to submit a 32 bit 3d tif image with values between 0 (100% membrane certainty) and 1 (100% non-membrane certainty). We use th
nnunet/dataset_conversion/Task058_ISBI_EM_SEG.py:25
Functionexport_for_submission
promise wants mhd :-/ :param source_dir: :param target_dir: :return:
nnunet/dataset_conversion/Task024_Promise2012.py:19
Functionexport_one_task
(taskname, models, output_folder, nnunet_trainer=default_trainer, nnunet_trainer_cascade=d
nnunet/inference/pretrained_models/collect_pretrained_models.py:134
Functionexport_segmentations
(indir, outdir)
nnunet/dataset_conversion/Task029_LiverTumorSegmentationChallenge.py:24
Functionexport_segmentations_postprocess
(indir, outdir)
nnunet/dataset_conversion/Task029_LiverTumorSegmentationChallenge.py:33
Functionfalse_discovery_rate
FP / (TP + FP)
nnunet/evaluation/metrics.py:258
Functionfalse_negative_rate
FN / (TP + FN)
nnunet/evaluation/metrics.py:246
Functionfalse_positive_rate
FP / (FP + TN)
nnunet/evaluation/metrics.py:222
Functionfind_2d_configuration
()
nnunet/network_architecture/generic_modular_residual_UNet.py:429
Functionfind_3d_configuration
()
nnunet/network_architecture/generic_modular_residual_UNet.py:355
Functionfind_differences
(labelstr1, labelstr2)
nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:69
Methodfinish_online_evaluation
(self)
nnunet/training/network_training/nnUNetTrainer.py:707
Methodfinish_online_evaluation
(self)
nnunet/training/network_training/nnUNet_variants/miscellaneous/nnUNetTrainerV2_fullEvals.py:40
Methodfinish_online_evaluation
(self)
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_dummyLoad.py:146
Methodfinish_online_evaluation
(self)
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_2epochs.py:148
Methodfinish_online_evaluation
(self)
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_2epochs.py:222
← previousnext →501–600 of 895, ranked by callers