eraserNut / MTMT

Code for the CVPR 2020 paper "A Multi-task Mean Teacher for Semi-supervised Shadow Detection"
100 stars 14 forks source link

How to remove the shadow from the original image? #29

Open JustinhoCHN opened 3 years ago

JustinhoCHN commented 3 years ago

Thanks for your work. I can detect the shadow from an image now, the output of the network is a binary map, but how to remove the shadow region from the original image?

eraserNut commented 3 years ago

In our work, we just focus on shadow detection rather than shadow removal.

baoxianjian commented 2 years ago

They are different work. There is a repository for shadow removal, https://github.com/tsingqguo/exposure-fusion-shadow-removal, but it needs shadow detection first. So, we can combine those two projects for final image shadow removal!