MCPcopy Create free account

hub / github.com/BIT-DA/SDCA / functions

Functions170 in github.com/BIT-DA/SDCA

Method__init__
(self, scale, size=None, resize_label=True)
core/datasets/transform.py:73
Method__init__
(self, size, padding=None, pad_if_needed=False, fill=0, label_fill=255, padding_mode='constant')
core/datasets/transform.py:96
Method__init__
(self, p=0.5)
core/datasets/transform.py:166
Method__init__
(self, brightness=None, contrast=None, saturation=None,
core/datasets/transform.py:182
Method__init__
(self, transforms, p=0.5)
core/datasets/transform.py:199
Method__init__
(self, p=0.1)
core/datasets/transform.py:222
Method__init__
(self, kernel_size, sigma=(0.1, 2.0))
core/datasets/transform.py:250
Method__init__
(self, kernel_size, min=0.1, max=2.0)
core/datasets/transform.py:287
Method__init__
( self, data_root, data_list, label_dir, max_iters
core/datasets/cityscapes_soft_label.py:11
Method__init__
( self, data_root, data_list, max_iters=None, num_
core/datasets/cityscapes.py:11
Method__init__
(self, n)
core/models/layers.py:11
Method__init__
(self, in_channels, dilation_series, padding_series, num_classes)
core/models/classifier.py:6
Method__init__
(self, num_classes, ndf=64)
core/models/discriminator.py:8
Method__init__
(self, backbone_name, pretrained_weights=None, aux=False, pretrained_backbone=True, freeze_bn=False)
core/models/feature_extractor.py:36
Method__init__
(self, features, num_classes=1000, init_weights=True)
core/models/vgg.py:27
Method__init__
(self, inplanes, planes, stride=1, downsample=None, groups=1, base_width=64, dilation=1, norm
core/models/resnet.py:36
Method__init__
(self, inplanes, planes, stride=1, downsample=None, groups=1, base_width=64, dilation=1, norm
core/models/resnet.py:76
Method__len__
(self)
core/datasets/gtav.py:119
Method__len__
(self)
core/datasets/synthia.py:118
Method__len__
(self)
core/datasets/cityscapes_soft_label.py:137
Method__len__
(self)
core/datasets/cityscapes.py:187
Method__repr__
(self)
core/datasets/transform.py:26
Method__repr__
(self)
core/datasets/transform.py:161
Method__repr__
(self)
core/datasets/transform.py:211
Method__repr__
(self)
core/datasets/transform.py:231
Method__repr__
(self)
core/datasets/transform.py:279
Method__str__
(self)
core/utils/metric_logger.py:56
Function_foo
(i)
datasets/generate_gtav_label_info.py:56
Function_foo
(i)
datasets/generate_synthia_label_info.py:71
Methodavg
(self)
core/utils/metric_logger.py:27
Functionbinary_xloss
Binary Cross entropy loss logits: [B, H, W] Variable, logits at each pixel (between -\infty and +\infty) labels: [B, H, W] Tensor, bi
core/utils/lovasz_loss.py:142
Functionbuild_adversarial_discriminator
(cfg)
core/models/build.py:33
Functionconcat_all_gather
Performs all_gather operation on the provided tensors. *** Warning ***: torch.distributed.all_gather has no gradient.
core/utils/semantic_dist_estimator.py:99
Methodforward
Args: C: NUM_CLASSES A: feat_dim B: batch_size H: feat_high W: feat_width N: number of pixels except IGNORE_LABEL Mea
core/utils/loss.py:11
Methodforward
(self, input, target)
core/utils/lovasz_loss.py:136
Methodforward
(self, x)
core/models/layers.py:18
Methodforward
(self, x, size=None)
core/models/classifier.py:25
Methodforward
(self, x)
core/models/discriminator.py:19
Methodforward
(self, x)
core/models/feature_extractor.py:29
Methodforward
(self, x)
core/models/feature_extractor.py:50
Methodforward
(self, x)
core/models/vgg.py:43
Methodforward
(self, x)
core/models/resnet.py:54
Methodforward
(self, x)
core/models/resnet.py:93
Methodforward
(self, x)
core/models/resnet.py:192
Methodglobal_avg
(self)
core/utils/metric_logger.py:32
FunctionintersectionAndUnion
(output, target, K, ignore_index=255)
core/utils/misc.py:38
Functioniou
Array of IoU for each (non ignored) class
core/utils/lovasz_loss.py:56
Functioniou_binary
IoU for foreground class binary: 1 foreground, 0 background
core/utils/lovasz_loss.py:36
Functionisnan
(x)
core/utils/lovasz_loss.py:233
Functionlovasz_hinge
Binary Lovasz hinge loss logits: [B, H, W] Variable, logits at each pixel (between -\infty and +\infty) labels: [B, H, W] Tensor, bin
core/utils/lovasz_loss.py:81
Methodmedian
(self)
core/utils/metric_logger.py:22
Functionresnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True
core/models/resnet.py:250
Functionresnet152
Constructs a ResNet-152 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True
core/models/resnet.py:261
Functionresnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True,
core/models/resnet.py:217
Functionresnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True,
core/models/resnet.py:228
Functionresnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True,
core/models/resnet.py:239
Functionresnext101_32x8d
Constructs a ResNeXt-101 32x8d model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool):
core/models/resnet.py:285
Functionresnext50_32x4d
Constructs a ResNeXt-50 32x4d model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): I
core/models/resnet.py:272
Functiontransform_color
(pred)
pseudo_label.py:45
Methodupdate
(self, value)
core/utils/metric_logger.py:15
Methodupdate
(self, features, labels)
core/utils/semantic_dist_estimator.py:38
Functionvgg11
VGG 11-layer model (configuration "A") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool):
core/models/vgg.py:97
Functionvgg11_bn
VGG 11-layer model (configuration "A") with batch normalization Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
core/models/vgg.py:107
Functionvgg13
VGG 13-layer model (configuration "B") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool):
core/models/vgg.py:117
Functionvgg13_bn
VGG 13-layer model (configuration "B") with batch normalization Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
core/models/vgg.py:127
Functionvgg16
VGG 16-layer model (configuration "D") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool):
core/models/vgg.py:137
Functionvgg16_bn
VGG 16-layer model (configuration "D") with batch normalization Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
core/models/vgg.py:147
Functionvgg19
VGG 19-layer model (configuration "E") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool):
core/models/vgg.py:157
Functionvgg19_bn
VGG 19-layer model (configuration 'E') with batch normalization Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
core/models/vgg.py:167
Functionxloss
Cross entropy loss
core/utils/lovasz_loss.py:225
← previous101–170 of 170, ranked by callers