lraspp_mobilenet_v3_large¶
-
torchvision.models.segmentation.
lraspp_mobilenet_v3_large
(pretrained: bool = False, progress: bool = True, num_classes: int = 21, pretrained_backbone: bool = True, **kwargs: Any) → torchvision.models.segmentation.lraspp.LRASPP[source]¶ Constructs a Lite R-ASPP Network model with a MobileNetV3-Large backbone.
- Parameters
pretrained (bool) – If True, returns a model pre-trained on COCO train2017 which contains the same classes as Pascal VOC
progress (bool) – If True, displays a progress bar of the download to stderr
num_classes (int) – number of output classes of the model (including the background)
pretrained_backbone (bool) – If True, the backbone will be pre-trained.
Examples using
lraspp_mobilenet_v3_large
: