MCPcopy Create free account

hub / github.com/MrGiovanni/UNetPlusPlus / functions

Functions963 in github.com/MrGiovanni/UNetPlusPlus

Functioncompute_dice
(im1, im2, empty_score=1.0)
keras/helper_functions.py:57
Functioncompute_dice_scores
(ref: str, pred: str)
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:28
Methodcompute_output_shape
(self, input_shape)
keras/segmentation_models/common/layers.py:55
Functionconvert_2d_image_to_nifti
Reads an image (must be a format that it recognized by skimage.io.imread) and converts it into a series of niftis. The image can have an arbi
pytorch/nnunet/utilities/file_conversions.py:8
Functionconvert_2d_segmentation_nifti_to_img
(nifti_file: str, output_filename: str, transform=None, export_dtype=np.uint8)
pytorch/nnunet/utilities/file_conversions.py:92
Functionconvert_3d_segmentation_nifti_to_tiff
(nifti_file: str, output_filename: str, transform=None, export_dtype=np.uint8)
pytorch/nnunet/utilities/file_conversions.py:102
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
pytorch/nnunet/utilities/file_conversions.py:56
Functionconvert_CT_seg
(loaded_png)
pytorch/nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:41
Functionconvert_all_to_BraTS
(input_folder, output_folder, expected_num_cases=125)
pytorch/nnunet/dataset_conversion/Task082_BraTS_2020.py:319
Functionconvert_all_to_instance
(input_folder: str, output_folder: str, processes: int = 24, better: bool = False)
pytorch/nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:267
Functionconvert_folder_to_instanceseg
(folder_in: str, folder_out: str, spacing, processes: int = 12)
pytorch/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:
pytorch/nnunet/dataset_conversion/Task055_SegTHOR.py:23
Functionconvert_for_submission
(source_dir, target_dir)
pytorch/nnunet/dataset_conversion/Task035_ISBI_MSLesionSegmentationChallenge.py:29
Functionconvert_seg_to_intensity_task3
(seg)
pytorch/nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:63
Functionconvert_seg_to_intensity_task5
(seg)
pytorch/nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:54
Functionconvert_task_name_to_id
(task_name: str)
pytorch/nnunet/utilities/task_name_id_conversion.py:57
Functionconvert_to_nii_gz
(filename)
pytorch/nnunet/dataset_conversion/Task035_ISBI_MSLesionSegmentationChallenge.py:23
Functionconvert_to_npy
(args)
pytorch/nnunet/training/dataloading/dataset_loading.py:37
Functionconvert_to_submission
(source_dir, target_dir)
pytorch/nnunet/dataset_conversion/Task027_AutomaticCardiacDetectionChallenge.py:22
Functionconvert_to_tiff
(nifti_image: str, output_name: str)
pytorch/nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:157
Functionconvert_to_tiff
(nifti_image: str, output_name: str)
pytorch/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:
pytorch/nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:76
Functioncopy_npz_fom_valsets
this is preparation for ensembling :return:
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:107
Functioncreate_lists_from_splitted_dataset_folder
does not rely on dataset.json :param folder: :return:
pytorch/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
pytorch/nnunet/training/dataloading/dataset_loading.py:113
Functiondecorator
(fn)
keras/segmentation_models/utils.py:52
Functiondelete_npy
(folder)
pytorch/nnunet/training/dataloading/dataset_loading.py:81
Methoddetermine_normalization_scheme
(self)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_CT2.py:35
Methoddetermine_normalization_scheme
(self)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_nonCT.py:32
Methoddetermine_postprocessing
(self)
pytorch/nnunet/experiment_planning/experiment_planner_baseline_3DUNet.py:94
Functiondice
2TP / (2TP + FP + FN)
pytorch/nnunet/evaluation/metrics.py:105
Functiondice_coef_loss
(y_true, y_pred)
keras/helper_functions.py:44
Methoddo_split
we now allow more than 5 splits. IMPORTANT: and fold > 4 will not be a real split but just another random 80:20 split of the data. Yo
pytorch/nnunet/training/network_training/nnUNetTrainerV2.py:267
Methoddo_split
we now allow more than 5 splits. IMPORTANT: and fold > 4 will not be a real split but just another random 80:20 split of the data. Yo
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:267
Functiondownload_by_name
()
pytorch/nnunet/inference/pretrained_models/download_pretrained_model.py:271
Functiondownload_by_url
()
pytorch/nnunet/inference/pretrained_models/download_pretrained_model.py:286
Functiondownload_file
(url, local_filename)
pytorch/nnunet/inference/pretrained_models/download_pretrained_model.py:241
Functionensemble
(experiments=('nnUNetTrainerNewCandidate23_FabiansPreActResNet__nnUNetPlans', 'nnUNetTrainerNew
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:131
Methodevaluate
(self, test=None, reference=None, voxel_spacing=None, **metric_kwargs)
pytorch/nnunet/evaluation/evaluator.py:297
Functionevaluate_case
(file_pred: str, file_gt: str, regions)
pytorch/nnunet/evaluation/region_based_evaluation.py:41
Functionevaluate_folder
(folder_gt: str, folder_pred: str)
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:49
Functionevaluate_folder
writes a summary.json to folder_with_predictions :param folder_with_gts: folder where the ground truth segmentations are saved. Must be nifti
pytorch/nnunet/evaluation/evaluator.py:446
Functionevaluate_verse_case
Only vertebra that are present in the reference will be evaluated :param sitk_file_ref: :param sitk_file_test: :return:
pytorch/nnunet/dataset_conversion/Task056_VerSe2019.py:45
Functionexport_entry_point
()
pytorch/nnunet/inference/pretrained_models/collect_pretrained_models.py:215
Functionexport_for_paper
()
pytorch/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
pytorch/nnunet/dataset_conversion/Task058_ISBI_EM_SEG.py:25
Functionexport_for_submission
promise wants mhd :-/ :param source_dir: :param target_dir: :return:
pytorch/nnunet/dataset_conversion/Task024_Promise2012.py:19
Functionexport_one_task
(taskname, models, output_folder, nnunet_trainer=default_trainer, nnunet_trainer_cascade=d
pytorch/nnunet/inference/pretrained_models/collect_pretrained_models.py:134
Functionexport_segmentations
(indir, outdir)
pytorch/nnunet/dataset_conversion/Task029_LiverTumorSegmentationChallenge.py:24
Functionexport_segmentations_postprocess
(indir, outdir)
pytorch/nnunet/dataset_conversion/Task029_LiverTumorSegmentationChallenge.py:33
Functionfalse_discovery_rate
FP / (TP + FP)
pytorch/nnunet/evaluation/metrics.py:258
Functionfalse_negative_rate
FN / (TP + FN)
pytorch/nnunet/evaluation/metrics.py:246
Functionfalse_positive_rate
FP / (FP + TN)
pytorch/nnunet/evaluation/metrics.py:222
Functionfind_2d_configuration
()
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:429
Functionfind_3d_configuration
()
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:355
Functionfind_differences
(labelstr1, labelstr2)
pytorch/nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:69
Methodfinish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNetTrainer.py:697
Methodfinish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_dummyLoad.py:131
Methodfinish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:148
Methodfinish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:222
Methodfinish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/miscellaneous/nnUNetTrainerV2_fullEvals.py:40
Functionflip
flips the tensor at dimension dim (mirroring!) :param x: :param dim: :return:
pytorch/nnunet/utilities/tensor_utilities.py:42
Methodforward
(ctx, input)
pytorch/nnunet/utilities/distributed.py:29
Methodforward
Args: logits: [bs; ...] targets: [bs; ...]
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_focalLoss.py:152
Methodforward
Args: logits: [bs; num_classes; ...] targets: [bs; ...]
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_focalLoss.py:178
Methodforward
(self, x)
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_GeLU.py:25
Methodforward
(self, x, y, loss_mask=None)
pytorch/nnunet/training/loss_functions/dice_loss.py:40
Methodforward
(self, x, y, loss_mask=None)
pytorch/nnunet/training/loss_functions/dice_loss.py:169
Methodforward
(self, x, y, loss_mask=None)
pytorch/nnunet/training/loss_functions/dice_loss.py:212
Methodforward
(self, x, y, loss_mask=None)
pytorch/nnunet/training/loss_functions/dice_loss.py:257
Methodforward
target must be b, c, x, y(, z) with c=1 :param net_output: :param target: :return:
pytorch/nnunet/training/loss_functions/dice_loss.py:333
Methodforward
(self, net_output, target)
pytorch/nnunet/training/loss_functions/dice_loss.py:380
Methodforward
(self, net_output, target)
pytorch/nnunet/training/loss_functions/dice_loss.py:399
Methodforward
(self, net_output, target)
pytorch/nnunet/training/loss_functions/dice_loss.py:419
Methodforward
(self, input: Tensor, target: Tensor)
pytorch/nnunet/training/loss_functions/crossentropy.py:8
Methodforward
(self, x, y)
pytorch/nnunet/training/loss_functions/deep_supervision.py:31
Methodforward
(self, inp, target)
pytorch/nnunet/training/loss_functions/TopK_loss.py:28
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:64
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:72
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:141
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:162
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:394
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:64
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:72
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:141
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:162
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:394
Methodforward
:param x: :param return_skips: if none then self.default_return_skips is used :return:
pytorch/nnunet/network_architecture/generic_modular_UNet.py:139
Methodforward
(self, skips, gt=None, loss=None)
pytorch/nnunet/network_architecture/generic_modular_UNet.py:255
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_modular_UNet.py:336
Methodforward
:param x: :param return_skips: if none then self.default_return_skips is used :return:
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:89
Methodforward
(self, skips)
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:205
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:285
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:335
Methodforward
(self, x, y=None, return_hard_tp_fp_fn=False)
pytorch/nnunet/network_architecture/generic_UNet_DP.py:61
Methodforward
(self, x)
pytorch/nnunet/network_architecture/neural_network.py:44
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_hipp_XNet.py:64
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_hipp_XNet.py:72
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_hipp_XNet.py:141
Methodforward
(self, x)
pytorch/nnunet/network_architecture/generic_hipp_XNet.py:162
← previousnext →601–700 of 963, ranked by callers