vinthony / ghost-free-shadow-removal

[AAAI 2020] Towards Ghost-free Shadow Removal via Dual Hierarchical Aggregation Network and Shadow Matting GAN
https://arxiv.org/abs/1911.08718
297 stars 59 forks source link

How remove the shadow of the raw images resolution 1920*1080(W, H)? #35

Open yyqAlisa opened 2 years ago

yyqAlisa commented 2 years ago

Hi,

Here are some of my questions

  1. How to use your model to remove the shadow of the image with the resolution of 1920*1080 ?
  2. I have achieved the effect of your model, but there is no result in predicting my own image(1920*1080). Do you want to retrain the model? Which dataset is used, but the code of mask is not obtained. How to convert data?
  3. How to migrate code to tf 2.x ?