This is an unofficial PyTorch implementation of paper "MBLLEN: Low-light Image/Video Enhancement Using CNNs", thank Lv for his work!
PSNR | SSIM | |
---|---|---|
MBLLEN_Dark | 26.07 | 0.882 |
MBLLEN_Low | 25.64 | 0.870 |
pip install -r requirements.txt
-
Download MBLLEN dataset and unzip all files (Notice:
test_dark
directory contains 200 images buttest
directory only contains 144 images, you have to remove the extra images intest_dark
). -
Modify
config.py
-
python main.py
-
python infer.py
-
python metric.py