MCPcopy Create free account

hub / github.com/NVIDIA/semantic-segmentation / functions

Functions433 in github.com/NVIDIA/semantic-segmentation

Methodforward
(self, x)
network/Resnet.py:179
Methodforward
(self, inputs)
network/wider_resnet.py:62
Methodforward
This is the standard forward function for non-distributed batch norm
network/wider_resnet.py:172
Methodforward
(self, img)
network/wider_resnet.py:254
Methodforward
(self, img)
network/wider_resnet.py:367
Methodforward
(self, x)
network/wider_resnet.py:425
Methodforward
(self, x)
network/wider_resnet.py:442
Methodforward
(self, logits_4D, labels_4D, do_rmi=True)
loss/rmi.py:70
Methodforward
(self, inputs, targets, do_rmi=None)
loss/utils.py:102
Methodforward
(self, inputs, targets, do_rmi=None)
loss/utils.py:133
Methodforward
(self, inputs, target)
loss/utils.py:207
Methodforward
(self, inputs, targets, inputs_weights)
loss/utils.py:307
Methodforward
(self, inputs, targets, edges)
loss/utils.py:341
Functionget_net
Get Network Architecture based on arguments provided
network/__init__.py:12
Functionget_seg_model
()
network/hrnetv2.py:480
Functionis_gscnn_arch
Network is a GSCNN network
network/__init__.py:26
Methodis_immutable
(self)
utils/attr_dict.py:71
Functionload_weights
Load weights from snapshot file
loss/optimizer.py:101
Functionlog_det_by_cholesky_test
test for function log_det_by_cholesky()
loss/rmi_utils.py:140
Functionmain
()
utils/results_page.py:236
Functionmap_get_pairs
get map pairs Args: labels_4D : labels, shape [N, C, H, W] probs_4D : probabilities, shape [N, C, H, W] radius : the square radius Return:
loss/rmi_utils.py:15
Functionmap_get_pairs_region
get map pairs Args: labels_4D : labels, shape [N, C, H, W]. probs_4D : probabilities, shape [N, C, H, W]. radius : The side length of the squa
loss/rmi_utils.py:59
Functionmean_var_test
()
loss/rmi_utils.py:164
Functionpoly2_schd
(epoch)
loss/optimizer.py:70
Functionpoly_schd
(epoch)
loss/optimizer.py:67
Methodreset
(self)
utils/misc.py:275
Functionresnet152
Constructs a ResNet-152 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
network/Resnet.py:245
Functionresnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
network/Resnet.py:197
Functionresnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
network/Resnet.py:209
Functionsetup_loaders
Setup Data Loaders[Currently supports Cityscapes, Mapillary and ADE20kin] input: argument passed by the user return: training data loade
datasets/__init__.py:45
Methodtwo_scale_forward
(self, inputs)
network/mscale2.py:245
Functionunpooled_class_centroids_all
Calculate class centroids for all classes for all images for all tiles. items: list of (image_fn, label_fn) tile size: size of tile r
datasets/uniform.py:167
Functionwrap_network_in_dataparallel
Wrap the network in Dataparallel
network/__init__.py:33
← previous401–433 of 433, ranked by callers