generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working