Skip to content

How to make this faster? #3

@evancasey

Description

@evancasey

Hi hepesu,

Great work on this project, I was amazed at how well your segmentation performs.

Do you have any times on how to get this to run faster? If I pass it an HD image with a lot of segments, it sometimes takes up to 30 seconds on my laptop. It seems like the majority of the time is being spend in the flood_fill_multi and merge_fill functions. Is there anyway these functions can be optimized?

I am also wondering if it would be possible to split up the input images into patches and run segmentation in parallel on each patch. Once each patch is finished you could merge them back together. What do you think of this approach?

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