ShadowFormer icon indicating copy to clipboard operation
ShadowFormer copied to clipboard

ShadowFormer (AAAI2023), Pytorch implementation

Results 15 ShadowFormer issues
Sort by recently updated
recently updated
newest added

May I ask the author, why is the RMSE written in the evaluation index in the paper, but the MAE is calculated on the evaluation code?

Hi! Thanks for sharing the code. I'm interested in exploring it further and was wondering when the SRD pre-trained model weights, as mentioned in the original paper, will be available?...

As the title. I didn't find the supplementary for the paper.

ValueError: Since image dtype is floating point, you must specify the data_range parameter. Please read the documentation carefully (including the note). It is recommended that you always specify the data_range...

Hi! Thanks for sharing the code. As described in the original paper, would like to know where I can access to the supplementary document. Thanks a lot.

Hi. I'm doing an evaluation while looking at the paper, and I have a question. Among the result images for test data set, the image for SRD data set is...

Hi! I'm wondered about your results. I have a question about processing big size images (2K, 4K). Are you going to create inference script which will process image by tiles...

Hi thank you for sharing such great work! I would like to fine tune the model on our data, but the ground truth i.e. shadow free images are not available...

I run into CUDA OOM errors for 1024x1024 even for a batch size of 1, any suggestions how we might be able to fit it to the memory?

When I try to use **custom dataset** for training, **Segmentation fault** occurs **after completing 14 epochs training**. How can I fix it? **datase**t: custom data (training set: 475 , validation...