kaixin96 / PANet

Code for our ICCV 2019 paper PANet: Few-Shot Image Semantic Segmentation with Prototype Alignment
315 stars 64 forks source link

The performence is bad in small target #20

Closed gaowq2017 closed 4 years ago

gaowq2017 commented 4 years ago

Hi@kaixin, Thank you for sharing the code and it is helpful for me, but the performence is bad in my datasets that have small target as follow: 裂纹 There is a crack defect in this picture, the result of miou only is about 0.1 and the visualization is very bad. Do you any suggestions obout this? Thank you very much! BTW: The size of image is 1488*1488 and the format is .bmp.

kaixin96 commented 4 years ago

Hi @gaowq2017 , thanks for your feedback. It is not surprising because handling small objects and large input images are still hard problems for segmentation. In my knowledge, using pyramid structure can help improve the performance on small objects. I am not very familiar with handling large input sizes, maybe you can look at some works on Cityscapes dataset. As for your specific task (detecting cracks), I think some methods in edge detection may perform better than segmentation methods.

Thank you.

kaixin96 commented 4 years ago

I’m closing this issue because it has been inactive for a while. Feel free to reopen if you have questions. Thank you.