Skip to content

Support for Segmentation #23

@digital-idiot

Description

@digital-idiot

It seems that semantic segmentation is not supported, only image classification is supported. When I build a model with input_shape = [256, 256,3] and n_classes = 6, it creates a model with output shape [None,6]. The verbose output is:

stem_out (None, 128, 128, 64)
MaxPool2D out (None, 64, 64, 64)
----- layer 0 out (None, 64, 64, 256) -----
----- layer 1 out (None, 32, 32, 512) -----
----- layer 2 out (None, 16, 16, 1024) -----
----- layer 3 out (None, 8, 8, 2048) -----
pool_out: (None, 2048)
fc_out: (None, 6)
Resnest builded with input (None, 256, 256, 4), output(None, 6)
  • How can I modified it for semantic segmentation?

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