| { |
| "VersioneerConfig": [ |
| [ |
| "monai/_version.py", |
| [ |
| "VersioneerConfig" |
| ] |
| ], |
| [ |
| "versioneer.py", |
| [ |
| "VersioneerConfig" |
| ] |
| ] |
| ], |
| "NotThisMethod": [ |
| [ |
| "monai/_version.py", |
| [ |
| "NotThisMethod" |
| ] |
| ], |
| [ |
| "versioneer.py", |
| [ |
| "NotThisMethod" |
| ] |
| ] |
| ], |
| "MedNISTDataset": [ |
| [ |
| "monai/apps/datasets.py", |
| [ |
| "MedNISTDataset" |
| ] |
| ], |
| [ |
| "tests/test_integration_classification_2d.py", |
| [ |
| "MedNISTDataset" |
| ] |
| ] |
| ], |
| "DecathlonDataset": [ |
| [ |
| "monai/apps/datasets.py", |
| [ |
| "DecathlonDataset" |
| ] |
| ] |
| ], |
| "CSVSaver": [ |
| [ |
| "monai/data/csv_saver.py", |
| [ |
| "CSVSaver" |
| ] |
| ] |
| ], |
| "DataLoader": [ |
| [ |
| "monai/data/dataloader.py", |
| [ |
| "DataLoader" |
| ] |
| ] |
| ], |
| "Dataset": [ |
| [ |
| "monai/data/dataset.py", |
| [ |
| "Dataset" |
| ] |
| ] |
| ], |
| "PersistentDataset": [ |
| [ |
| "monai/data/dataset.py", |
| [ |
| "PersistentDataset" |
| ] |
| ] |
| ], |
| "CacheDataset": [ |
| [ |
| "monai/data/dataset.py", |
| [ |
| "CacheDataset" |
| ] |
| ] |
| ], |
| "ZipDataset": [ |
| [ |
| "monai/data/dataset.py", |
| [ |
| "ZipDataset" |
| ] |
| ] |
| ], |
| "ArrayDataset": [ |
| [ |
| "monai/data/dataset.py", |
| [ |
| "ArrayDataset" |
| ] |
| ] |
| ], |
| "GridPatchDataset": [ |
| [ |
| "monai/data/grid_dataset.py", |
| [ |
| "GridPatchDataset" |
| ] |
| ] |
| ], |
| "NiftiDataset": [ |
| [ |
| "monai/data/nifti_reader.py", |
| [ |
| "NiftiDataset" |
| ] |
| ] |
| ], |
| "NiftiSaver": [ |
| [ |
| "monai/data/nifti_saver.py", |
| [ |
| "NiftiSaver" |
| ] |
| ] |
| ], |
| "PNGSaver": [ |
| [ |
| "monai/data/png_saver.py", |
| [ |
| "PNGSaver" |
| ] |
| ] |
| ], |
| "Evaluator": [ |
| [ |
| "monai/engines/evaluator.py", |
| [ |
| "Evaluator" |
| ] |
| ] |
| ], |
| "SupervisedEvaluator": [ |
| [ |
| "monai/engines/evaluator.py", |
| [ |
| "SupervisedEvaluator" |
| ] |
| ] |
| ], |
| "EnsembleEvaluator": [ |
| [ |
| "monai/engines/evaluator.py", |
| [ |
| "EnsembleEvaluator" |
| ] |
| ] |
| ], |
| "Trainer": [ |
| [ |
| "monai/engines/trainer.py", |
| [ |
| "Trainer" |
| ] |
| ] |
| ], |
| "SupervisedTrainer": [ |
| [ |
| "monai/engines/trainer.py", |
| [ |
| "SupervisedTrainer" |
| ] |
| ] |
| ], |
| "GanTrainer": [ |
| [ |
| "monai/engines/trainer.py", |
| [ |
| "GanTrainer" |
| ] |
| ] |
| ], |
| "CommonKeys": [ |
| [ |
| "monai/engines/utils.py", |
| [ |
| "CommonKeys" |
| ] |
| ] |
| ], |
| "GanKeys": [ |
| [ |
| "monai/engines/utils.py", |
| [ |
| "GanKeys" |
| ] |
| ] |
| ], |
| "Workflow": [ |
| [ |
| "monai/engines/workflow.py", |
| [ |
| "Workflow" |
| ] |
| ] |
| ], |
| "CheckpointLoader": [ |
| [ |
| "monai/handlers/checkpoint_loader.py", |
| [ |
| "CheckpointLoader" |
| ] |
| ] |
| ], |
| "CheckpointSaver": [ |
| [ |
| "monai/handlers/checkpoint_saver.py", |
| [ |
| "CheckpointSaver" |
| ] |
| ] |
| ], |
| "ClassificationSaver": [ |
| [ |
| "monai/handlers/classification_saver.py", |
| [ |
| "ClassificationSaver" |
| ] |
| ] |
| ], |
| "LrScheduleHandler": [ |
| [ |
| "monai/handlers/lr_schedule_handler.py", |
| [ |
| "LrScheduleHandler" |
| ] |
| ] |
| ], |
| "MeanDice": [ |
| [ |
| "monai/handlers/mean_dice.py", |
| [ |
| "MeanDice" |
| ] |
| ] |
| ], |
| "MetricLogger": [ |
| [ |
| "monai/handlers/metric_logger.py", |
| [ |
| "MetricLogger" |
| ] |
| ] |
| ], |
| "ROCAUC": [ |
| [ |
| "monai/handlers/roc_auc.py", |
| [ |
| "ROCAUC" |
| ] |
| ] |
| ], |
| "SegmentationSaver": [ |
| [ |
| "monai/handlers/segmentation_saver.py", |
| [ |
| "SegmentationSaver" |
| ] |
| ] |
| ], |
| "StatsHandler": [ |
| [ |
| "monai/handlers/stats_handler.py", |
| [ |
| "StatsHandler" |
| ] |
| ] |
| ], |
| "TensorBoardStatsHandler": [ |
| [ |
| "monai/handlers/tensorboard_handlers.py", |
| [ |
| "TensorBoardStatsHandler" |
| ] |
| ] |
| ], |
| "TensorBoardImageHandler": [ |
| [ |
| "monai/handlers/tensorboard_handlers.py", |
| [ |
| "TensorBoardImageHandler" |
| ] |
| ] |
| ], |
| "ValidationHandler": [ |
| [ |
| "monai/handlers/validation_handler.py", |
| [ |
| "ValidationHandler" |
| ] |
| ] |
| ], |
| "Inferer": [ |
| [ |
| "monai/inferers/inferer.py", |
| [ |
| "Inferer" |
| ] |
| ] |
| ], |
| "SimpleInferer": [ |
| [ |
| "monai/inferers/inferer.py", |
| [ |
| "SimpleInferer" |
| ] |
| ] |
| ], |
| "SlidingWindowInferer": [ |
| [ |
| "monai/inferers/inferer.py", |
| [ |
| "SlidingWindowInferer" |
| ] |
| ] |
| ], |
| "DiceLoss": [ |
| [ |
| "monai/losses/dice.py", |
| [ |
| "DiceLoss" |
| ] |
| ] |
| ], |
| "MaskedDiceLoss": [ |
| [ |
| "monai/losses/dice.py", |
| [ |
| "MaskedDiceLoss" |
| ] |
| ] |
| ], |
| "GeneralizedDiceLoss": [ |
| [ |
| "monai/losses/dice.py", |
| [ |
| "GeneralizedDiceLoss" |
| ] |
| ] |
| ], |
| "GeneralizedWassersteinDiceLoss": [ |
| [ |
| "monai/losses/dice.py", |
| [ |
| "GeneralizedWassersteinDiceLoss" |
| ] |
| ] |
| ], |
| "FocalLoss": [ |
| [ |
| "monai/losses/focal_loss.py", |
| [ |
| "FocalLoss" |
| ] |
| ] |
| ], |
| "TverskyLoss": [ |
| [ |
| "monai/losses/tversky.py", |
| [ |
| "TverskyLoss" |
| ] |
| ] |
| ], |
| "DiceMetric": [ |
| [ |
| "monai/metrics/meandice.py", |
| [ |
| "DiceMetric" |
| ] |
| ] |
| ], |
| "SimpleASPP": [ |
| [ |
| "monai/networks/blocks/aspp.py", |
| [ |
| "SimpleASPP" |
| ] |
| ] |
| ], |
| "Convolution": [ |
| [ |
| "monai/networks/blocks/convolutions.py", |
| [ |
| "Convolution" |
| ] |
| ] |
| ], |
| "ResidualUnit": [ |
| [ |
| "monai/networks/blocks/convolutions.py", |
| [ |
| "ResidualUnit" |
| ] |
| ] |
| ], |
| "MaxAvgPool": [ |
| [ |
| "monai/networks/blocks/downsample.py", |
| [ |
| "MaxAvgPool" |
| ] |
| ] |
| ], |
| "GCN": [ |
| [ |
| "monai/networks/blocks/fcn.py", |
| [ |
| "GCN" |
| ] |
| ] |
| ], |
| "Refine": [ |
| [ |
| "monai/networks/blocks/fcn.py", |
| [ |
| "Refine" |
| ] |
| ] |
| ], |
| "FCN": [ |
| [ |
| "monai/networks/blocks/fcn.py", |
| [ |
| "FCN" |
| ] |
| ] |
| ], |
| "MCFCN": [ |
| [ |
| "monai/networks/blocks/fcn.py", |
| [ |
| "MCFCN" |
| ] |
| ] |
| ], |
| "ResBlock": [ |
| [ |
| "monai/networks/blocks/segresnet_block.py", |
| [ |
| "ResBlock" |
| ] |
| ] |
| ], |
| "ChannelSELayer": [ |
| [ |
| "monai/networks/blocks/squeeze_and_excitation.py", |
| [ |
| "ChannelSELayer" |
| ] |
| ] |
| ], |
| "ResidualSELayer": [ |
| [ |
| "monai/networks/blocks/squeeze_and_excitation.py", |
| [ |
| "ResidualSELayer" |
| ] |
| ] |
| ], |
| "SEBlock": [ |
| [ |
| "monai/networks/blocks/squeeze_and_excitation.py", |
| [ |
| "SEBlock" |
| ] |
| ] |
| ], |
| "SEBottleneck": [ |
| [ |
| "monai/networks/blocks/squeeze_and_excitation.py", |
| [ |
| "SEBottleneck" |
| ] |
| ] |
| ], |
| "SEResNetBottleneck": [ |
| [ |
| "monai/networks/blocks/squeeze_and_excitation.py", |
| [ |
| "SEResNetBottleneck" |
| ] |
| ] |
| ], |
| "SEResNeXtBottleneck": [ |
| [ |
| "monai/networks/blocks/squeeze_and_excitation.py", |
| [ |
| "SEResNeXtBottleneck" |
| ] |
| ] |
| ], |
| "UpSample": [ |
| [ |
| "monai/networks/blocks/upsample.py", |
| [ |
| "UpSample" |
| ] |
| ] |
| ], |
| "SubpixelUpsample": [ |
| [ |
| "monai/networks/blocks/upsample.py", |
| [ |
| "SubpixelUpsample" |
| ] |
| ] |
| ], |
| "LayerFactory": [ |
| [ |
| "monai/networks/layers/factories.py", |
| [ |
| "LayerFactory" |
| ] |
| ] |
| ], |
| "SkipConnection": [ |
| [ |
| "monai/networks/layers/simplelayers.py", |
| [ |
| "SkipConnection" |
| ] |
| ] |
| ], |
| "Flatten": [ |
| [ |
| "monai/networks/layers/simplelayers.py", |
| [ |
| "Flatten" |
| ] |
| ] |
| ], |
| "Reshape": [ |
| [ |
| "monai/networks/layers/simplelayers.py", |
| [ |
| "Reshape" |
| ] |
| ] |
| ], |
| "GaussianFilter": [ |
| [ |
| "monai/networks/layers/simplelayers.py", |
| [ |
| "GaussianFilter" |
| ] |
| ] |
| ], |
| "LLTMFunction": [ |
| [ |
| "monai/networks/layers/simplelayers.py", |
| [ |
| "LLTMFunction" |
| ] |
| ] |
| ], |
| "LLTM": [ |
| [ |
| "monai/networks/layers/simplelayers.py", |
| [ |
| "LLTM" |
| ] |
| ] |
| ], |
| "AffineTransform": [ |
| [ |
| "monai/networks/layers/spatial_transforms.py", |
| [ |
| "AffineTransform" |
| ] |
| ] |
| ], |
| "Bottleneck3x3x1": [ |
| [ |
| "monai/networks/nets/ahnet.py", |
| [ |
| "Bottleneck3x3x1" |
| ] |
| ] |
| ], |
| "Projection": [ |
| [ |
| "monai/networks/nets/ahnet.py", |
| [ |
| "Projection" |
| ] |
| ] |
| ], |
| "DenseBlock": [ |
| [ |
| "monai/networks/nets/ahnet.py", |
| [ |
| "DenseBlock" |
| ] |
| ] |
| ], |
| "UpTransition": [ |
| [ |
| "monai/networks/nets/ahnet.py", |
| [ |
| "UpTransition" |
| ] |
| ], |
| [ |
| "monai/networks/nets/vnet.py", |
| [ |
| "UpTransition" |
| ] |
| ] |
| ], |
| "Final": [ |
| [ |
| "monai/networks/nets/ahnet.py", |
| [ |
| "Final" |
| ] |
| ] |
| ], |
| "Pseudo3DLayer": [ |
| [ |
| "monai/networks/nets/ahnet.py", |
| [ |
| "Pseudo3DLayer" |
| ] |
| ] |
| ], |
| "PSP": [ |
| [ |
| "monai/networks/nets/ahnet.py", |
| [ |
| "PSP" |
| ] |
| ] |
| ], |
| "AHNet": [ |
| [ |
| "monai/networks/nets/ahnet.py", |
| [ |
| "AHNet" |
| ] |
| ] |
| ], |
| "Classifier": [ |
| [ |
| "monai/networks/nets/classifier.py", |
| [ |
| "Classifier" |
| ] |
| ] |
| ], |
| "Discriminator": [ |
| [ |
| "monai/networks/nets/classifier.py", |
| [ |
| "Discriminator" |
| ] |
| ] |
| ], |
| "Critic": [ |
| [ |
| "monai/networks/nets/classifier.py", |
| [ |
| "Critic" |
| ] |
| ] |
| ], |
| "_DenseLayer": [ |
| [ |
| "monai/networks/nets/densenet.py", |
| [ |
| "_DenseLayer" |
| ] |
| ] |
| ], |
| "_DenseBlock": [ |
| [ |
| "monai/networks/nets/densenet.py", |
| [ |
| "_DenseBlock" |
| ] |
| ] |
| ], |
| "_Transition": [ |
| [ |
| "monai/networks/nets/densenet.py", |
| [ |
| "_Transition" |
| ] |
| ] |
| ], |
| "DenseNet": [ |
| [ |
| "monai/networks/nets/densenet.py", |
| [ |
| "DenseNet" |
| ] |
| ] |
| ], |
| "Generator": [ |
| [ |
| "monai/networks/nets/generator.py", |
| [ |
| "Generator" |
| ] |
| ] |
| ], |
| "ConvNormActi": [ |
| [ |
| "monai/networks/nets/highresnet.py", |
| [ |
| "ConvNormActi" |
| ] |
| ] |
| ], |
| "HighResBlock": [ |
| [ |
| "monai/networks/nets/highresnet.py", |
| [ |
| "HighResBlock" |
| ] |
| ] |
| ], |
| "HighResNet": [ |
| [ |
| "monai/networks/nets/highresnet.py", |
| [ |
| "HighResNet" |
| ] |
| ] |
| ], |
| "Regressor": [ |
| [ |
| "monai/networks/nets/regressor.py", |
| [ |
| "Regressor" |
| ] |
| ] |
| ], |
| "UNet": [ |
| [ |
| "monai/networks/nets/unet.py", |
| [ |
| "UNet" |
| ] |
| ] |
| ], |
| "LUConv": [ |
| [ |
| "monai/networks/nets/vnet.py", |
| [ |
| "LUConv" |
| ] |
| ] |
| ], |
| "InputTransition": [ |
| [ |
| "monai/networks/nets/vnet.py", |
| [ |
| "InputTransition" |
| ] |
| ] |
| ], |
| "DownTransition": [ |
| [ |
| "monai/networks/nets/vnet.py", |
| [ |
| "DownTransition" |
| ] |
| ] |
| ], |
| "OutputTransition": [ |
| [ |
| "monai/networks/nets/vnet.py", |
| [ |
| "OutputTransition" |
| ] |
| ] |
| ], |
| "VNet": [ |
| [ |
| "monai/networks/nets/vnet.py", |
| [ |
| "VNet" |
| ] |
| ] |
| ], |
| "FunctionSignature": [ |
| [ |
| "monai/transforms/adaptors.py", |
| [ |
| "FunctionSignature" |
| ] |
| ] |
| ], |
| "Transform": [ |
| [ |
| "monai/transforms/compose.py", |
| [ |
| "Transform" |
| ] |
| ] |
| ], |
| "Randomizable": [ |
| [ |
| "monai/transforms/compose.py", |
| [ |
| "Randomizable" |
| ] |
| ] |
| ], |
| "Compose": [ |
| [ |
| "monai/transforms/compose.py", |
| [ |
| "Compose" |
| ] |
| ] |
| ], |
| "MapTransform": [ |
| [ |
| "monai/transforms/compose.py", |
| [ |
| "MapTransform" |
| ] |
| ] |
| ], |
| "SpatialPad": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "SpatialPad" |
| ] |
| ] |
| ], |
| "BorderPad": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "BorderPad" |
| ] |
| ] |
| ], |
| "DivisiblePad": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "DivisiblePad" |
| ] |
| ] |
| ], |
| "SpatialCrop": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "SpatialCrop" |
| ] |
| ] |
| ], |
| "CenterSpatialCrop": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "CenterSpatialCrop" |
| ] |
| ] |
| ], |
| "RandSpatialCrop": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "RandSpatialCrop" |
| ] |
| ] |
| ], |
| "RandSpatialCropSamples": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "RandSpatialCropSamples" |
| ] |
| ] |
| ], |
| "CropForeground": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "CropForeground" |
| ] |
| ] |
| ], |
| "RandCropByPosNegLabel": [ |
| [ |
| "monai/transforms/croppad/array.py", |
| [ |
| "RandCropByPosNegLabel" |
| ] |
| ] |
| ], |
| "SpatialPadd": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "SpatialPadd" |
| ] |
| ] |
| ], |
| "BorderPadd": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "BorderPadd" |
| ] |
| ] |
| ], |
| "DivisiblePadd": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "DivisiblePadd" |
| ] |
| ] |
| ], |
| "SpatialCropd": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "SpatialCropd" |
| ] |
| ] |
| ], |
| "CenterSpatialCropd": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "CenterSpatialCropd" |
| ] |
| ] |
| ], |
| "RandSpatialCropd": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "RandSpatialCropd" |
| ] |
| ] |
| ], |
| "RandSpatialCropSamplesd": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "RandSpatialCropSamplesd" |
| ] |
| ] |
| ], |
| "CropForegroundd": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "CropForegroundd" |
| ] |
| ] |
| ], |
| "RandCropByPosNegLabeld": [ |
| [ |
| "monai/transforms/croppad/dictionary.py", |
| [ |
| "RandCropByPosNegLabeld" |
| ] |
| ] |
| ], |
| "RandGaussianNoise": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "RandGaussianNoise" |
| ] |
| ] |
| ], |
| "ShiftIntensity": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "ShiftIntensity" |
| ] |
| ] |
| ], |
| "RandShiftIntensity": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "RandShiftIntensity" |
| ] |
| ] |
| ], |
| "ScaleIntensity": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "ScaleIntensity" |
| ] |
| ] |
| ], |
| "RandScaleIntensity": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "RandScaleIntensity" |
| ] |
| ] |
| ], |
| "NormalizeIntensity": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "NormalizeIntensity" |
| ] |
| ] |
| ], |
| "ThresholdIntensity": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "ThresholdIntensity" |
| ] |
| ] |
| ], |
| "ScaleIntensityRange": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "ScaleIntensityRange" |
| ] |
| ] |
| ], |
| "AdjustContrast": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "AdjustContrast" |
| ] |
| ] |
| ], |
| "RandAdjustContrast": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "RandAdjustContrast" |
| ] |
| ] |
| ], |
| "ScaleIntensityRangePercentiles": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "ScaleIntensityRangePercentiles" |
| ] |
| ] |
| ], |
| "MaskIntensity": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "MaskIntensity" |
| ] |
| ] |
| ], |
| "GaussianSmooth": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "GaussianSmooth" |
| ] |
| ] |
| ], |
| "RandGaussianSmooth": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "RandGaussianSmooth" |
| ] |
| ] |
| ], |
| "GaussianSharpen": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "GaussianSharpen" |
| ] |
| ] |
| ], |
| "RandGaussianSharpen": [ |
| [ |
| "monai/transforms/intensity/array.py", |
| [ |
| "RandGaussianSharpen" |
| ] |
| ] |
| ], |
| "RandGaussianNoised": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "RandGaussianNoised" |
| ] |
| ] |
| ], |
| "ShiftIntensityd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "ShiftIntensityd" |
| ] |
| ] |
| ], |
| "RandShiftIntensityd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "RandShiftIntensityd" |
| ] |
| ] |
| ], |
| "ScaleIntensityd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "ScaleIntensityd" |
| ] |
| ] |
| ], |
| "RandScaleIntensityd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "RandScaleIntensityd" |
| ] |
| ] |
| ], |
| "NormalizeIntensityd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "NormalizeIntensityd" |
| ] |
| ] |
| ], |
| "ThresholdIntensityd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "ThresholdIntensityd" |
| ] |
| ] |
| ], |
| "ScaleIntensityRanged": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "ScaleIntensityRanged" |
| ] |
| ] |
| ], |
| "AdjustContrastd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "AdjustContrastd" |
| ] |
| ] |
| ], |
| "RandAdjustContrastd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "RandAdjustContrastd" |
| ] |
| ] |
| ], |
| "ScaleIntensityRangePercentilesd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "ScaleIntensityRangePercentilesd" |
| ] |
| ] |
| ], |
| "MaskIntensityd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "MaskIntensityd" |
| ] |
| ] |
| ], |
| "GaussianSmoothd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "GaussianSmoothd" |
| ] |
| ] |
| ], |
| "RandGaussianSmoothd": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "RandGaussianSmoothd" |
| ] |
| ] |
| ], |
| "GaussianSharpend": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "GaussianSharpend" |
| ] |
| ] |
| ], |
| "RandGaussianSharpend": [ |
| [ |
| "monai/transforms/intensity/dictionary.py", |
| [ |
| "RandGaussianSharpend" |
| ] |
| ] |
| ], |
| "LoadNifti": [ |
| [ |
| "monai/transforms/io/array.py", |
| [ |
| "LoadNifti" |
| ] |
| ] |
| ], |
| "LoadPNG": [ |
| [ |
| "monai/transforms/io/array.py", |
| [ |
| "LoadPNG" |
| ] |
| ] |
| ], |
| "LoadNumpy": [ |
| [ |
| "monai/transforms/io/array.py", |
| [ |
| "LoadNumpy" |
| ] |
| ] |
| ], |
| "LoadDatad": [ |
| [ |
| "monai/transforms/io/dictionary.py", |
| [ |
| "LoadDatad" |
| ] |
| ] |
| ], |
| "LoadNiftid": [ |
| [ |
| "monai/transforms/io/dictionary.py", |
| [ |
| "LoadNiftid" |
| ] |
| ] |
| ], |
| "LoadPNGd": [ |
| [ |
| "monai/transforms/io/dictionary.py", |
| [ |
| "LoadPNGd" |
| ] |
| ] |
| ], |
| "LoadNumpyd": [ |
| [ |
| "monai/transforms/io/dictionary.py", |
| [ |
| "LoadNumpyd" |
| ] |
| ] |
| ], |
| "SplitChannel": [ |
| [ |
| "monai/transforms/post/array.py", |
| [ |
| "SplitChannel" |
| ] |
| ] |
| ], |
| "Activations": [ |
| [ |
| "monai/transforms/post/array.py", |
| [ |
| "Activations" |
| ] |
| ] |
| ], |
| "AsDiscrete": [ |
| [ |
| "monai/transforms/post/array.py", |
| [ |
| "AsDiscrete" |
| ] |
| ] |
| ], |
| "KeepLargestConnectedComponent": [ |
| [ |
| "monai/transforms/post/array.py", |
| [ |
| "KeepLargestConnectedComponent" |
| ] |
| ] |
| ], |
| "LabelToContour": [ |
| [ |
| "monai/transforms/post/array.py", |
| [ |
| "LabelToContour" |
| ] |
| ] |
| ], |
| "MeanEnsemble": [ |
| [ |
| "monai/transforms/post/array.py", |
| [ |
| "MeanEnsemble" |
| ] |
| ] |
| ], |
| "VoteEnsemble": [ |
| [ |
| "monai/transforms/post/array.py", |
| [ |
| "VoteEnsemble" |
| ] |
| ] |
| ], |
| "SplitChanneld": [ |
| [ |
| "monai/transforms/post/dictionary.py", |
| [ |
| "SplitChanneld" |
| ] |
| ] |
| ], |
| "Activationsd": [ |
| [ |
| "monai/transforms/post/dictionary.py", |
| [ |
| "Activationsd" |
| ] |
| ] |
| ], |
| "AsDiscreted": [ |
| [ |
| "monai/transforms/post/dictionary.py", |
| [ |
| "AsDiscreted" |
| ] |
| ] |
| ], |
| "KeepLargestConnectedComponentd": [ |
| [ |
| "monai/transforms/post/dictionary.py", |
| [ |
| "KeepLargestConnectedComponentd" |
| ] |
| ] |
| ], |
| "LabelToContourd": [ |
| [ |
| "monai/transforms/post/dictionary.py", |
| [ |
| "LabelToContourd" |
| ] |
| ] |
| ], |
| "Ensembled": [ |
| [ |
| "monai/transforms/post/dictionary.py", |
| [ |
| "Ensembled" |
| ] |
| ] |
| ], |
| "MeanEnsembled": [ |
| [ |
| "monai/transforms/post/dictionary.py", |
| [ |
| "MeanEnsembled" |
| ] |
| ] |
| ], |
| "VoteEnsembled": [ |
| [ |
| "monai/transforms/post/dictionary.py", |
| [ |
| "VoteEnsembled" |
| ] |
| ] |
| ], |
| "Spacing": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Spacing" |
| ] |
| ] |
| ], |
| "Orientation": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Orientation" |
| ] |
| ] |
| ], |
| "Flip": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Flip" |
| ] |
| ] |
| ], |
| "Resize": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Resize" |
| ] |
| ] |
| ], |
| "Rotate": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Rotate" |
| ] |
| ] |
| ], |
| "Zoom": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Zoom" |
| ] |
| ] |
| ], |
| "Rotate90": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Rotate90" |
| ] |
| ] |
| ], |
| "RandRotate90": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "RandRotate90" |
| ] |
| ] |
| ], |
| "RandRotate": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "RandRotate" |
| ] |
| ] |
| ], |
| "RandFlip": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "RandFlip" |
| ] |
| ] |
| ], |
| "RandZoom": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "RandZoom" |
| ] |
| ] |
| ], |
| "AffineGrid": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "AffineGrid" |
| ] |
| ] |
| ], |
| "RandAffineGrid": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "RandAffineGrid" |
| ] |
| ] |
| ], |
| "RandDeformGrid": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "RandDeformGrid" |
| ] |
| ] |
| ], |
| "Resample": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Resample" |
| ] |
| ] |
| ], |
| "Affine": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Affine" |
| ] |
| ] |
| ], |
| "RandAffine": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "RandAffine" |
| ] |
| ] |
| ], |
| "Rand2DElastic": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Rand2DElastic" |
| ] |
| ] |
| ], |
| "Rand3DElastic": [ |
| [ |
| "monai/transforms/spatial/array.py", |
| [ |
| "Rand3DElastic" |
| ] |
| ] |
| ], |
| "Spacingd": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Spacingd" |
| ] |
| ] |
| ], |
| "Orientationd": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Orientationd" |
| ] |
| ] |
| ], |
| "Rotate90d": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Rotate90d" |
| ] |
| ] |
| ], |
| "RandRotate90d": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "RandRotate90d" |
| ] |
| ] |
| ], |
| "Resized": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Resized" |
| ] |
| ] |
| ], |
| "RandAffined": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "RandAffined" |
| ] |
| ] |
| ], |
| "Rand2DElasticd": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Rand2DElasticd" |
| ] |
| ] |
| ], |
| "Rand3DElasticd": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Rand3DElasticd" |
| ] |
| ] |
| ], |
| "Flipd": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Flipd" |
| ] |
| ] |
| ], |
| "RandFlipd": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "RandFlipd" |
| ] |
| ] |
| ], |
| "Rotated": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Rotated" |
| ] |
| ] |
| ], |
| "RandRotated": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "RandRotated" |
| ] |
| ] |
| ], |
| "Zoomd": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "Zoomd" |
| ] |
| ] |
| ], |
| "RandZoomd": [ |
| [ |
| "monai/transforms/spatial/dictionary.py", |
| [ |
| "RandZoomd" |
| ] |
| ] |
| ], |
| "Identity": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "Identity" |
| ] |
| ] |
| ], |
| "AsChannelFirst": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "AsChannelFirst" |
| ] |
| ] |
| ], |
| "AsChannelLast": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "AsChannelLast" |
| ] |
| ] |
| ], |
| "AddChannel": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "AddChannel" |
| ] |
| ] |
| ], |
| "RepeatChannel": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "RepeatChannel" |
| ] |
| ] |
| ], |
| "CastToType": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "CastToType" |
| ] |
| ] |
| ], |
| "ToTensor": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "ToTensor" |
| ] |
| ] |
| ], |
| "ToNumpy": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "ToNumpy" |
| ] |
| ] |
| ], |
| "Transpose": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "Transpose" |
| ] |
| ] |
| ], |
| "SqueezeDim": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "SqueezeDim" |
| ] |
| ] |
| ], |
| "DataStats": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "DataStats" |
| ] |
| ] |
| ], |
| "SimulateDelay": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "SimulateDelay" |
| ] |
| ] |
| ], |
| "Lambda": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "Lambda" |
| ] |
| ] |
| ], |
| "LabelToMask": [ |
| [ |
| "monai/transforms/utility/array.py", |
| [ |
| "LabelToMask" |
| ] |
| ] |
| ], |
| "Identityd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "Identityd" |
| ] |
| ] |
| ], |
| "AsChannelFirstd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "AsChannelFirstd" |
| ] |
| ] |
| ], |
| "AsChannelLastd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "AsChannelLastd" |
| ] |
| ] |
| ], |
| "AddChanneld": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "AddChanneld" |
| ] |
| ] |
| ], |
| "RepeatChanneld": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "RepeatChanneld" |
| ] |
| ] |
| ], |
| "CastToTyped": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "CastToTyped" |
| ] |
| ] |
| ], |
| "ToTensord": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "ToTensord" |
| ] |
| ] |
| ], |
| "ToNumpyd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "ToNumpyd" |
| ] |
| ] |
| ], |
| "DeleteItemsd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "DeleteItemsd" |
| ] |
| ] |
| ], |
| "SqueezeDimd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "SqueezeDimd" |
| ] |
| ] |
| ], |
| "DataStatsd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "DataStatsd" |
| ] |
| ] |
| ], |
| "SimulateDelayd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "SimulateDelayd" |
| ] |
| ] |
| ], |
| "CopyItemsd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "CopyItemsd" |
| ] |
| ] |
| ], |
| "ConcatItemsd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "ConcatItemsd" |
| ] |
| ] |
| ], |
| "Lambdad": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "Lambdad" |
| ] |
| ] |
| ], |
| "LabelToMaskd": [ |
| [ |
| "monai/transforms/utility/dictionary.py", |
| [ |
| "LabelToMaskd" |
| ] |
| ] |
| ], |
| "RestartGenerator": [ |
| [ |
| "monai/utils/decorators.py", |
| [ |
| "RestartGenerator" |
| ] |
| ] |
| ], |
| "MethodReplacer": [ |
| [ |
| "monai/utils/decorators.py", |
| [ |
| "MethodReplacer" |
| ] |
| ] |
| ], |
| "NumpyPadMode": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "NumpyPadMode" |
| ] |
| ] |
| ], |
| "GridSampleMode": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "GridSampleMode" |
| ] |
| ] |
| ], |
| "InterpolateMode": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "InterpolateMode" |
| ] |
| ] |
| ], |
| "UpsampleMode": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "UpsampleMode" |
| ] |
| ] |
| ], |
| "BlendMode": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "BlendMode" |
| ] |
| ] |
| ], |
| "PytorchPadMode": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "PytorchPadMode" |
| ] |
| ] |
| ], |
| "GridSamplePadMode": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "GridSamplePadMode" |
| ] |
| ] |
| ], |
| "Average": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "Average" |
| ] |
| ] |
| ], |
| "MetricReduction": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "MetricReduction" |
| ] |
| ] |
| ], |
| "LossReduction": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "LossReduction" |
| ] |
| ] |
| ], |
| "Weight": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "Weight" |
| ] |
| ] |
| ], |
| "Normalisation": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "Normalisation" |
| ] |
| ] |
| ], |
| "Activation": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "Activation" |
| ] |
| ] |
| ], |
| "ChannelMatching": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "ChannelMatching" |
| ] |
| ] |
| ], |
| "Method": [ |
| [ |
| "monai/utils/enums.py", |
| [ |
| "Method" |
| ] |
| ] |
| ], |
| "_LazyRaise": [ |
| [ |
| "monai/utils/module.py", |
| [ |
| "optional_import", |
| "_LazyRaise" |
| ] |
| ] |
| ], |
| "ConvBNActBlock": [ |
| [ |
| "research/coplenet-pneumonia-lesion-segmentation/coplenet.py", |
| [ |
| "ConvBNActBlock" |
| ] |
| ] |
| ], |
| "DownBlock": [ |
| [ |
| "research/coplenet-pneumonia-lesion-segmentation/coplenet.py", |
| [ |
| "DownBlock" |
| ] |
| ] |
| ], |
| "UpBlock": [ |
| [ |
| "research/coplenet-pneumonia-lesion-segmentation/coplenet.py", |
| [ |
| "UpBlock" |
| ] |
| ] |
| ], |
| "CopleNet": [ |
| [ |
| "research/coplenet-pneumonia-lesion-segmentation/coplenet.py", |
| [ |
| "CopleNet" |
| ] |
| ] |
| ], |
| "TestCopleNET": [ |
| [ |
| "research/coplenet-pneumonia-lesion-segmentation/test_coplenet.py", |
| [ |
| "TestCopleNET" |
| ] |
| ] |
| ], |
| "TestUNETPipe": [ |
| [ |
| "research/lamp-automated-model-parallelism/test_unet_pipe.py", |
| [ |
| "TestUNETPipe" |
| ] |
| ] |
| ], |
| "ImageLabelDataset": [ |
| [ |
| "research/lamp-automated-model-parallelism/train.py", |
| [ |
| "ImageLabelDataset" |
| ] |
| ] |
| ], |
| "Stash": [ |
| [ |
| "research/lamp-automated-model-parallelism/unet_pipe.py", |
| [ |
| "Stash" |
| ] |
| ] |
| ], |
| "PopCat": [ |
| [ |
| "research/lamp-automated-model-parallelism/unet_pipe.py", |
| [ |
| "PopCat" |
| ] |
| ] |
| ], |
| "DoubleConv": [ |
| [ |
| "research/lamp-automated-model-parallelism/unet_pipe.py", |
| [ |
| "DoubleConv" |
| ] |
| ] |
| ], |
| "UNetPipe": [ |
| [ |
| "research/lamp-automated-model-parallelism/unet_pipe.py", |
| [ |
| "UNetPipe" |
| ] |
| ] |
| ], |
| "TestActivations": [ |
| [ |
| "tests/test_activations.py", |
| [ |
| "TestActivations" |
| ] |
| ] |
| ], |
| "TestActivationsd": [ |
| [ |
| "tests/test_activationsd.py", |
| [ |
| "TestActivationsd" |
| ] |
| ] |
| ], |
| "TestAdaptors": [ |
| [ |
| "tests/test_adaptors.py", |
| [ |
| "TestAdaptors" |
| ] |
| ] |
| ], |
| "TestApplyAlias": [ |
| [ |
| "tests/test_adaptors.py", |
| [ |
| "TestApplyAlias" |
| ] |
| ] |
| ], |
| "TestToKwargs": [ |
| [ |
| "tests/test_adaptors.py", |
| [ |
| "TestToKwargs" |
| ] |
| ] |
| ], |
| "TestAddChanneld": [ |
| [ |
| "tests/test_add_channeld.py", |
| [ |
| "TestAddChanneld" |
| ] |
| ] |
| ], |
| "TestAdjustContrast": [ |
| [ |
| "tests/test_adjust_contrast.py", |
| [ |
| "TestAdjustContrast" |
| ] |
| ] |
| ], |
| "TestAdjustContrastd": [ |
| [ |
| "tests/test_adjust_contrastd.py", |
| [ |
| "TestAdjustContrastd" |
| ] |
| ] |
| ], |
| "TestAffine": [ |
| [ |
| "tests/test_affine.py", |
| [ |
| "TestAffine" |
| ] |
| ] |
| ], |
| "TestAffineGrid": [ |
| [ |
| "tests/test_affine_grid.py", |
| [ |
| "TestAffineGrid" |
| ] |
| ] |
| ], |
| "TestNormTransform": [ |
| [ |
| "tests/test_affine_transform.py", |
| [ |
| "TestNormTransform" |
| ] |
| ] |
| ], |
| "TestToNormAffine": [ |
| [ |
| "tests/test_affine_transform.py", |
| [ |
| "TestToNormAffine" |
| ] |
| ] |
| ], |
| "TestAffineTransform": [ |
| [ |
| "tests/test_affine_transform.py", |
| [ |
| "TestAffineTransform" |
| ] |
| ] |
| ], |
| "TestFCN": [ |
| [ |
| "tests/test_ahnet.py", |
| [ |
| "TestFCN" |
| ] |
| ] |
| ], |
| "TestMCFCN": [ |
| [ |
| "tests/test_ahnet.py", |
| [ |
| "TestMCFCN" |
| ] |
| ] |
| ], |
| "TestAHNET": [ |
| [ |
| "tests/test_ahnet.py", |
| [ |
| "TestAHNET" |
| ] |
| ] |
| ], |
| "TestCompose": [ |
| [ |
| "tests/test_arraydataset.py", |
| [ |
| "TestCompose" |
| ] |
| ], |
| [ |
| "tests/test_compose.py", |
| [ |
| "TestCompose" |
| ] |
| ] |
| ], |
| "TestArrayDataset": [ |
| [ |
| "tests/test_arraydataset.py", |
| [ |
| "TestArrayDataset" |
| ] |
| ] |
| ], |
| "TestAsChannelFirst": [ |
| [ |
| "tests/test_as_channel_first.py", |
| [ |
| "TestAsChannelFirst" |
| ] |
| ] |
| ], |
| "TestAsChannelFirstd": [ |
| [ |
| "tests/test_as_channel_firstd.py", |
| [ |
| "TestAsChannelFirstd" |
| ] |
| ] |
| ], |
| "TestAsChannelLast": [ |
| [ |
| "tests/test_as_channel_last.py", |
| [ |
| "TestAsChannelLast" |
| ] |
| ] |
| ], |
| "TestAsChannelLastd": [ |
| [ |
| "tests/test_as_channel_lastd.py", |
| [ |
| "TestAsChannelLastd" |
| ] |
| ] |
| ], |
| "TestAsDiscrete": [ |
| [ |
| "tests/test_as_discrete.py", |
| [ |
| "TestAsDiscrete" |
| ] |
| ] |
| ], |
| "TestAsDiscreted": [ |
| [ |
| "tests/test_as_discreted.py", |
| [ |
| "TestAsDiscreted" |
| ] |
| ] |
| ], |
| "TestBorderPad": [ |
| [ |
| "tests/test_border_pad.py", |
| [ |
| "TestBorderPad" |
| ] |
| ] |
| ], |
| "TestBorderPadd": [ |
| [ |
| "tests/test_border_padd.py", |
| [ |
| "TestBorderPadd" |
| ] |
| ] |
| ], |
| "TestCacheDataset": [ |
| [ |
| "tests/test_cachedataset.py", |
| [ |
| "TestCacheDataset" |
| ] |
| ] |
| ], |
| "TestCacheDatasetParallel": [ |
| [ |
| "tests/test_cachedataset_parallel.py", |
| [ |
| "TestCacheDatasetParallel" |
| ] |
| ] |
| ], |
| "TestCastToType": [ |
| [ |
| "tests/test_cast_to_type.py", |
| [ |
| "TestCastToType" |
| ] |
| ] |
| ], |
| "TestCastToTyped": [ |
| [ |
| "tests/test_cast_to_typed.py", |
| [ |
| "TestCastToTyped" |
| ] |
| ] |
| ], |
| "TestCenterSpatialCrop": [ |
| [ |
| "tests/test_center_spatial_crop.py", |
| [ |
| "TestCenterSpatialCrop" |
| ] |
| ] |
| ], |
| "TestCenterSpatialCropd": [ |
| [ |
| "tests/test_center_spatial_cropd.py", |
| [ |
| "TestCenterSpatialCropd" |
| ] |
| ] |
| ], |
| "TestCheckMD5": [ |
| [ |
| "tests/test_check_md5.py", |
| [ |
| "TestCheckMD5" |
| ] |
| ] |
| ], |
| "_Acc": [ |
| [ |
| "tests/test_compose.py", |
| [ |
| "TestCompose", |
| "test_random_compose", |
| "_Acc" |
| ] |
| ] |
| ], |
| "_RandomClass": [ |
| [ |
| "tests/test_compose.py", |
| [ |
| "TestCompose", |
| "test_randomize_warn", |
| "_RandomClass" |
| ] |
| ] |
| ], |
| "TestComputeMeanDice": [ |
| [ |
| "tests/test_compute_meandice.py", |
| [ |
| "TestComputeMeanDice" |
| ] |
| ] |
| ], |
| "TestComputeROCAUC": [ |
| [ |
| "tests/test_compute_roc_auc.py", |
| [ |
| "TestComputeROCAUC" |
| ] |
| ] |
| ], |
| "TestConcatItemsd": [ |
| [ |
| "tests/test_concat_itemsd.py", |
| [ |
| "TestConcatItemsd" |
| ] |
| ] |
| ], |
| "TestConvolution2D": [ |
| [ |
| "tests/test_convolutions.py", |
| [ |
| "TestConvolution2D" |
| ] |
| ] |
| ], |
| "TestResidualUnit2D": [ |
| [ |
| "tests/test_convolutions.py", |
| [ |
| "TestResidualUnit2D" |
| ] |
| ] |
| ], |
| "TestCopyItemsd": [ |
| [ |
| "tests/test_copy_itemsd.py", |
| [ |
| "TestCopyItemsd" |
| ] |
| ] |
| ], |
| "TestCreateGrid": [ |
| [ |
| "tests/test_create_grid_and_affine.py", |
| [ |
| "TestCreateGrid" |
| ] |
| ] |
| ], |
| "TestCreateAffine": [ |
| [ |
| "tests/test_create_grid_and_affine.py", |
| [ |
| "TestCreateAffine" |
| ] |
| ] |
| ], |
| "TestCropForeground": [ |
| [ |
| "tests/test_crop_foreground.py", |
| [ |
| "TestCropForeground" |
| ] |
| ] |
| ], |
| "TestCropForegroundd": [ |
| [ |
| "tests/test_crop_foregroundd.py", |
| [ |
| "TestCropForegroundd" |
| ] |
| ] |
| ], |
| "TestCSVSaver": [ |
| [ |
| "tests/test_csv_saver.py", |
| [ |
| "TestCSVSaver" |
| ] |
| ] |
| ], |
| "TestDataStats": [ |
| [ |
| "tests/test_data_stats.py", |
| [ |
| "TestDataStats" |
| ] |
| ] |
| ], |
| "TestDataStatsd": [ |
| [ |
| "tests/test_data_statsd.py", |
| [ |
| "TestDataStatsd" |
| ] |
| ] |
| ], |
| "TestDataLoader": [ |
| [ |
| "tests/test_dataloader.py", |
| [ |
| "TestDataLoader" |
| ] |
| ] |
| ], |
| "TestDataset": [ |
| [ |
| "tests/test_dataset.py", |
| [ |
| "TestDataset" |
| ] |
| ], |
| [ |
| "tests/test_ensemble_evaluator.py", |
| [ |
| "TestEnsembleEvaluator", |
| "test_content", |
| "TestDataset" |
| ] |
| ], |
| [ |
| "tests/test_persistentdataset.py", |
| [ |
| "TestDataset" |
| ] |
| ] |
| ], |
| "TestDecathlonDataset": [ |
| [ |
| "tests/test_decathlondataset.py", |
| [ |
| "TestDecathlonDataset" |
| ] |
| ] |
| ], |
| "TestDeleteItemsd": [ |
| [ |
| "tests/test_delete_itemsd.py", |
| [ |
| "TestDeleteItemsd" |
| ] |
| ] |
| ], |
| "TestDENSENET": [ |
| [ |
| "tests/test_densenet.py", |
| [ |
| "TestDENSENET" |
| ] |
| ] |
| ], |
| "TestDiceLoss": [ |
| [ |
| "tests/test_dice_loss.py", |
| [ |
| "TestDiceLoss" |
| ] |
| ], |
| [ |
| "tests/test_masked_dice_loss.py", |
| [ |
| "TestDiceLoss" |
| ] |
| ] |
| ], |
| "TestDiscriminator": [ |
| [ |
| "tests/test_discriminator.py", |
| [ |
| "TestDiscriminator" |
| ] |
| ] |
| ], |
| "TestDivisiblePad": [ |
| [ |
| "tests/test_divisible_pad.py", |
| [ |
| "TestDivisiblePad" |
| ] |
| ] |
| ], |
| "TestDivisiblePadd": [ |
| [ |
| "tests/test_divisible_padd.py", |
| [ |
| "TestDivisiblePadd" |
| ] |
| ] |
| ], |
| "TestDownloadAndExtract": [ |
| [ |
| "tests/test_download_and_extract.py", |
| [ |
| "TestDownloadAndExtract" |
| ] |
| ] |
| ], |
| "TestMaxAvgPool": [ |
| [ |
| "tests/test_downsample_block.py", |
| [ |
| "TestMaxAvgPool" |
| ] |
| ] |
| ], |
| "TestNet": [ |
| [ |
| "tests/test_ensemble_evaluator.py", |
| [ |
| "TestEnsembleEvaluator", |
| "test_content", |
| "TestNet" |
| ] |
| ] |
| ], |
| "TestEnsembleEvaluator": [ |
| [ |
| "tests/test_ensemble_evaluator.py", |
| [ |
| "TestEnsembleEvaluator" |
| ] |
| ] |
| ], |
| "TestFlip": [ |
| [ |
| "tests/test_flip.py", |
| [ |
| "TestFlip" |
| ] |
| ] |
| ], |
| "TestFlipd": [ |
| [ |
| "tests/test_flipd.py", |
| [ |
| "TestFlipd" |
| ] |
| ] |
| ], |
| "TestFocalLoss": [ |
| [ |
| "tests/test_focal_loss.py", |
| [ |
| "TestFocalLoss" |
| ] |
| ] |
| ], |
| "GaussianFilterTestCase": [ |
| [ |
| "tests/test_gaussian_filter.py", |
| [ |
| "GaussianFilterTestCase" |
| ] |
| ] |
| ], |
| "TestGaussianSharpen": [ |
| [ |
| "tests/test_gaussian_sharpen.py", |
| [ |
| "TestGaussianSharpen" |
| ] |
| ] |
| ], |
| "TestGaussianSharpend": [ |
| [ |
| "tests/test_gaussian_sharpend.py", |
| [ |
| "TestGaussianSharpend" |
| ] |
| ] |
| ], |
| "TestGaussianSmooth": [ |
| [ |
| "tests/test_gaussian_smooth.py", |
| [ |
| "TestGaussianSmooth" |
| ] |
| ] |
| ], |
| "TestGaussianSmoothd": [ |
| [ |
| "tests/test_gaussian_smoothd.py", |
| [ |
| "TestGaussianSmoothd" |
| ] |
| ] |
| ], |
| "TestGeneralizedDiceLoss": [ |
| [ |
| "tests/test_generalized_dice_loss.py", |
| [ |
| "TestGeneralizedDiceLoss" |
| ] |
| ] |
| ], |
| "TestGeneralizedWassersteinDiceLoss": [ |
| [ |
| "tests/test_generalized_wasserstein_dice_loss.py", |
| [ |
| "TestGeneralizedWassersteinDiceLoss" |
| ] |
| ] |
| ], |
| "TestGeneratePosNegLabelCropCenters": [ |
| [ |
| "tests/test_generate_pos_neg_label_crop_centers.py", |
| [ |
| "TestGeneratePosNegLabelCropCenters" |
| ] |
| ] |
| ], |
| "TestGenerateSpatialBoundingBox": [ |
| [ |
| "tests/test_generate_spatial_bounding_box.py", |
| [ |
| "TestGenerateSpatialBoundingBox" |
| ] |
| ] |
| ], |
| "TestGenerator": [ |
| [ |
| "tests/test_generator.py", |
| [ |
| "TestGenerator" |
| ] |
| ] |
| ], |
| "TestHandlerCheckpointLoader": [ |
| [ |
| "tests/test_handler_checkpoint_loader.py", |
| [ |
| "TestHandlerCheckpointLoader" |
| ] |
| ] |
| ], |
| "TestHandlerCheckpointSaver": [ |
| [ |
| "tests/test_handler_checkpoint_saver.py", |
| [ |
| "TestHandlerCheckpointSaver" |
| ] |
| ] |
| ], |
| "TestHandlerClassificationSaver": [ |
| [ |
| "tests/test_handler_classification_saver.py", |
| [ |
| "TestHandlerClassificationSaver" |
| ] |
| ] |
| ], |
| "TestHandlerLrSchedule": [ |
| [ |
| "tests/test_handler_lr_scheduler.py", |
| [ |
| "TestHandlerLrSchedule" |
| ] |
| ] |
| ], |
| "TestHandlerMeanDice": [ |
| [ |
| "tests/test_handler_mean_dice.py", |
| [ |
| "TestHandlerMeanDice" |
| ] |
| ] |
| ], |
| "TestHandlerROCAUC": [ |
| [ |
| "tests/test_handler_rocauc.py", |
| [ |
| "TestHandlerROCAUC" |
| ] |
| ] |
| ], |
| "TestHandlerSegmentationSaver": [ |
| [ |
| "tests/test_handler_segmentation_saver.py", |
| [ |
| "TestHandlerSegmentationSaver" |
| ] |
| ] |
| ], |
| "TestHandlerStats": [ |
| [ |
| "tests/test_handler_stats.py", |
| [ |
| "TestHandlerStats" |
| ] |
| ] |
| ], |
| "TestHandlerTBImage": [ |
| [ |
| "tests/test_handler_tb_image.py", |
| [ |
| "TestHandlerTBImage" |
| ] |
| ] |
| ], |
| "TestHandlerTBStats": [ |
| [ |
| "tests/test_handler_tb_stats.py", |
| [ |
| "TestHandlerTBStats" |
| ] |
| ] |
| ], |
| "TestEvaluator": [ |
| [ |
| "tests/test_handler_validation.py", |
| [ |
| "TestEvaluator" |
| ] |
| ] |
| ], |
| "TestHandlerValidation": [ |
| [ |
| "tests/test_handler_validation.py", |
| [ |
| "TestHandlerValidation" |
| ] |
| ] |
| ], |
| "TestCorrection": [ |
| [ |
| "tests/test_header_correct.py", |
| [ |
| "TestCorrection" |
| ] |
| ] |
| ], |
| "TestHighResNet": [ |
| [ |
| "tests/test_highresnet.py", |
| [ |
| "TestHighResNet" |
| ] |
| ] |
| ], |
| "TestIdentity": [ |
| [ |
| "tests/test_identity.py", |
| [ |
| "TestIdentity" |
| ] |
| ] |
| ], |
| "TestIdentityd": [ |
| [ |
| "tests/test_identityd.py", |
| [ |
| "TestIdentityd" |
| ] |
| ] |
| ], |
| "TestImg2Tensorboard": [ |
| [ |
| "tests/test_img2tensorboard.py", |
| [ |
| "TestImg2Tensorboard" |
| ] |
| ] |
| ], |
| "IntegrationClassification2D": [ |
| [ |
| "tests/test_integration_classification_2d.py", |
| [ |
| "IntegrationClassification2D" |
| ] |
| ] |
| ], |
| "_TestBatch": [ |
| [ |
| "tests/test_integration_determinism.py", |
| [ |
| "run_test", |
| "_TestBatch" |
| ] |
| ], |
| [ |
| "tests/test_integration_unet_2d.py", |
| [ |
| "run_test", |
| "_TestBatch" |
| ] |
| ] |
| ], |
| "TestDeterminism": [ |
| [ |
| "tests/test_integration_determinism.py", |
| [ |
| "TestDeterminism" |
| ] |
| ] |
| ], |
| "IntegrationSegmentation3D": [ |
| [ |
| "tests/test_integration_segmentation_3d.py", |
| [ |
| "IntegrationSegmentation3D" |
| ] |
| ] |
| ], |
| "TestIntegrationSlidingWindow": [ |
| [ |
| "tests/test_integration_sliding_window.py", |
| [ |
| "TestIntegrationSlidingWindow" |
| ] |
| ] |
| ], |
| "STNBenchmark": [ |
| [ |
| "tests/test_integration_stn.py", |
| [ |
| "STNBenchmark" |
| ] |
| ] |
| ], |
| "TestSpatialTransformerCore": [ |
| [ |
| "tests/test_integration_stn.py", |
| [ |
| "TestSpatialTransformerCore" |
| ] |
| ] |
| ], |
| "TestIntegrationUnet2D": [ |
| [ |
| "tests/test_integration_unet_2d.py", |
| [ |
| "TestIntegrationUnet2D" |
| ] |
| ] |
| ], |
| "IntegrationWorkflows": [ |
| [ |
| "tests/test_integration_workflows.py", |
| [ |
| "IntegrationWorkflows" |
| ] |
| ] |
| ], |
| "IntegrationWorkflowsGAN": [ |
| [ |
| "tests/test_integration_workflows_gan.py", |
| [ |
| "IntegrationWorkflowsGAN" |
| ] |
| ] |
| ], |
| "TestKeepLargestConnectedComponent": [ |
| [ |
| "tests/test_keep_largest_connected_component.py", |
| [ |
| "TestKeepLargestConnectedComponent" |
| ] |
| ] |
| ], |
| "TestKeepLargestConnectedComponentd": [ |
| [ |
| "tests/test_keep_largest_connected_componentd.py", |
| [ |
| "TestKeepLargestConnectedComponentd" |
| ] |
| ] |
| ], |
| "TestContour": [ |
| [ |
| "tests/test_label_to_contour.py", |
| [ |
| "TestContour" |
| ] |
| ] |
| ], |
| "TestContourd": [ |
| [ |
| "tests/test_label_to_contourd.py", |
| [ |
| "TestContourd" |
| ] |
| ] |
| ], |
| "TestLabelToMask": [ |
| [ |
| "tests/test_label_to_mask.py", |
| [ |
| "TestLabelToMask" |
| ] |
| ] |
| ], |
| "TestLabelToMaskd": [ |
| [ |
| "tests/test_label_to_maskd.py", |
| [ |
| "TestLabelToMaskd" |
| ] |
| ] |
| ], |
| "TestLambda": [ |
| [ |
| "tests/test_lambda.py", |
| [ |
| "TestLambda" |
| ] |
| ] |
| ], |
| "TestLambdad": [ |
| [ |
| "tests/test_lambdad.py", |
| [ |
| "TestLambdad" |
| ] |
| ] |
| ], |
| "TestListDataCollate": [ |
| [ |
| "tests/test_list_data_collate.py", |
| [ |
| "TestListDataCollate" |
| ] |
| ] |
| ], |
| "TestListToDict": [ |
| [ |
| "tests/test_list_to_dict.py", |
| [ |
| "TestListToDict" |
| ] |
| ] |
| ], |
| "TestLLTM": [ |
| [ |
| "tests/test_lltm.py", |
| [ |
| "TestLLTM" |
| ] |
| ] |
| ], |
| "TestLoadDecathalonDatalist": [ |
| [ |
| "tests/test_load_decathalon_datalist.py", |
| [ |
| "TestLoadDecathalonDatalist" |
| ] |
| ] |
| ], |
| "TestLoadNifti": [ |
| [ |
| "tests/test_load_nifti.py", |
| [ |
| "TestLoadNifti" |
| ] |
| ] |
| ], |
| "TestLoadNiftid": [ |
| [ |
| "tests/test_load_niftid.py", |
| [ |
| "TestLoadNiftid" |
| ] |
| ] |
| ], |
| "TestLoadNumpy": [ |
| [ |
| "tests/test_load_numpy.py", |
| [ |
| "TestLoadNumpy" |
| ] |
| ] |
| ], |
| "TestLoadNumpyd": [ |
| [ |
| "tests/test_load_numpyd.py", |
| [ |
| "TestLoadNumpyd" |
| ] |
| ] |
| ], |
| "TestLoadPNG": [ |
| [ |
| "tests/test_load_png.py", |
| [ |
| "TestLoadPNG" |
| ] |
| ] |
| ], |
| "TestLoadPNGd": [ |
| [ |
| "tests/test_load_pngd.py", |
| [ |
| "TestLoadPNGd" |
| ] |
| ] |
| ], |
| "TestLoadSpacingOrientation": [ |
| [ |
| "tests/test_load_spacing_orientation.py", |
| [ |
| "TestLoadSpacingOrientation" |
| ] |
| ] |
| ], |
| "MapTest": [ |
| [ |
| "tests/test_map_transform.py", |
| [ |
| "MapTest" |
| ] |
| ] |
| ], |
| "TestRandomizable": [ |
| [ |
| "tests/test_map_transform.py", |
| [ |
| "TestRandomizable" |
| ] |
| ], |
| [ |
| "tests/test_randomizable.py", |
| [ |
| "TestRandomizable" |
| ] |
| ] |
| ], |
| "TestMaskIntensity": [ |
| [ |
| "tests/test_mask_intensity.py", |
| [ |
| "TestMaskIntensity" |
| ] |
| ] |
| ], |
| "TestMaskIntensityd": [ |
| [ |
| "tests/test_mask_intensityd.py", |
| [ |
| "TestMaskIntensityd" |
| ] |
| ] |
| ], |
| "TestMeanEnsemble": [ |
| [ |
| "tests/test_mean_ensemble.py", |
| [ |
| "TestMeanEnsemble" |
| ] |
| ] |
| ], |
| "TestMeanEnsembled": [ |
| [ |
| "tests/test_mean_ensembled.py", |
| [ |
| "TestMeanEnsembled" |
| ] |
| ] |
| ], |
| "TestMedNISTDataset": [ |
| [ |
| "tests/test_mednistdataset.py", |
| [ |
| "TestMedNISTDataset" |
| ] |
| ] |
| ], |
| "RandTest": [ |
| [ |
| "tests/test_nifti_dataset.py", |
| [ |
| "RandTest" |
| ] |
| ], |
| [ |
| "tests/test_randomizable.py", |
| [ |
| "RandTest" |
| ] |
| ] |
| ], |
| "TestNiftiDataset": [ |
| [ |
| "tests/test_nifti_dataset.py", |
| [ |
| "TestNiftiDataset" |
| ] |
| ] |
| ], |
| "TestRectifyHeaderSformQform": [ |
| [ |
| "tests/test_nifti_header_revise.py", |
| [ |
| "TestRectifyHeaderSformQform" |
| ] |
| ] |
| ], |
| "TestNiftiLoadRead": [ |
| [ |
| "tests/test_nifti_rw.py", |
| [ |
| "TestNiftiLoadRead" |
| ] |
| ] |
| ], |
| "TestNiftiSaver": [ |
| [ |
| "tests/test_nifti_saver.py", |
| [ |
| "TestNiftiSaver" |
| ] |
| ] |
| ], |
| "TestNormalizeIntensity": [ |
| [ |
| "tests/test_normalize_intensity.py", |
| [ |
| "TestNormalizeIntensity" |
| ] |
| ] |
| ], |
| "TestNormalizeIntensityd": [ |
| [ |
| "tests/test_normalize_intensityd.py", |
| [ |
| "TestNormalizeIntensityd" |
| ] |
| ] |
| ], |
| "TestOptionalImport": [ |
| [ |
| "tests/test_optional_import.py", |
| [ |
| "TestOptionalImport" |
| ] |
| ] |
| ], |
| "TestOrientationCase": [ |
| [ |
| "tests/test_orientation.py", |
| [ |
| "TestOrientationCase" |
| ] |
| ] |
| ], |
| "TestOrientationdCase": [ |
| [ |
| "tests/test_orientationd.py", |
| [ |
| "TestOrientationdCase" |
| ] |
| ] |
| ], |
| "TestParallelExecution": [ |
| [ |
| "tests/test_parallel_execution.py", |
| [ |
| "TestParallelExecution" |
| ] |
| ] |
| ], |
| "TestPlot2dOr3dImage": [ |
| [ |
| "tests/test_plot_2d_or_3d_image.py", |
| [ |
| "TestPlot2dOr3dImage" |
| ] |
| ] |
| ], |
| "TestPngWrite": [ |
| [ |
| "tests/test_png_rw.py", |
| [ |
| "TestPngWrite" |
| ] |
| ] |
| ], |
| "TestPNGSaver": [ |
| [ |
| "tests/test_png_saver.py", |
| [ |
| "TestPNGSaver" |
| ] |
| ] |
| ], |
| "TestQueryMemory": [ |
| [ |
| "tests/test_query_memory.py", |
| [ |
| "TestQueryMemory" |
| ] |
| ] |
| ], |
| "TestRandAdjustContrast": [ |
| [ |
| "tests/test_rand_adjust_contrast.py", |
| [ |
| "TestRandAdjustContrast" |
| ] |
| ] |
| ], |
| "TestRandAdjustContrastd": [ |
| [ |
| "tests/test_rand_adjust_contrastd.py", |
| [ |
| "TestRandAdjustContrastd" |
| ] |
| ] |
| ], |
| "TestRandAffine": [ |
| [ |
| "tests/test_rand_affine.py", |
| [ |
| "TestRandAffine" |
| ] |
| ] |
| ], |
| "TestRandAffineGrid": [ |
| [ |
| "tests/test_rand_affine_grid.py", |
| [ |
| "TestRandAffineGrid" |
| ] |
| ] |
| ], |
| "TestRandAffined": [ |
| [ |
| "tests/test_rand_affined.py", |
| [ |
| "TestRandAffined" |
| ] |
| ] |
| ], |
| "TestRandCropByPosNegLabel": [ |
| [ |
| "tests/test_rand_crop_by_pos_neg_label.py", |
| [ |
| "TestRandCropByPosNegLabel" |
| ] |
| ] |
| ], |
| "TestRandCropByPosNegLabeld": [ |
| [ |
| "tests/test_rand_crop_by_pos_neg_labeld.py", |
| [ |
| "TestRandCropByPosNegLabeld" |
| ] |
| ] |
| ], |
| "TestRandDeformGrid": [ |
| [ |
| "tests/test_rand_deform_grid.py", |
| [ |
| "TestRandDeformGrid" |
| ] |
| ] |
| ], |
| "TestRand2DElastic": [ |
| [ |
| "tests/test_rand_elastic_2d.py", |
| [ |
| "TestRand2DElastic" |
| ] |
| ] |
| ], |
| "TestRand3DElastic": [ |
| [ |
| "tests/test_rand_elastic_3d.py", |
| [ |
| "TestRand3DElastic" |
| ] |
| ] |
| ], |
| "TestRand2DElasticd": [ |
| [ |
| "tests/test_rand_elasticd_2d.py", |
| [ |
| "TestRand2DElasticd" |
| ] |
| ] |
| ], |
| "TestRand3DElasticd": [ |
| [ |
| "tests/test_rand_elasticd_3d.py", |
| [ |
| "TestRand3DElasticd" |
| ] |
| ] |
| ], |
| "TestRandFlip": [ |
| [ |
| "tests/test_rand_flip.py", |
| [ |
| "TestRandFlip" |
| ] |
| ] |
| ], |
| "TestRandFlipd": [ |
| [ |
| "tests/test_rand_flipd.py", |
| [ |
| "TestRandFlipd" |
| ] |
| ] |
| ], |
| "TestRandGaussianNoise": [ |
| [ |
| "tests/test_rand_gaussian_noise.py", |
| [ |
| "TestRandGaussianNoise" |
| ] |
| ] |
| ], |
| "TestRandGaussianNoised": [ |
| [ |
| "tests/test_rand_gaussian_noised.py", |
| [ |
| "TestRandGaussianNoised" |
| ] |
| ] |
| ], |
| "TestRandGaussianSharpen": [ |
| [ |
| "tests/test_rand_gaussian_sharpen.py", |
| [ |
| "TestRandGaussianSharpen" |
| ] |
| ] |
| ], |
| "TestRandGaussianSharpend": [ |
| [ |
| "tests/test_rand_gaussian_sharpend.py", |
| [ |
| "TestRandGaussianSharpend" |
| ] |
| ] |
| ], |
| "TestRandGaussianSmooth": [ |
| [ |
| "tests/test_rand_gaussian_smooth.py", |
| [ |
| "TestRandGaussianSmooth" |
| ] |
| ] |
| ], |
| "TestRandGaussianSmoothd": [ |
| [ |
| "tests/test_rand_gaussian_smoothd.py", |
| [ |
| "TestRandGaussianSmoothd" |
| ] |
| ] |
| ], |
| "TestRandRotate2D": [ |
| [ |
| "tests/test_rand_rotate.py", |
| [ |
| "TestRandRotate2D" |
| ] |
| ] |
| ], |
| "TestRandRotate3D": [ |
| [ |
| "tests/test_rand_rotate.py", |
| [ |
| "TestRandRotate3D" |
| ] |
| ] |
| ], |
| "TestRandRotate90": [ |
| [ |
| "tests/test_rand_rotate90.py", |
| [ |
| "TestRandRotate90" |
| ] |
| ] |
| ], |
| "TestRandRotate90d": [ |
| [ |
| "tests/test_rand_rotate90d.py", |
| [ |
| "TestRandRotate90d" |
| ] |
| ] |
| ], |
| "TestRandRotated2D": [ |
| [ |
| "tests/test_rand_rotated.py", |
| [ |
| "TestRandRotated2D" |
| ] |
| ] |
| ], |
| "TestRandRotated3D": [ |
| [ |
| "tests/test_rand_rotated.py", |
| [ |
| "TestRandRotated3D" |
| ] |
| ] |
| ], |
| "TestRandScaleIntensity": [ |
| [ |
| "tests/test_rand_scale_intensity.py", |
| [ |
| "TestRandScaleIntensity" |
| ] |
| ] |
| ], |
| "TestRandScaleIntensityd": [ |
| [ |
| "tests/test_rand_scale_intensityd.py", |
| [ |
| "TestRandScaleIntensityd" |
| ] |
| ] |
| ], |
| "TestRandShiftIntensity": [ |
| [ |
| "tests/test_rand_shift_intensity.py", |
| [ |
| "TestRandShiftIntensity" |
| ] |
| ] |
| ], |
| "TestRandShiftIntensityd": [ |
| [ |
| "tests/test_rand_shift_intensityd.py", |
| [ |
| "TestRandShiftIntensityd" |
| ] |
| ] |
| ], |
| "TestRandSpatialCrop": [ |
| [ |
| "tests/test_rand_spatial_crop.py", |
| [ |
| "TestRandSpatialCrop" |
| ] |
| ] |
| ], |
| "TestRandSpatialCropSamples": [ |
| [ |
| "tests/test_rand_spatial_crop_samples.py", |
| [ |
| "TestRandSpatialCropSamples" |
| ] |
| ] |
| ], |
| "TestRandSpatialCropSamplesd": [ |
| [ |
| "tests/test_rand_spatial_crop_samplesd.py", |
| [ |
| "TestRandSpatialCropSamplesd" |
| ] |
| ] |
| ], |
| "TestRandSpatialCropd": [ |
| [ |
| "tests/test_rand_spatial_cropd.py", |
| [ |
| "TestRandSpatialCropd" |
| ] |
| ] |
| ], |
| "TestRandZoom": [ |
| [ |
| "tests/test_rand_zoom.py", |
| [ |
| "TestRandZoom" |
| ] |
| ] |
| ], |
| "TestRandZoomd": [ |
| [ |
| "tests/test_rand_zoomd.py", |
| [ |
| "TestRandZoomd" |
| ] |
| ] |
| ], |
| "TestRepeatChannel": [ |
| [ |
| "tests/test_repeat_channel.py", |
| [ |
| "TestRepeatChannel" |
| ] |
| ] |
| ], |
| "TestRepeatChanneld": [ |
| [ |
| "tests/test_repeat_channeld.py", |
| [ |
| "TestRepeatChanneld" |
| ] |
| ] |
| ], |
| "TestResample": [ |
| [ |
| "tests/test_resampler.py", |
| [ |
| "TestResample" |
| ] |
| ] |
| ], |
| "TestResize": [ |
| [ |
| "tests/test_resize.py", |
| [ |
| "TestResize" |
| ] |
| ] |
| ], |
| "TestResized": [ |
| [ |
| "tests/test_resized.py", |
| [ |
| "TestResized" |
| ] |
| ] |
| ], |
| "TestRotate2D": [ |
| [ |
| "tests/test_rotate.py", |
| [ |
| "TestRotate2D" |
| ] |
| ] |
| ], |
| "TestRotate3D": [ |
| [ |
| "tests/test_rotate.py", |
| [ |
| "TestRotate3D" |
| ] |
| ] |
| ], |
| "TestRotate90": [ |
| [ |
| "tests/test_rotate90.py", |
| [ |
| "TestRotate90" |
| ] |
| ] |
| ], |
| "TestRotate90d": [ |
| [ |
| "tests/test_rotate90d.py", |
| [ |
| "TestRotate90d" |
| ] |
| ] |
| ], |
| "TestRotated2D": [ |
| [ |
| "tests/test_rotated.py", |
| [ |
| "TestRotated2D" |
| ] |
| ] |
| ], |
| "TestRotated3D": [ |
| [ |
| "tests/test_rotated.py", |
| [ |
| "TestRotated3D" |
| ] |
| ] |
| ], |
| "TestRotated3DXY": [ |
| [ |
| "tests/test_rotated.py", |
| [ |
| "TestRotated3DXY" |
| ] |
| ] |
| ], |
| "TestScaleIntensity": [ |
| [ |
| "tests/test_scale_intensity.py", |
| [ |
| "TestScaleIntensity" |
| ] |
| ] |
| ], |
| "IntensityScaleIntensityRange": [ |
| [ |
| "tests/test_scale_intensity_range.py", |
| [ |
| "IntensityScaleIntensityRange" |
| ] |
| ] |
| ], |
| "TestScaleIntensityRangePercentiles": [ |
| [ |
| "tests/test_scale_intensity_range_percentiles.py", |
| [ |
| "TestScaleIntensityRangePercentiles" |
| ] |
| ] |
| ], |
| "TestScaleIntensityRangePercentilesd": [ |
| [ |
| "tests/test_scale_intensity_range_percentilesd.py", |
| [ |
| "TestScaleIntensityRangePercentilesd" |
| ] |
| ] |
| ], |
| "IntensityScaleIntensityRanged": [ |
| [ |
| "tests/test_scale_intensity_ranged.py", |
| [ |
| "IntensityScaleIntensityRanged" |
| ] |
| ] |
| ], |
| "TestScaleIntensityd": [ |
| [ |
| "tests/test_scale_intensityd.py", |
| [ |
| "TestScaleIntensityd" |
| ] |
| ] |
| ], |
| "TestSEBlockLayer": [ |
| [ |
| "tests/test_se_block.py", |
| [ |
| "TestSEBlockLayer" |
| ] |
| ] |
| ], |
| "TestChannelSELayer": [ |
| [ |
| "tests/test_se_blocks.py", |
| [ |
| "TestChannelSELayer" |
| ] |
| ], |
| [ |
| "tests/test_simple_aspp.py", |
| [ |
| "TestChannelSELayer" |
| ] |
| ] |
| ], |
| "TestResidualSELayer": [ |
| [ |
| "tests/test_se_blocks.py", |
| [ |
| "TestResidualSELayer" |
| ] |
| ] |
| ], |
| "OnelayerNet": [ |
| [ |
| "tests/test_seg_loss_integration.py", |
| [ |
| "TestSegLossIntegration", |
| "test_convergence", |
| "OnelayerNet" |
| ] |
| ] |
| ], |
| "TestSegLossIntegration": [ |
| [ |
| "tests/test_seg_loss_integration.py", |
| [ |
| "TestSegLossIntegration" |
| ] |
| ] |
| ], |
| "TestResBlock": [ |
| [ |
| "tests/test_segresnet.py", |
| [ |
| "TestResBlock" |
| ] |
| ], |
| [ |
| "tests/test_segresnet_block.py", |
| [ |
| "TestResBlock" |
| ] |
| ] |
| ], |
| "TestResBlockVAE": [ |
| [ |
| "tests/test_segresnet.py", |
| [ |
| "TestResBlockVAE" |
| ] |
| ] |
| ], |
| "TestSENET": [ |
| [ |
| "tests/test_senet.py", |
| [ |
| "TestSENET" |
| ] |
| ] |
| ], |
| "TestSetDeterminism": [ |
| [ |
| "tests/test_set_determinism.py", |
| [ |
| "TestSetDeterminism" |
| ] |
| ] |
| ], |
| "TestShiftIntensity": [ |
| [ |
| "tests/test_shift_intensity.py", |
| [ |
| "TestShiftIntensity" |
| ] |
| ] |
| ], |
| "TestShiftIntensityd": [ |
| [ |
| "tests/test_shift_intensityd.py", |
| [ |
| "TestShiftIntensityd" |
| ] |
| ] |
| ], |
| "TestSimulateDelay": [ |
| [ |
| "tests/test_simulatedelay.py", |
| [ |
| "TestSimulateDelay" |
| ] |
| ], |
| [ |
| "tests/test_simulatedelayd.py", |
| [ |
| "TestSimulateDelay" |
| ] |
| ] |
| ], |
| "TestSlidingWindowInference": [ |
| [ |
| "tests/test_sliding_window_inference.py", |
| [ |
| "TestSlidingWindowInference" |
| ] |
| ] |
| ], |
| "TestSpacingCase": [ |
| [ |
| "tests/test_spacing.py", |
| [ |
| "TestSpacingCase" |
| ] |
| ] |
| ], |
| "TestSpacingDCase": [ |
| [ |
| "tests/test_spacingd.py", |
| [ |
| "TestSpacingDCase" |
| ] |
| ] |
| ], |
| "TestSpatialCrop": [ |
| [ |
| "tests/test_spatial_crop.py", |
| [ |
| "TestSpatialCrop" |
| ] |
| ] |
| ], |
| "TestSpatialCropd": [ |
| [ |
| "tests/test_spatial_cropd.py", |
| [ |
| "TestSpatialCropd" |
| ] |
| ] |
| ], |
| "TestSpatialPad": [ |
| [ |
| "tests/test_spatial_pad.py", |
| [ |
| "TestSpatialPad" |
| ] |
| ] |
| ], |
| "TestSpatialPadd": [ |
| [ |
| "tests/test_spatial_padd.py", |
| [ |
| "TestSpatialPadd" |
| ] |
| ] |
| ], |
| "TestSplitChannel": [ |
| [ |
| "tests/test_split_channel.py", |
| [ |
| "TestSplitChannel" |
| ] |
| ] |
| ], |
| "TestSplitChanneld": [ |
| [ |
| "tests/test_split_channeld.py", |
| [ |
| "TestSplitChanneld" |
| ] |
| ] |
| ], |
| "TestSqueezeDim": [ |
| [ |
| "tests/test_squeezedim.py", |
| [ |
| "TestSqueezeDim" |
| ] |
| ], |
| [ |
| "tests/test_squeezedimd.py", |
| [ |
| "TestSqueezeDim" |
| ] |
| ] |
| ], |
| "TestSUBPIXEL": [ |
| [ |
| "tests/test_subpixel_upsample.py", |
| [ |
| "TestSUBPIXEL" |
| ] |
| ] |
| ], |
| "TestThresholdIntensity": [ |
| [ |
| "tests/test_threshold_intensity.py", |
| [ |
| "TestThresholdIntensity" |
| ] |
| ] |
| ], |
| "TestThresholdIntensityd": [ |
| [ |
| "tests/test_threshold_intensityd.py", |
| [ |
| "TestThresholdIntensityd" |
| ] |
| ] |
| ], |
| "TestToNumpy": [ |
| [ |
| "tests/test_to_numpy.py", |
| [ |
| "TestToNumpy" |
| ] |
| ] |
| ], |
| "TestToNumpyd": [ |
| [ |
| "tests/test_to_numpyd.py", |
| [ |
| "TestToNumpyd" |
| ] |
| ] |
| ], |
| "TestToOneHot": [ |
| [ |
| "tests/test_to_onehot.py", |
| [ |
| "TestToOneHot" |
| ] |
| ] |
| ], |
| "TestTverskyLoss": [ |
| [ |
| "tests/test_tversky_loss.py", |
| [ |
| "TestTverskyLoss" |
| ] |
| ] |
| ], |
| "TestUNET": [ |
| [ |
| "tests/test_unet.py", |
| [ |
| "TestUNET" |
| ] |
| ] |
| ], |
| "TestUpsample": [ |
| [ |
| "tests/test_upsample_block.py", |
| [ |
| "TestUpsample" |
| ] |
| ] |
| ], |
| "TestVNet": [ |
| [ |
| "tests/test_vnet.py", |
| [ |
| "TestVNet" |
| ] |
| ] |
| ], |
| "TestVoteEnsemble": [ |
| [ |
| "tests/test_vote_ensemble.py", |
| [ |
| "TestVoteEnsemble" |
| ] |
| ] |
| ], |
| "TestVoteEnsembled": [ |
| [ |
| "tests/test_vote_ensembled.py", |
| [ |
| "TestVoteEnsembled" |
| ] |
| ] |
| ], |
| "Dataset_": [ |
| [ |
| "tests/test_zipdataset.py", |
| [ |
| "Dataset_" |
| ] |
| ] |
| ], |
| "TestZipDataset": [ |
| [ |
| "tests/test_zipdataset.py", |
| [ |
| "TestZipDataset" |
| ] |
| ] |
| ], |
| "TestZoom": [ |
| [ |
| "tests/test_zoom.py", |
| [ |
| "TestZoom" |
| ] |
| ] |
| ], |
| "TestZoomAffine": [ |
| [ |
| "tests/test_zoom_affine.py", |
| [ |
| "TestZoomAffine" |
| ] |
| ] |
| ], |
| "TestZoomd": [ |
| [ |
| "tests/test_zoomd.py", |
| [ |
| "TestZoomd" |
| ] |
| ] |
| ], |
| "NumpyImageTestCase2D": [ |
| [ |
| "tests/utils.py", |
| [ |
| "NumpyImageTestCase2D" |
| ] |
| ] |
| ], |
| "TorchImageTestCase2D": [ |
| [ |
| "tests/utils.py", |
| [ |
| "TorchImageTestCase2D" |
| ] |
| ] |
| ], |
| "NumpyImageTestCase3D": [ |
| [ |
| "tests/utils.py", |
| [ |
| "NumpyImageTestCase3D" |
| ] |
| ] |
| ], |
| "TorchImageTestCase3D": [ |
| [ |
| "tests/utils.py", |
| [ |
| "TorchImageTestCase3D" |
| ] |
| ] |
| ], |
| "VersioneerBadRootError": [ |
| [ |
| "versioneer.py", |
| [ |
| "VersioneerBadRootError" |
| ] |
| ] |
| ], |
| "cmd_version": [ |
| [ |
| "versioneer.py", |
| [ |
| "get_cmdclass", |
| "cmd_version" |
| ] |
| ] |
| ], |
| "cmd_build_py": [ |
| [ |
| "versioneer.py", |
| [ |
| "get_cmdclass", |
| "cmd_build_py" |
| ] |
| ] |
| ], |
| "cmd_build_exe": [ |
| [ |
| "versioneer.py", |
| [ |
| "get_cmdclass", |
| "if_cx_Freeze_in_sys_mod", |
| "cmd_build_exe" |
| ] |
| ] |
| ], |
| "cmd_py2exe": [ |
| [ |
| "versioneer.py", |
| [ |
| "get_cmdclass", |
| "if_py2exe_in_sys_module", |
| "cmd_py2exe" |
| ] |
| ] |
| ], |
| "cmd_sdist": [ |
| [ |
| "versioneer.py", |
| [ |
| "get_cmdclass", |
| "cmd_sdist" |
| ] |
| ] |
| ] |
| } |