MCPcopy Create free account

hub / github.com/Haochen-Wang409/U2PL / types & classes

Types & classes33 in github.com/Haochen-Wang409/U2PL

↓ 20 callersClassAverageMeter
Computes and stores the average and current value
u2pl/utils/utils.py:438
↓ 5 callersClassModelBuilder
u2pl/models/model_helper.py:9
↓ 5 callersClassResNet
u2pl/models/resnet.py:143
↓ 3 callersClasscity_dset
u2pl/dataset/cityscapes.py:18
↓ 3 callersClassvoc_dset
u2pl/dataset/pascal_voc.py:17
↓ 2 callersClassASPP
Reference: Chen, Liang-Chieh, et al. *"Rethinking Atrous Convolution for Semantic Image Segmentation."*
u2pl/models/base.py:11
↓ 2 callersClassOhemCrossEntropy2dTensor
Ohem Cross Entropy Tensor Version
u2pl/utils/loss_helper.py:451
↓ 1 callersClassAux_Module
u2pl/models/decoder.py:127
↓ 1 callersClassCriterion
u2pl/utils/loss_helper.py:258
↓ 1 callersClassCriterionOhem
u2pl/utils/loss_helper.py:323
↓ 1 callersClassGaussianBlur
u2pl/dataset/augmentation.py:325
↓ 1 callersClassLRScheduler
u2pl/utils/lr_helper.py:42
ClassBaseDataset
u2pl/dataset/base.py:7
ClassBasicBlock
u2pl/models/resnet.py:44
ClassBottleneck
u2pl/models/resnet.py:93
ClassCompose
Composes several segsegtransforms together. Args: segtransforms (List[Transform]): list of segtransforms to compose. Example:
u2pl/dataset/augmentation.py:15
ClassCrop
Crops the given tensor. Args: size (sequence or int): Desired output size of the crop. If size is an int instead of sequence like
u2pl/dataset/augmentation.py:214
ClassCutmix
Randomly mask out one or more patches from an image. Args: n_holes (int): Number of patches to cut out of each image. length (int)
u2pl/dataset/augmentation.py:398
ClassCutout
Randomly mask out one or more patches from an image. Args: n_holes (int): Number of patches to cut out of each image. length (int)
u2pl/dataset/augmentation.py:349
ClassDistributedGivenIterationSampler
u2pl/utils/dist_helper.py:56
ClassDistributedGivenIterationSampler
u2pl/dataset/sampler.py:12
ClassNormalize
Given mean and std of each channel Will normalize each channel of the torch.*Tensor (C*H*W), i.e. channel = (channel - mean) / std
u2pl/dataset/augmentation.py:89
ClassOhemCrossEntropy2d
u2pl/utils/loss_helper.py:363
ClassRandResize
Randomly resize image & label with scale factor in [scale_min, scale_max]
u2pl/dataset/augmentation.py:159
ClassRandRotate
Randomly rotate image & label with rotate factor in [rotate_min, rotate_max]
u2pl/dataset/augmentation.py:269
ClassRandomGaussianBlur
u2pl/dataset/augmentation.py:315
ClassRandomHorizontalFlip
u2pl/dataset/augmentation.py:299
ClassRandomVerticalFlip
u2pl/dataset/augmentation.py:307
ClassResize
Resize the input tensor to the given size. 'size' is a 2-element tuple or list in the order of (h, w)
u2pl/dataset/augmentation.py:114
ClassResizeLongSize
Resize the long size of the input image into fix size
u2pl/dataset/augmentation.py:132
ClassToTensor
u2pl/dataset/augmentation.py:50
Classdec_deeplabv3
u2pl/models/decoder.py:8
Classdec_deeplabv3_plus
u2pl/models/decoder.py:45