jyhjinghwang / SegSort

SegSort: Segmentation by Discriminative Sorting of Segments
https://jyhjinghwang.github.io/projects/segsort.html
MIT License
158 stars 24 forks source link

For HED contours #6

Closed yuchan-san closed 4 years ago

yuchan-san commented 4 years ago

Hi

Could you tell me how to make HED and its conditions in detail? 1) Is color contour possible? The sample which you provided is grayscale though. 2) How did you decide contours level(color)? They seem to almost be dark contours since there are few white area. How many color are they on it (21 classes or random)? 3) How did you combine several gPb contours?

Yu-chan

jyhjinghwang commented 4 years ago

Hi Yu-chan,

The mask HED is not a contour map. It is the oversegmentation of HED-owt-ucm and the threshold for ucm is around 0.5. The color (grayscale level) is labeled from top left to bottom right, which doesn't mater.

Please refer to issue #4 about how to produce oversemgnetations from HED.

Best, Jyh-Jing

yuchan-san commented 4 years ago

Thanks;