MCPcopy Create free account

hub / github.com/MrGiovanni/UNetPlusPlus / functions

Functions963 in github.com/MrGiovanni/UNetPlusPlus

↓ 1 callersMethodget_do_oversample
(self, batch_idx)
pytorch/nnunet/training/dataloading/dataset_loading.py:204
↓ 1 callersMethodget_do_oversample
(self, batch_idx)
pytorch/nnunet/training/dataloading/dataset_loading.py:442
↓ 1 callersFunctionget_foreground_mean
(results)
pytorch/nnunet/evaluation/model_selection/figure_out_what_to_submit.py:41
↓ 1 callersFunctionget_insaneDA_augmentation
(dataloader_train, dataloader_val, patch_size, params=default_3D_augmentation_params,
pytorch/nnunet/training/data_augmentation/default_data_augmentation.py:459
↓ 1 callersMethodget_list_of_cropped_files
(self)
pytorch/nnunet/preprocessing/cropping.py:175
↓ 1 callersMethodget_modalities
(self)
pytorch/nnunet/experiment_planning/DatasetAnalyzer.py:153
↓ 1 callersFunctionget_network_numpool
(patch_size, maxpool_cap=999, min_feature_map_size=4)
pytorch/nnunet/experiment_planning/common_utils.py:257
↓ 1 callersMethodget_properties_for_stage
(self, current_spacing, original_spacing, original_shape, num_cases, num_moda
pytorch/nnunet/experiment_planning/experiment_planner_baseline_2DUNet.py:45
↓ 1 callersMethodget_size_reduction_by_cropping
(self)
pytorch/nnunet/experiment_planning/DatasetAnalyzer.py:159
↓ 1 callersMethodget_sizes_and_spacings_after_cropping
(self)
pytorch/nnunet/experiment_planning/DatasetAnalyzer.py:142
↓ 1 callersFunctionget_top
(y, top=5)
keras/segmentation_models/backbones/classification_models/tests/test_imagenet.py:101
↓ 1 callersFunctionhandle_block_names
(stage)
keras/segmentation_models/linknet/blocks.py:10
↓ 1 callersFunctionidentity_block
The identity block is the block that has no conv layer at shortcut. # Arguments kernel_size: default 3, the kernel size of mid
keras/segmentation_models/backbones/classification_models/classification_models/resnet/blocks.py:128
↓ 1 callersFunctionidentity_block
The identity block is the block that has no conv layer at shortcut. # Arguments filters: integer, used for first and second conv layers, t
keras/segmentation_models/backbones/classification_models/classification_models/resnext/blocks.py:81
↓ 1 callersMethodinitialize
For prediction of test cases just set training=False, this will prevent loading of training data and training batchgenerator initiali
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DDP.py:129
↓ 1 callersMethodinitialize
(self, training=True, force_load_plans=False)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_dummyLoad.py:29
↓ 1 callersMethodinitialize_network
replace genericUNet with the implementation of above for super speeds
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DP.py:125
↓ 1 callersMethodinitialize_network
- momentum 0.99 - SGD instead of Adam - self.lr_scheduler = None because we do poly_lr - deep supervision = True
pytorch/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
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:129
↓ 1 callersMethodinitialize_network
changed deep supervision to False :return:
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_GN.py:24
↓ 1 callersMethodinitialize_network
changed deep supervision to False :return:
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_noDeepSupervision.py:136
↓ 1 callersMethodinitialize_network
inference_apply_nonlin to sigmoid
pytorch/nnunet/training/network_training/BraTS_trainer/nnUNetTrainerV2BraTSRegions.py:210
↓ 1 callersMethodinitialize_network
inference_apply_nonlin to sigmoid
pytorch/nnunet/training/network_training/BraTS_trainer/nnUNetTrainerV2BraTSRegions.py:426
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DP.py:152
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
pytorch/nnunet/training/network_training/nnUNetTrainerV2.py:163
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:163
↓ 1 callersMethodinitialize_optimizer_and_scheduler
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/optimizer_and_lr/nnUNetTrainerV2_reduceMomentumDuringTraining.py:27
↓ 1 callersFunctionis_equal
(gt, pr, eps=10e-5)
keras/segmentation_models/backbones/classification_models/tests/test_imagenet.py:109
↓ 1 callersFunctionload_case_from_list_of_files
(data_files, seg_file=None)
pytorch/nnunet/preprocessing/cropping.py:61
↓ 1 callersMethodload_cropped
(cropped_output_dir, case_identifier)
pytorch/nnunet/preprocessing/preprocessing.py:217
↓ 1 callersMethodload_pretrained_encoder_weights
(self,fname)
pytorch/nnunet/training/network_training/network_trainer.py:346
↓ 1 callersFunctionmain
()
pytorch/nnunet/postprocessing/consolidate_postprocessing_simple.py:23
↓ 1 callersFunctionmain
()
pytorch/nnunet/experiment_planning/nnUNet_convert_decathlon_task.py:41
↓ 1 callersFunctionmain
()
pytorch/nnunet/experiment_planning/nnUNet_plan_and_preprocess.py:27
↓ 1 callersFunctionmain
()
pytorch/nnunet/inference/ensemble_predictions.py:98
↓ 1 callersFunctionmain
()
pytorch/nnunet/inference/predict_simple.py:25
↓ 1 callersFunctionmain
()
pytorch/nnunet/evaluation/model_selection/figure_out_what_to_submit.py:47
↓ 1 callersFunctionmain
()
pytorch/nnunet/run/run_training.py:27
↓ 1 callersFunctionmain
()
pytorch/nnunet/run/run_training_DP.py:26
↓ 1 callersFunctionmain
()
pytorch/nnunet/run/run_training_DDP.py:28
↓ 1 callersFunctionmain
()
keras/segmentation_models/backbones/classification_models/tests/test_imagenet.py:141
↓ 1 callersMethodmanage_patience
(self)
pytorch/nnunet/training/network_training/network_trainer.py:588
↓ 1 callersMethodmaybe_save_checkpoint
Saves a checkpoint every save_ever epochs. :return:
pytorch/nnunet/training/network_training/network_trainer.py:551
↓ 1 callersMethodmaybe_update_lr
if epoch is not None we overwrite epoch. Else we use epoch = self.epoch + 1 (maybe_update_lr is called in on_epoch_end which is call
pytorch/nnunet/training/network_training/nnUNetTrainerV2.py:373
↓ 1 callersMethodmaybe_update_lr
if epoch is not None we overwrite epoch. Else we use epoch = self.epoch + 1 (maybe_update_lr is called in on_epoch_end which is call
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:373
↓ 1 callersMethodmaybe_update_lr
(self, epoch=None)
pytorch/nnunet/training/network_training/nnUNet_variants/optimizer_and_lr/nnUNetTrainerV2_warmup.py:26
↓ 1 callersFunctionmean_tensor
(inp, axes, keepdim=False)
pytorch/nnunet/utilities/tensor_utilities.py:31
↓ 1 callersFunctionnormalize_slice_orientation
(image, header)
pytorch/nnunet/dataset_conversion/Task056_Verse_normalize_orientation.py:79
↓ 1 callersMethodon_epoch_end
(self)
pytorch/nnunet/training/network_training/network_trainer.py:640
↓ 1 callersMethodplot_network_architecture
can be implemented (see nnUNetTrainer) but does not have to. Not implemented here because it imposes stronger assumptions on the pres
pytorch/nnunet/training/network_training/network_trainer.py:444
↓ 1 callersMethodplot_progress
Should probably by improved :return:
pytorch/nnunet/training/network_training/network_trainer.py:187
↓ 1 callersFunctionpredict_cases
:param segmentation_export_kwargs: :param model: folder where the model is saved, must contain fold_x subfolders :param list_of_lists: [[
pytorch/nnunet/inference/predict.py:131
↓ 1 callersFunctionpredict_cases_fast
(model, list_of_lists, output_filenames, folds, num_threads_preprocessing, num_threads_
pytorch/nnunet/inference/predict.py:285
↓ 1 callersFunctionpredict_cases_fastest
(model, list_of_lists, output_filenames, folds, num_threads_preprocessing, num_threa
pytorch/nnunet/inference/predict.py:422
↓ 1 callersFunctionprepare_task
(base, task_id, task_name, spacing)
pytorch/nnunet/dataset_conversion/Task075_Fluo_C3DH_A549_ManAndSim.py:38
↓ 1 callersFunctionprepare_task
(base, task_id, task_name, spacing, border_thickness: float = 15, processes: int = 16)
pytorch/nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:76
↓ 1 callersFunctionprepare_task
(base, task_id, task_name, spacing, border_thickness: float = 15)
pytorch/nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:68
↓ 1 callersMethodpreprocess_test_case
(self, data_files, target_spacing, seg_file=None, force_separate_z=None)
pytorch/nnunet/preprocessing/preprocessing.py:305
↓ 1 callersFunctionpretent_to_be_nnUNetTrainer
changes best checkpoint pickle nnunettrainer class name to nnUNetTrainer :param experiments: :return:
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:147
↓ 1 callersFunctionprint_license_warning
()
pytorch/nnunet/inference/pretrained_models/download_pretrained_model.py:259
↓ 1 callersMethodprocess_plans
(self, plans)
pytorch/nnunet/training/network_training/nnUNetTrainerCascadeFullRes.py:86
↓ 1 callersMethodprocess_plans
(self, plans)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DDP.py:125
↓ 1 callersMethodprocess_plans
(self, plans)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DP.py:52
↓ 1 callersMethodprocess_plans
(self, plans)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_CascadeFullRes.py:90
↓ 1 callersMethodprocess_plans
(self, plans)
pytorch/nnunet/training/network_training/BraTS_trainer/nnUNetTrainerV2BraTSRegions.py:203
↓ 1 callersMethodprocess_plans
(self, plans)
pytorch/nnunet/training/network_training/BraTS_trainer/nnUNetTrainerV2BraTSRegions.py:419
↓ 1 callersFunctionpyramid_block
Pyramid block according to: http://presentations.cocodataset.org/COCO17-Stuff-FAIR.pdf This block generate `M` and `P` blocks.
keras/segmentation_models/fpn/blocks.py:8
↓ 1 callersFunctionread_image
(imagefile)
pytorch/nnunet/dataset_conversion/Task056_Verse_normalize_orientation.py:29
↓ 1 callersFunctionrecall
TP / (TP + FN)
pytorch/nnunet/evaluation/metrics.py:177
↓ 1 callersFunctionrecompile
(model)
keras/segmentation_models/utils.py:65
↓ 1 callersFunctionrecursive_delete_npz
(current_directory: str)
pytorch/nnunet/utilities/recursive_delete_npz.py:21
↓ 1 callersFunctionremove_all_but_the_largest_connected_component
removes all but the largest connected component, individually for each class :param image: :param for_which_classes: can be None. Should
pytorch/nnunet/postprocessing/connected_components.py:48
↓ 1 callersFunctionrename_files
(folder)
pytorch/nnunet/dataset_conversion/Task035_ISBI_MSLesionSegmentationChallenge.py:57
↓ 1 callersFunctionreset_trainerName
(base, folds=(0, 1, 2, 3, 4))
pytorch/nnunet/dataset_conversion/Task040_KiTS.py:162
↓ 1 callersFunctionresize_images
Resizes the images contained in a 4D tensor. # Arguments x: Tensor or variable to resize. height_factor: Positive integer.
keras/segmentation_models/common/functions.py:67
↓ 1 callersMethodrun_cropping
also copied ground truth nifti segmentation into the preprocessed folder so that we can use them for evaluation on the cluster
pytorch/nnunet/preprocessing/cropping.py:181
↓ 1 callersMethodrun_online_evaluation
(self, output, target)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DDP.py:294
↓ 1 callersMethodrun_online_evaluation
Can be implemented, does not have to :param output_torch: :param target_npy: :return:
pytorch/nnunet/training/network_training/network_trainer.py:702
↓ 1 callersMethodrun_online_evaluation
due to deep supervision the return value and the reference are now lists of tensors. We only need the full resolution output because
pytorch/nnunet/training/network_training/nnUNetTrainerV2.py:171
↓ 1 callersMethodrun_online_evaluation
due to deep supervision the return value and the reference are now lists of tensors. We only need the full resolution output because
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:171
↓ 1 callersMethodrun_online_evaluation
(self, output, target)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:145
↓ 1 callersMethodrun_online_evaluation
(self, output, target)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:219
↓ 1 callersMethodrun_online_evaluation
(self, tp, fp, fn)
pytorch/nnunet/training/network_training/BraTS_trainer/nnUNetTrainerV2BraTSRegions.py:403
↓ 1 callersMethodsave_checkpoint
(self, fname, save_optimizer=True)
pytorch/nnunet/training/network_training/nnUNet_variants/profiling/nnUNetTrainerV2_2epochs.py:48
↓ 1 callersFunctionsave_image
CAREFUL you need to restore_original_slice_orientation before saving! :param img: :param header: :return:
pytorch/nnunet/dataset_conversion/Task056_Verse_normalize_orientation.py:40
↓ 1 callersMethodset_batch_size_and_oversample
(self)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DDP.py:69
↓ 1 callersMethodset_reference
(self, reference)
pytorch/nnunet/evaluation/metrics.py:46
↓ 1 callersMethodset_test
(self, test)
pytorch/nnunet/evaluation/metrics.py:41
↓ 1 callersMethodsetup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_DP.py:48
↓ 1 callersMethodsetup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNetTrainerV2_CascadeFullRes.py:94
↓ 1 callersMethodsetup_DA_params
- we increase roation angle from [-15, 15] to [-30, 30] - scale range is now (0.7, 1.4), was (0.85, 1.25) - we don't do elast
pytorch/nnunet/training/network_training/nnUNetTrainerV2.py:319
↓ 1 callersMethodsetup_DA_params
- we increase roation angle from [-15, 15] to [-30, 30] - scale range is now (0.7, 1.4), was (0.85, 1.25) - we don't do elast
pytorch/nnunet/training/network_training/nnUNetPlusPlusTrainerV2.py:319
↓ 1 callersMethodsetup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_insaneDA.py:28
↓ 1 callersMethodsetup_DA_params
(self)
pytorch/nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_noDA.py:27
↓ 1 callersMethodsetup_DA_params
we leave out the creation of self.deep_supervision_scales, so it remains None :return:
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_noDeepSupervision.py:39
↓ 1 callersMethodsetup_DA_params
net_num_pool_op_kernel_sizes is different in resunet
pytorch/nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ResencUNet.py:47
↓ 1 callersFunctionsummarize
(tasks, models=('2d', '3d_lowres', '3d_fullres', '3d_cascade_fullres'), output_dir=join(network_
pytorch/nnunet/evaluation/model_selection/summarize_results_in_one_json.py:22
↓ 1 callersFunctionsummarize_plans
(file)
pytorch/nnunet/experiment_planning/summarize_plans.py:20
↓ 1 callersFunctionsummarize_validation_set_predictions
(base)
pytorch/nnunet/dataset_conversion/Task082_BraTS_2020.py:276
↓ 1 callersFunctiontest_model
(model, preprocessing_func, sample, ground_truth)
keras/segmentation_models/backbones/classification_models/tests/test_imagenet.py:123
← previousnext →301–400 of 963, ranked by callers