nnizhang / VST

source code of “Visual Saliency Transformer” (ICCV2021)
123 stars 25 forks source link

Generate contour maps for other dataset #6

Open kiashann opened 2 years ago

kiashann commented 2 years ago

Hi, How we can generate contour maps for other datasets. I checked the Egnet but didn't find anything about create contour maps. They mentioned this sentence (We use the sal2edge.m to generate the edge label for training.) Are the edge label same as the contour maps? @nnizhang

ck090 commented 1 year ago

I just wrote a simple OpenCV contour detection code to draw out contours from the masks. When I looked at the output of the contours from EGNet and compared it with this, it was the same. However, the model never performed well.