MTMT
MTMT copied to clipboard
How to remove the shadow from the original image?
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?
In our work, we just focus on shadow detection rather than shadow removal.
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!