MCPcopy Create free account
hub / github.com/VainF/DeepLabV3Plus-Pytorch / deeplabv3plus_resnet101

Function deeplabv3plus_resnet101

network/modeling.py:193–201  ·  view source on GitHub ↗

Constructs a DeepLabV3+ model with a ResNet-101 backbone. Args: num_classes (int): number of classes. output_stride (int): output stride for deeplab. pretrained_backbone (bool): If True, use the pretrained backbone.

(num_classes=21, output_stride=8, pretrained_backbone=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_load_modelFunction · 0.85

Tested by

no test coverage detected