-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistency between the paper and the implementation #4
Comments
Thanks for your useful help. You can follow the model from the code. The results are based on the model in this repo. It seems that there are some small mistakes in the figure although it might not highly influence the performance. I will try to retrain the model based on the model from paper. Thanks a lot! |
Sorry to ask you one more; Can you elaborate a bit more about why you divide the losses by some magic numbers? |
These numbers are following the setting of the framework of our baseline code in reflection removal here |
@naoto0804
So I suggest you use the model from the paper. |
Wow, thank you so much! |
Why do you initialize almost all the convolutional layers by identity_initializer? |
Other initializers might also work. |
Is it possible to share the masks that you used for the SRD dataset, which is essential for evaluation? I'm trying to extract it, but my result looks too noisy to be a ground truth; |
Hi, we also use a simple rule to extract the mask from the image pair. |
I really really appreciate it; |
链接不可用 |
I'm trying to re-implement your model on PyTorch and I have a few questions about details.
Feature aggregation
In Fig. 2,
netaggi_0
/netaggm_0
seems to be concatenated. In the code, it is not concatenated. Which should I follow?Missing 1x1 conv?
In Fig. 2, 1x1 conv. layer is inserted before SPP module. In the code, it's not. Should I add it?
The text was updated successfully, but these errors were encountered: