SpA-Former-shadow-removal
SpA-Former-shadow-removal copied to clipboard
[IJCNN 2023 Oral]: SpA-Former:An Effective and Lightweight Transformer for Image Shadow Removal
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...
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'
``` 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...
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' ```
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...