Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrGiovanni/UNetPlusPlus
/ functions
Functions
963 in github.com/MrGiovanni/UNetPlusPlus
⨍
Functions
963
◇
Types & classes
203
Function
compute_dice
(im1, im2, empty_score=1.0)
keras/helper_functions.py:57
Function
compute_dice_scores
(ref: str, pred: str)
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:28
Method
compute_output_shape
(self, input_shape)
keras/segmentation_models/common/layers.py:55
Function
convert_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
Function
convert_2d_segmentation_nifti_to_img
(nifti_file: str, output_filename: str, transform=None, export_dtype=np.uint8)
pytorch/nnunet/utilities/file_conversions.py:92
Function
convert_3d_segmentation_nifti_to_tiff
(nifti_file: str, output_filename: str, transform=None, export_dtype=np.uint8)
pytorch/nnunet/utilities/file_conversions.py:102
Function
convert_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
Function
convert_CT_seg
(loaded_png)
pytorch/nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:41
Function
convert_all_to_BraTS
(input_folder, output_folder, expected_num_cases=125)
pytorch/nnunet/dataset_conversion/Task082_BraTS_2020.py:319
Function
convert_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
Function
convert_folder_to_instanceseg
(folder_in: str, folder_out: str, spacing, processes: int = 12)
pytorch/nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:210
Function
convert_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
Function
convert_for_submission
(source_dir, target_dir)
pytorch/nnunet/dataset_conversion/Task035_ISBI_MSLesionSegmentationChallenge.py:29
Function
convert_seg_to_intensity_task3
(seg)
pytorch/nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:63
Function
convert_seg_to_intensity_task5
(seg)
pytorch/nnunet/dataset_conversion/Task037_038_Chaos_Challenge.py:54
Function
convert_task_name_to_id
(task_name: str)
pytorch/nnunet/utilities/task_name_id_conversion.py:57
Function
convert_to_nii_gz
(filename)
pytorch/nnunet/dataset_conversion/Task035_ISBI_MSLesionSegmentationChallenge.py:23
Function
convert_to_npy
(args)
pytorch/nnunet/training/dataloading/dataset_loading.py:37
Function
convert_to_submission
(source_dir, target_dir)
pytorch/nnunet/dataset_conversion/Task027_AutomaticCardiacDetectionChallenge.py:22
Function
convert_to_tiff
(nifti_image: str, output_name: str)
pytorch/nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:157
Function
convert_to_tiff
(nifti_image: str, output_name: str)
pytorch/nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:229
Function
convert_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
Function
copy_npz_fom_valsets
this is preparation for ensembling :return:
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:107
Function
create_lists_from_splitted_dataset_folder
does not rely on dataset.json :param folder: :return:
pytorch/nnunet/experiment_planning/utils.py:100
Function
crop_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
Function
decorator
(fn)
keras/segmentation_models/utils.py:52
Function
delete_npy
(folder)
pytorch/nnunet/training/dataloading/dataset_loading.py:81
Method
determine_normalization_scheme
(self)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_CT2.py:35
Method
determine_normalization_scheme
(self)
pytorch/nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_nonCT.py:32
Method
determine_postprocessing
(self)
pytorch/nnunet/experiment_planning/experiment_planner_baseline_3DUNet.py:94
Function
dice
2TP / (2TP + FP + FN)
pytorch/nnunet/evaluation/metrics.py:105
Function
dice_coef_loss
(y_true, y_pred)
keras/helper_functions.py:44
Method
do_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
Method
do_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
Function
download_by_name
()
pytorch/nnunet/inference/pretrained_models/download_pretrained_model.py:271
Function
download_by_url
()
pytorch/nnunet/inference/pretrained_models/download_pretrained_model.py:286
Function
download_file
(url, local_filename)
pytorch/nnunet/inference/pretrained_models/download_pretrained_model.py:241
Function
ensemble
(experiments=('nnUNetTrainerNewCandidate23_FabiansPreActResNet__nnUNetPlans', 'nnUNetTrainerNew
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:131
Method
evaluate
(self, test=None, reference=None, voxel_spacing=None, **metric_kwargs)
pytorch/nnunet/evaluation/evaluator.py:297
Function
evaluate_case
(file_pred: str, file_gt: str, regions)
pytorch/nnunet/evaluation/region_based_evaluation.py:41
Function
evaluate_folder
(folder_gt: str, folder_pred: str)
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:49
Function
evaluate_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
Function
evaluate_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
Function
export_entry_point
()
pytorch/nnunet/inference/pretrained_models/collect_pretrained_models.py:215
Function
export_for_paper
()
pytorch/nnunet/inference/pretrained_models/collect_pretrained_models.py:257
Function
export_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
Function
export_for_submission
promise wants mhd :-/ :param source_dir: :param target_dir: :return:
pytorch/nnunet/dataset_conversion/Task024_Promise2012.py:19
Function
export_one_task
(taskname, models, output_folder, nnunet_trainer=default_trainer, nnunet_trainer_cascade=d
pytorch/nnunet/inference/pretrained_models/collect_pretrained_models.py:134
Function
export_segmentations
(indir, outdir)
pytorch/nnunet/dataset_conversion/Task029_LiverTumorSegmentationChallenge.py:24
Function
export_segmentations_postprocess
(indir, outdir)
pytorch/nnunet/dataset_conversion/Task029_LiverTumorSegmentationChallenge.py:33
Function
false_discovery_rate
FP / (TP + FP)
pytorch/nnunet/evaluation/metrics.py:258
Function
false_negative_rate
FN / (TP + FN)
pytorch/nnunet/evaluation/metrics.py:246
Function
false_positive_rate
FP / (FP + TN)
pytorch/nnunet/evaluation/metrics.py:222
Function
find_2d_configuration
()
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:429
Function
find_3d_configuration
()
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:355
Function
find_differences
(labelstr1, labelstr2)
pytorch/nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:69
Method
finish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNetTrainer.py:697
Method
finish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_dummyLoad.py:131
Method
finish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:148
Method
finish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:222
Method
finish_online_evaluation
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/miscellaneous/nnUNetTrainerV2_fullEvals.py:40
Function
flip
flips the tensor at dimension dim (mirroring!) :param x: :param dim: :return:
pytorch/nnunet/utilities/tensor_utilities.py:42
Method
forward
(ctx, input)
pytorch/nnunet/utilities/distributed.py:29
Method
forward
Args: logits: [bs; ...] targets: [bs; ...]
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_focalLoss.py:152
Method
forward
Args: logits: [bs; num_classes; ...] targets: [bs; ...]
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_focalLoss.py:178
Method
forward
(self, x)
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_GeLU.py:25
Method
forward
(self, x, y, loss_mask=None)
pytorch/nnunet/training/loss_functions/dice_loss.py:40
Method
forward
(self, x, y, loss_mask=None)
pytorch/nnunet/training/loss_functions/dice_loss.py:169
Method
forward
(self, x, y, loss_mask=None)
pytorch/nnunet/training/loss_functions/dice_loss.py:212
Method
forward
(self, x, y, loss_mask=None)
pytorch/nnunet/training/loss_functions/dice_loss.py:257
Method
forward
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
Method
forward
(self, net_output, target)
pytorch/nnunet/training/loss_functions/dice_loss.py:380
Method
forward
(self, net_output, target)
pytorch/nnunet/training/loss_functions/dice_loss.py:399
Method
forward
(self, net_output, target)
pytorch/nnunet/training/loss_functions/dice_loss.py:419
Method
forward
(self, input: Tensor, target: Tensor)
pytorch/nnunet/training/loss_functions/crossentropy.py:8
Method
forward
(self, x, y)
pytorch/nnunet/training/loss_functions/deep_supervision.py:31
Method
forward
(self, inp, target)
pytorch/nnunet/training/loss_functions/TopK_loss.py:28
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:64
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:72
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:141
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:162
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py:394
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:64
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:72
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:141
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:162
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_XNet.py:394
Method
forward
:param x: :param return_skips: if none then self.default_return_skips is used :return:
pytorch/nnunet/network_architecture/generic_modular_UNet.py:139
Method
forward
(self, skips, gt=None, loss=None)
pytorch/nnunet/network_architecture/generic_modular_UNet.py:255
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_modular_UNet.py:336
Method
forward
: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
Method
forward
(self, skips)
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:205
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:285
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_modular_residual_UNet.py:335
Method
forward
(self, x, y=None, return_hard_tp_fp_fn=False)
pytorch/nnunet/network_architecture/generic_UNet_DP.py:61
Method
forward
(self, x)
pytorch/nnunet/network_architecture/neural_network.py:44
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_hipp_XNet.py:64
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_hipp_XNet.py:72
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_hipp_XNet.py:141
Method
forward
(self, x)
pytorch/nnunet/network_architecture/generic_hipp_XNet.py:162
← previous
next →
601–700 of 963, ranked by callers