albrateanu / LYT-Net

LYT-Net: Lightweight YUV Transformer-based Network for Low-Light Image Enhancement
https://arxiv.org/abs/2401.15204
MIT License
58 stars 10 forks source link

About training parameter configuration #2

Closed AlanFool-1 closed 6 months ago

AlanFool-1 commented 6 months ago

Are the training parameter configurations of the three data sets the same? I can only get 22dB PSNR on LOL-v1 dataset.

albrateanu commented 6 months ago

Hello. Thanks for your message.

The pre-trained weights are available for all datasets in the pretrained_weights folder.

We will provide training logs to be downloaded in the upcoming weeks.

The main differences stem from iterations, as the mentioned number is more of an orientation rather than an exact number. Datasets have different sizes so iterations required are different.

There was also an issue with certain randomness not being accounted for during development. Randomness of generated image patches and weight initializations to be more specific. It is an issue to solve.