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
Method
run_training
if we run with -c then we need to set the correct lr for the first epoch, otherwise it will run the first continued epoch with self.i
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DDP.py:327
Method
run_training
(self)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DP.py:158
Method
run_training
(self)
pytorch/nnunet/training/network_training/network_trainer.py:452
Method
run_training
if we run with -c then we need to set the correct lr for the first epoch, otherwise it will run the first continued epoch with self.i
pytorch/nnunet/training/network_training/nnUNetTrainerV2.py:410
Method
run_training
if we run with -c then we need to set the correct lr for the first epoch, otherwise it will run the first continued epoch with self.i
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:410
Method
run_training
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ResencUNet.py:84
Function
save_as_npz
(args)
pytorch/nnunet/training/dataloading/dataset_loading.py:48
Method
save_checkpoint
(self, fname, save_optimizer=True)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DDP.py:113
Method
save_checkpoint
(self, fname, save_optimizer=True)
pytorch/nnunet/training/network_training/nnUNetTrainer.py:716
Method
save_checkpoint
(self, fname, save_optimizer=True)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_dummyLoad.py:93
Method
save_checkpoint
(self, fname, save_optimizer=True)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:73
Method
save_checkpoint
(self, fname, save_optimizer=True)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:99
Method
save_checkpoint
(self, fname, save_optimizer=True)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:173
Method
save_checkpoint
(self, fname, save_optimizer=True)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:249
Method
save_properties
(self, case_identifier, properties)
pytorch/nnunet/preprocessing/cropping.py:214
Function
save_segmentation_nifti
faster and uses less ram than save_segmentation_nifti_from_softmax, but maybe less precise and also does not support softmax export (which is
pytorch/nnunet/inference/segmentation_export.py:153
Function
score_and_postprocess_model_based_on_rank_then_aggregate
Similarly to BraTS 2017 - BraTS 2019, each participant will be ranked for each of the X test cases. Each case includes 3 regions of evaluatio
pytorch/nnunet/dataset_conversion/Task082_BraTS_2020.py:435
Method
setUp
(self)
pytorch/tests/test_steps_for_sliding_window_prediction.py:22
Method
set_metrics
Set evaluation metrics
pytorch/nnunet/evaluation/evaluator.py:137
Method
set_reference
Set the reference segmentation.
pytorch/nnunet/evaluation/evaluator.py:287
Method
set_test
Set the test segmentation.
pytorch/nnunet/evaluation/evaluator.py:277
Function
set_trainable
(model)
keras/segmentation_models/utils.py:75
Method
setup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_DA2.py:20
Method
setup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_independentScalePerAxis.py:20
Method
setup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_noMirroring.py:51
Method
setup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/cascade/nnUNetTrainerV2CascadeFullRes_DAVariants.py:34
Method
setup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/cascade/nnUNetTrainerV2CascadeFullRes_DAVariants.py:48
Method
setup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/cascade/nnUNetTrainerV2CascadeFullRes_DAVariants.py:62
Method
setup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/cascade/nnUNetTrainerV2CascadeFullRes_DAVariants.py:76
Function
sigmoid_focal_loss
Compute binary focal loss between target and output logits. Source https://github.com/BloodAxe/pytorch-toolbelt See :class:`~pytorch_tool
pytorch/nnunet/training/network_training/nnUNet_variants/loss_function/nnUNetTrainerV2_focalLoss.py:23
Function
split_4d_nifti
(filename, output_folder)
pytorch/nnunet/experiment_planning/common_utils.py:23
Method
test_loads_of_combinations
We now take a large number of random combinations and perform sanity checks :return:
pytorch/tests/test_steps_for_sliding_window_prediction.py:165
Method
test_same_image_and_patch_size_2d
(self)
pytorch/tests/test_steps_for_sliding_window_prediction.py:78
Method
test_same_image_and_patch_size_3d
(self)
pytorch/tests/test_steps_for_sliding_window_prediction.py:60
Method
test_some_manually_verified_combinations
(self)
pytorch/tests/test_steps_for_sliding_window_prediction.py:96
Method
to_dict
(self)
pytorch/nnunet/evaluation/evaluator.py:227
Method
to_pandas
Return result as pandas DataFrame.
pytorch/nnunet/evaluation/evaluator.py:254
Function
total_negatives_reference
TN + FP
pytorch/nnunet/evaluation/metrics.py:303
Function
total_negatives_test
TN + FN
pytorch/nnunet/evaluation/metrics.py:281
Function
total_positives_reference
TP + FN
pytorch/nnunet/evaluation/metrics.py:292
Function
total_positives_test
TP + FP
pytorch/nnunet/evaluation/metrics.py:270
Function
true_negative_rate
TN / (TN + FP)
pytorch/nnunet/evaluation/metrics.py:252
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5,
pytorch/nnunet/training/network_training/nnUNetTrainerCascadeFullRes.py:152
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DDP.py:347
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNetTrainerV2_CascadeFullRes.py:189
Method
validate
(self, *args, **kwargs)
pytorch/nnunet/training/network_training/network_trainer.py:719
Method
validate
We need to wrap this because we need to enforce self.network.do_ds = False for prediction
pytorch/nnunet/training/network_training/nnUNetTrainerV2.py:183
Method
validate
We need to wrap this because we need to enforce self.network.do_ds = False for prediction
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:183
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_dummyLoad.py:79
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:34
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:59
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:85
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:159
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:235
Method
validate
We need to wrap this because we need to enforce self.network.do_ds = False for prediction :param do_mirroring: :param use_tr
pytorch/nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_noMirroring.py:20
Method
validate
We need to wrap this because we need to enforce self.network.do_ds = False for prediction
pytorch/nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_noDA.py:117
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ResencUNet.py:55
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: float = 0.5, sa
pytorch/nnunet/training/network_training/nnUNet_variants/resampling/nnUNetTrainerV2_resample33.py:21
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: int = 0.5, save
pytorch/nnunet/training/network_training/BraTS_trainer/nnUNetTrainerV2BraTSRegions.py:304
Method
validate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: int = 0.5, save
pytorch/nnunet/training/network_training/BraTS_trainer/nnUNetTrainerV2BraTSRegions.py:496
Function
verify_contains_only_expected_labels
(itk_img: str, valid_labels: (tuple, list))
pytorch/nnunet/preprocessing/sanity_checks.py:79
Function
wrapper
(*args, **kwargs)
keras/segmentation_models/utils.py:59
Method
write_normalization_scheme_to_patients
This is used for test set preprocessing :return:
pytorch/nnunet/experiment_planning/experiment_planner_baseline_3DUNet.py:411
← previous
901–963 of 963, ranked by callers