perceptual-reflection-removal icon indicating copy to clipboard operation
perceptual-reflection-removal copied to clipboard

Single Image Reflection Separation with Perceptual Losses

Results 10 perceptual-reflection-removal issues
Sort by recently updated
recently updated
newest added

What do the 2.6, 4.8, 3.7, etc. mean? https://github.com/ceciliavision/perceptual-reflection-removal/blob/1d2449463ab9e436443204f3a00eb75740e9a8f9/main.py#L189

Hi, I am trying the code with sample data (attached is the result), but I still can find the reflection. How to improve and control the reflection removal result, which...

I'm testing the code by using pre-trained model. i have executed following command `python3 main.py --task pre-trained --is_training 0` But result's images do not make any sense. here is screenshot...

Hi, I've tried to test reflection removal with the pre-trained model on my images. I've launched this command: `python3 main.py --task pre-trained --is_training 0` However, the process crashes throwing an...

Could you please provide your training dataset names,including 5000 synthetic images and 90 real images? And how to set parameters 'w1' 'learning rate_g' 'learning rate_d' in main.py, are they fixed...

according to the formulation of Exclusion loss in your paper, you set the normalization factors **Lambda_T** and **Lambda_R**. I guess function "compute_exclusion_loss" in main.py computes the exclusion loss. In that...

There are one image named `34.jpg` is missing on `real` data of your provided Google Driver download link. According to your paper, there should have 110 images, but the downloaded...

Hello, Could you refresh the link to the pre-trained model file? Currently it returns 404 BR

Made it work on Google Colab. Thanks, @ceciliavision for adding tf2 support, it was much easier this time. [Updated Colab Link](https://colab.research.google.com/drive/1S-ERNYh3exswYomyQR5bLCPTg0K-rj5x?usp=sharing)

syntax error exists in main.py line: 20 parser.add_argumenttf.disable_eager_execution() you can use cicd tools to avoid these issues.....