Skip to content
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

关于新工作Attention-guided Low-light Image Enhancement的一个问题 #4

Open
zhangxixi0904 opened this issue Mar 9, 2020 · 10 comments

Comments

@zhangxixi0904
Copy link

作者你好!我关注了你光照增强的一个新工作Attention-guided Low-light Image Enhancement,冒昧在这里请教一下。
在合成低光照数据时,你给了两条公式,一条在做伽马变换,一条添加噪声,请问这是两个具有先后顺序的步骤吗?还是完全无关的?因为看到公式中的输入都I_{in}产生了疑惑。

@wxkb
Copy link

wxkb commented Apr 18, 2020

@zhangxixi0904 您好我最近也在看他新工作的那篇论文,对他噪声图那个计算方式不太了解,方便加个联系方式交流一下吗?2273667502(QQ)

@DineshRajanT
Copy link

Hello author! I have followed your new work on illumination enhancement, Attention-guided Low-light Image Enhancement. I take the liberty to ask about it here.
When synthesizing low-light data, you gave two formulas, one for gamma transformation and one for adding noise. Are these two sequential steps? Or is it completely unrelated? Because I see the input in the formula I_{in} is confused.

I recently prepared the dataset .....using the formula given in the paper.Yes the steps are sequential.Initially you must apply Gamma and linear transformation followed by adding the noise (poisson in this case) or you also try gaussian ,accordingly.

@DineshRajanT
Copy link

Anyone tried to implement the code for "Attention-guided Low-light Image Enhancement"?

@PngYng
Copy link

PngYng commented Oct 16, 2020

Anyone tried to implement the code for "Attention-guided Low-light Image Enhancement"?

Hi,did you try to implement the code for "Attention-guided Low-light Image Enhancement"? I want to implement too, can you share some experience with me? Thanks

@DineshRajanT
Copy link

DineshRajanT commented Oct 16, 2020

Anyone tried to implement the code for "Attention-guided Low-light Image Enhancement"?

Hi,did you try to implement the code for "Attention-guided Low-light Image Enhancement"? I want to implement too, can you share some experience with me? Thanks

In the first level I tried its previous version which is MBLLEN. Even though I prepared my own dataset,noise keeps adding at the final output, which is obvious in every encoder-decoder models.Now currently I have the script for synthetic data generation (i.e) paired images.Will try to write the model asap.

@wxkb
Copy link

wxkb commented Oct 16, 2020 via email

@Zruto
Copy link

Zruto commented Apr 13, 2021

Anyone tried to implement the code for "Attention-guided Low-light Image Enhancement"?

Hi,did you try to implement the code for "Attention-guided Low-light Image Enhancement"? I want to implement too, can you share some experience with me? Thanks

In the first level I tried its previous version which is MBLLEN. Even though I prepared my own dataset,noise keeps adding at the final output, which is obvious in every encoder-decoder models.Now currently I have the script for synthetic data generation (i.e) paired images.Will try to write the model asap.

I'm looking forward to your code,thank you

@buptlj
Copy link

buptlj commented Jun 10, 2021

请问这个新工作的代码有开源的计划吗

@yu-li
Copy link

yu-li commented Jul 21, 2021

You can find the test code for 'Attention-guided Low-light Image Enhancement' at https://github.com/yu-li/AGLLNet.

@Sanchit231198
Copy link

Anyone tried to implement the code for "Attention-guided Low-light Image Enhancement"?

Hi,did you try to implement the code for "Attention-guided Low-light Image Enhancement"? I want to implement too, can you share some experience with me? Thanks

In the first level I tried its previous version which is MBLLEN. Even though I prepared my own dataset,noise keeps adding at the final output, which is obvious in every encoder-decoder models.Now currently I have the script for synthetic data generation (i.e) paired images.Will try to write the model asap.

Hi

Hello author! I have followed your new work on illumination enhancement, Attention-guided Low-light Image Enhancement. I take the liberty to ask about it here.
When synthesizing low-light data, you gave two formulas, one for gamma transformation and one for adding noise. Are these two sequential steps? Or is it completely unrelated? Because I see the input in the formula I_{in} is confused.

I recently prepared the dataset .....using the formula given in the paper.Yes the steps are sequential.Initially you must apply Gamma and linear transformation followed by adding the noise (poisson in this case) or you also try gaussian ,accordingly.

Can someone provide some elaboration on how the poission noise is added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants