SpA-Former-shadow-removal icon indicating copy to clipboard operation
SpA-Former-shadow-removal copied to clipboard

[IJCNN 2023 Oral]: SpA-Former:An Effective and Lightweight Transformer for Image Shadow Removal

Results 7 SpA-Former-shadow-removal issues
Sort by recently updated
recently updated
newest added

First of all thanks for your great work. I`m interested in shadow removal and found your repository. I have problem with run this code. 1.https://github.com/zhangbaijin/SpA-Former-shadow-removal/blob/main/pretrained_models/RICE1 Cannot access 2. Download gen_model_epoch160.pth...

good first issue

Thanks for your great work! But I can't find any instructions for configuration, can you tell me how to set up the environment in order to run predict.py. Thanks!

ModuleNotFoundError: No module named 'untitled1'

good first issue

``` Traceback (most recent call last): File "predict.py", line 84, in predict(config, args) File "predict.py", line 58, in predict allim[0, 2, :] = heat_att IndexError: index 2 is out of...

good first issue

Running `predict.py` leads to an error: ``` python predict.py Traceback (most recent call last): File "predict.py", line 13, in from untitled1 import Generator ModuleNotFoundError: No module named 'untitled1' ```

enhancement

Hello Brother, Thanks for the amazing work. I have done inference of ISTD test data set images with the the checkpoint provided by you. I am unable to get the...

Your approach seems very useful. I would like to fork it, but I couldn't find its code license. Seems you have not included any to your repository. I appreciate if...