Skip to content

How to set INSTANCE_SEG / WATERSHED for instances with thin and weak connections #164

@albertding1113-spec

Description

@albertding1113-spec

Hi!

Image Image Image

I find when using default .yaml file to train models for instance segmentation, it's hard to link spine to dendrite because the spine neck is very thin.
Should I set GROWTH_MASK_CHANNELS_THRESH lower as follows?
INSTANCE_SEG:
DATA_CHANNELS: ["F", "C"]
WATERSHED:
SEED_CHANNELS: ["F", "C"]
SEED_CHANNELS_THRESH: ["auto", "auto"]
TOPOGRAPHIC_SURFACE_CHANNEL: "F"
GROWTH_MASK_CHANNELS: ["F"]
GROWTH_MASK_CHANNELS_THRESH: [0.3, "auto"]

Or I should use one more parameters such as Db?
DATA_CHANNELS: ["F", "C", "Db"]
DATA_CHANNEL_WEIGHTS: (1.0, 1.0, 0.5)
WATERSHED:
SEED_CHANNELS: ["F", "C"]
SEED_CHANNELS_THRESH: ["auto", "auto"]
TOPOGRAPHIC_SURFACE_CHANNEL: "F"
GROWTH_MASK_CHANNELS: ["F", "Db"]
GROWTH_MASK_CHANNELS_THRESH: [0.3, "auto"]

Looking forward to your reply

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions