GuoLanqing / ShadowFormer

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

inference on noisy images without masks #21

Closed tardigrade-10 closed 1 year ago

tardigrade-10 commented 1 year ago

Hi, I am trying to predict clean images from noisy images directly without using masks, ultimately a predict.py file that take the input images only. how can this be done? and are you planning to work on it?

GuoLanqing commented 1 year ago

Thanks for your interest. You can use an external pre-trained shadow detector to generate the shadow mask. Or you can also re-train the shadow removal model and fix the shadow mask as the all-one matrix. We will try to include the mask-free version in our repo in the future.