MCPcopy Create free account

hub / github.com/VainF/DeepLabV3Plus-Pytorch / types & classes

Types & classes46 in github.com/VainF/DeepLabV3Plus-Pytorch

↓ 5 callersClassSeparableConv2d
network/backbone/xception.py:45
↓ 4 callersClassBottleneck
network/backbone/hrnetv2.py:28
↓ 4 callersClassConvBNReLU
network/backbone/mobilenetv2.py:36
↓ 4 callersClassDeepLabHead
network/_deeplab.py:61
↓ 4 callersClassDeepLabHeadV3Plus
network/_deeplab.py:28
↓ 4 callersClassDeepLabV3
Implements DeepLabV3 model from `"Rethinking Atrous Convolution for Semantic Image Segmentation" <https://arxiv.org/abs/1706.05587>`_.
network/_deeplab.py:11
↓ 4 callersClassIntermediateLayerGetter
Module wrapper that returns intermediate layers from a model It has a strong assumption that the modules have been registered into the m
network/utils.py:21
↓ 4 callersClassLambda
Apply a user-defined lambda as a transform. Args: lambd (function): Lambda/function to be used for transform.
utils/ext_transforms.py:521
↓ 3 callersClassASPPConv
network/_deeplab.py:111
↓ 3 callersClassStageModule
network/backbone/hrnetv2.py:93
↓ 2 callersClassASPP
network/_deeplab.py:133
↓ 2 callersClassCityscapes
Cityscapes <http://www.cityscapes-dataset.com/> Dataset. **Parameters:** - **root** (string): Root directory of dataset where directo
datasets/cityscapes.py:11
↓ 2 callersClassVOCSegmentation
`Pascal VOC <http://host.robots.ox.ac.uk/pascal/VOC/>`_ Segmentation Dataset. Args: root (string): Root directory of the VOC Dataset.
datasets/voc.py:72
↓ 2 callersClassVisualizer
Visualizer
utils/visualizer.py:4
↓ 2 callersClassXception
Xception optimized for the ImageNet dataset, as specified in https://arxiv.org/pdf/1610.02357.pdf
network/backbone/xception.py:108
↓ 1 callersClassASPPPooling
network/_deeplab.py:120
↓ 1 callersClassAtrousSeparableConvolution
Atrous Separable Convolution
network/_deeplab.py:85
↓ 1 callersClassBasicBlock
network/backbone/hrnetv2.py:63
↓ 1 callersClassBlock
network/backbone/xception.py:58
↓ 1 callersClassCompose
Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example:
utils/ext_transforms.py:538
↓ 1 callersClassHRNet
network/backbone/hrnetv2.py:173
↓ 1 callersClassMobileNetV2
network/backbone/mobilenetv2.py:84
↓ 1 callersClassResNet
network/backbone/resnet.py:121
↓ 1 callersClassStreamSegMetrics
Stream Metrics for Semantic Segmentation Task
metrics/stream_metrics.py:25
ClassAverageMeter
Computes average values
metrics/stream_metrics.py:85
ClassBasicBlock
network/backbone/resnet.py:38
ClassBottleneck
network/backbone/resnet.py:78
ClassDenormalize
utils/utils.py:14
ClassExtCenterCrop
Crops the given PIL Image at the center. Args: size (sequence or int): Desired output size of the crop. If size is an int inst
utils/ext_transforms.py:67
ClassExtColorJitter
Randomly change the brightness, contrast and saturation of an image. Args: brightness (float or tuple of float (min, max)): How much to ji
utils/ext_transforms.py:429
ClassExtCompose
Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example:
utils/ext_transforms.py:39
ClassExtNormalize
Normalize a tensor image with mean and standard deviation. Given mean: ``(M1,...,Mn)`` and std: ``(S1,..,Sn)`` for ``n`` channels, this transform
utils/ext_transforms.py:298
ClassExtPad
utils/ext_transforms.py:261
ClassExtRandomCrop
Crop the given PIL Image at a random location. Args: size (sequence or int): Desired output size of the crop. If size is an in
utils/ext_transforms.py:327
ClassExtRandomHorizontalFlip
Horizontally flip the given PIL Image randomly with a given probability. Args: p (float): probability of the image being flipped. Default
utils/ext_transforms.py:14
ClassExtRandomRotation
Rotate the image by angle. Args: degrees (sequence or float or int): Range of degrees to select from. If degrees is a number i
utils/ext_transforms.py:147
ClassExtRandomScale
utils/ext_transforms.py:94
ClassExtRandomVerticalFlip
Vertically flip the given PIL Image randomly with a given probability. Args: p (float): probability of the image being flipped. Default va
utils/ext_transforms.py:236
ClassExtResize
Resize the input PIL Image to the given size. Args: size (sequence or int): Desired output size. If size is a sequence like (h
utils/ext_transforms.py:399
ClassExtScale
Resize the input PIL Image to the given scale. Args: Scale (sequence or int): scale factors interpolation (int, optional): Desired
utils/ext_transforms.py:117
ClassExtToTensor
Convert a ``PIL Image`` or ``numpy.ndarray`` to tensor. Converts a PIL Image or numpy.ndarray (H x W x C) in the range [0, 255] to a torch.Flo
utils/ext_transforms.py:273
ClassFocalLoss
utils/loss.py:5
ClassInvertedResidual
network/backbone/mobilenetv2.py:52
ClassPolyLR
utils/scheduler.py:3
Class_SimpleSegmentationModel
network/utils.py:7
Class_StreamMetrics
metrics/stream_metrics.py:4