GuoLanqing / ShadowFormer

ShadowFormer (AAAI2023), Pytorch implementation
MIT License
129 stars 17 forks source link

About shadow detection. #2

Closed igodogi closed 1 year ago

igodogi commented 1 year ago

Hi, thanks for your great work. I can't wait for your code release.

But, after reading the paper, I am wondering where is the I_m from. Did you use the dataset's mask directly? If so, which model do you think should be used for I_m detection in the deploy environment? image

GuoLanqing commented 1 year ago

Thanks for your interest. The code will be released very soon. In our experiments, we followed the same settings as most previous methods: the shadow mask in the ISTD dataset is provided in their dataset, and the shadow mask for the SRD dataset is detected by DHAN (AAAI20).