Self-supervised-Image-Enhancement-Network-Training-With-Low-Light-Images-Only

Without denoise: Self-supervised Image Enhancement Network: Training With Low Light Images Only paper

With denoise: Self-supervised Low Light Image Enhancement and Denoising code,paper

Thanks to weichen: code,the code refers to their work, and the training data can be downloaded from their web page,

Code has been tested with tensorflow==2.2.0

train:

  python main.py

test:

  python main.py --phase=test

On your own computer, you may need to modify the data path

If you find any problems, please let me know,we will appreciate it!

A new version with denoise has been completed!code is available at V2