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

Function deeplabv3plus_resnet50

network/modeling.py:182–190  ·  view source on GitHub ↗

Constructs a DeepLabV3 model with a ResNet-50 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