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

Function deeplabv3_mobilenet

network/modeling.py:154–162  ·  view source on GitHub ↗

Constructs a DeepLabV3 model with a MobileNetv2 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, **kwargs)

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