bcmi/Object-Shadow-Generation-Dataset-DESOBA

What is the difference between new_mask and shadow_mask in the training process?

mxz2013 opened this issue · 2 comments

Dear authors,

Could you please let me know the difference between the new_mask and shadow_mask in the training process?

--bg_shadow_path $bg_shadow_path\
--new_mask_path $new_mask_path\

Thank you very much for your work!

Best regards,

Sky

Hi, the new_mask is calculated from the difference between the shadow image and its deshadowed image, while the shadow_mask is provided by SOBA dataset. Since the deshadowed image is obtained by manual removing technique, which may be introduce a little difference from the shadow_mask provided by SOBA dataset.

Hello, Thank you very much for your explanation and your great work!