Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VainF/DeepLabV3Plus-Pytorch
/ types & classes
Types & classes
46 in github.com/VainF/DeepLabV3Plus-Pytorch
⨍
Functions
192
◇
Types & classes
46
↓ 5 callers
Class
SeparableConv2d
network/backbone/xception.py:45
↓ 4 callers
Class
Bottleneck
network/backbone/hrnetv2.py:28
↓ 4 callers
Class
ConvBNReLU
network/backbone/mobilenetv2.py:36
↓ 4 callers
Class
DeepLabHead
network/_deeplab.py:61
↓ 4 callers
Class
DeepLabHeadV3Plus
network/_deeplab.py:28
↓ 4 callers
Class
DeepLabV3
Implements DeepLabV3 model from `"Rethinking Atrous Convolution for Semantic Image Segmentation" <https://arxiv.org/abs/1706.05587>`_.
network/_deeplab.py:11
↓ 4 callers
Class
IntermediateLayerGetter
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 callers
Class
Lambda
Apply a user-defined lambda as a transform. Args: lambd (function): Lambda/function to be used for transform.
utils/ext_transforms.py:521
↓ 3 callers
Class
ASPPConv
network/_deeplab.py:111
↓ 3 callers
Class
StageModule
network/backbone/hrnetv2.py:93
↓ 2 callers
Class
ASPP
network/_deeplab.py:133
↓ 2 callers
Class
Cityscapes
Cityscapes <http://www.cityscapes-dataset.com/> Dataset. **Parameters:** - **root** (string): Root directory of dataset where directo
datasets/cityscapes.py:11
↓ 2 callers
Class
VOCSegmentation
`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 callers
Class
Visualizer
Visualizer
utils/visualizer.py:4
↓ 2 callers
Class
Xception
Xception optimized for the ImageNet dataset, as specified in https://arxiv.org/pdf/1610.02357.pdf
network/backbone/xception.py:108
↓ 1 callers
Class
ASPPPooling
network/_deeplab.py:120
↓ 1 callers
Class
AtrousSeparableConvolution
Atrous Separable Convolution
network/_deeplab.py:85
↓ 1 callers
Class
BasicBlock
network/backbone/hrnetv2.py:63
↓ 1 callers
Class
Block
network/backbone/xception.py:58
↓ 1 callers
Class
Compose
Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example:
utils/ext_transforms.py:538
↓ 1 callers
Class
HRNet
network/backbone/hrnetv2.py:173
↓ 1 callers
Class
MobileNetV2
network/backbone/mobilenetv2.py:84
↓ 1 callers
Class
ResNet
network/backbone/resnet.py:121
↓ 1 callers
Class
StreamSegMetrics
Stream Metrics for Semantic Segmentation Task
metrics/stream_metrics.py:25
Class
AverageMeter
Computes average values
metrics/stream_metrics.py:85
Class
BasicBlock
network/backbone/resnet.py:38
Class
Bottleneck
network/backbone/resnet.py:78
Class
Denormalize
utils/utils.py:14
Class
ExtCenterCrop
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
Class
ExtColorJitter
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
Class
ExtCompose
Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example:
utils/ext_transforms.py:39
Class
ExtNormalize
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
Class
ExtPad
utils/ext_transforms.py:261
Class
ExtRandomCrop
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
Class
ExtRandomHorizontalFlip
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
Class
ExtRandomRotation
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
Class
ExtRandomScale
utils/ext_transforms.py:94
Class
ExtRandomVerticalFlip
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
Class
ExtResize
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
Class
ExtScale
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
Class
ExtToTensor
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
Class
FocalLoss
utils/loss.py:5
Class
InvertedResidual
network/backbone/mobilenetv2.py:52
Class
PolyLR
utils/scheduler.py:3
Class
_SimpleSegmentationModel
network/utils.py:7
Class
_StreamMetrics
metrics/stream_metrics.py:4