LEDNet icon indicating copy to clipboard operation
LEDNet copied to clipboard

[ECCV 2022] LEDNet: Joint Low-light Enhancement and Deblurring in the Dark

Results 13 LEDNet issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to get the metrics shown in the paper (NRQM NIQE) but could not. I used pyiqa library and tested with 3 different weight files provided in this...

Hi, do you provide the blur kernel for this dataset? I found some blur parameters in the JSON file but I am unsure how they are used. Thank you!

This is a great work! I'm very interested in the data of LOL-Blur without synthetic blur and low light processing and wondering if you could share it.

Different from Zero-DCE that uses different curves for RGB channels, CurveNLU applies the same curve to different channels in the feature domain. Are you fitting all the pixel points with...

I get 404 while downloading lednetgan.pth using included python script. and on Releases section this model does not exist. Where can i download this model?

Hello, thanks for your works. I wanted to train the `Conditional Zero-DCE` on a new dataset but finally failed after several attempts. The structure of `Conditional Zero-DCE` has some inconsistencies...

could you please release the code of data synthesis pipeline?you have release the code of Darken,but seem to no other part of the pipe

I've already trained in my computer,how to inference and evaluate by using my '.pth' file? ![Screenshot 2025-01-07 095033](https://github.com/user-attachments/assets/9a5c738c-9960-4b4b-ada3-fb6091203981)

when i use `python scripts/calculate_iqa_pair.py --result_path 'RESULT_ROOT' --gt_path 'GT_ROOT' --metrics psnr ssim lpips` it occurs: ![image](https://github.com/user-attachments/assets/c4fed55e-8244-488e-ad55-1d04d9b8e52b) how can i fix it? thanks!