dvlab-research / SNR-Aware-Low-Light-Enhance

This is the official implementation for the paper "SNR-aware low-light image enhancement" in CVPR2022
168 stars 20 forks source link

about the crop size in dataset LOLv2 #11

Open huyin-NJUPT-IPR opened 1 year ago

huyin-NJUPT-IPR commented 1 year ago

Hi author, thank you for your code, in 'dataset_LOLv2_real.py', the 'crop image' operation is not used and replace with resize (the image is resized with [608, 400]), so I want to know whether the resize is better than crop in actual experiment (But 'crop image' is used in LOLv1 dataset). I'm looking forward to your reply, thanks!