Skip to content

A decoder for Semantic Segmentation #44

@cschloer

Description

@cschloer

Hi,

I am interested in using your architecture for a semantic segmentation problem. I am therefore using the segmentation_models.pytorch library, which luckily implements timm and therefore your architecture as the encoder.

However, all of the decoders supported by segmentation_models.pytorch use normalization. Should I just replace all instances of Conv2D followed by BatchNorm2D with a ScaledStdConv2D, or do you have a better suggestion? (Should I also then put the ReLU before the ScaledStdConv2D, as you seem to do?)

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions