Thanks for your code. It is a nice job. I met some issues when I run your code. For low light image enhancement task, when I set a batch_size greater than 4. There is an output issue. Please see the images below:
when the batch_size <=4, it works fine. But when the batch_size > 4. the output is almost completely black. May I ask the reason and how to solve this issue?
Thanks for your question! Because we initialize the light mask and light factor for a single image, therefore, the increment of batch_size may lead to some problems. We will revise it in the future version.
Hi,
Thanks for your code. It is a nice job. I met some issues when I run your code. For low light image enhancement task, when I set a batch_size greater than 4. There is an output issue. Please see the images below:
when the batch_size <=4, it works fine. But when the batch_size > 4. the output is almost completely black. May I ask the reason and how to solve this issue?
I appreciate your help!