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?
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_multiandmerge_fillfunctions. 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?