Skip to content

'mmseg' module missing from 'icevision.models' #1158

@muddywellyboots

Description

@muddywellyboots

Hi,
I have installed via github (option 3 on the installation instructions) on Pop!_OS 22.04 LTS (Ubuntu).

When I try and run the 'getting_started_semantic_segmentation' notebook, none of the models using mmseg work .


AttributeError Traceback (most recent call last)
Input In [19], in <cell line: 18>()
16 model = model_type.model(backbone=backbone, num_classes=class_map.num_classes)
18 if selection == 3:
---> 19 model_type = models.mmseg.segformer
20 backbone = model_type.backbones.mit_b0(pretrained=True)
21 model = model_type.model(backbone=backbone, num_classes=class_map.num_classes)

AttributeError: module 'icevision.models' has no attribute 'mmseg'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions