aiff22 / DPED

Software and pre-trained models for automatic photo quality enhancement using Deep Convolutional Networks
1.68k stars 369 forks source link

感觉不如opencv一行代码提升效果明显 #37

Closed liuxufenfeiya closed 2 years ago

liuxufenfeiya commented 3 years ago

cv2.normalize(img,dst=None,alpha=350,beta=10,norm_type=cv2.NORM_MINMAX) 各位可以测一下,我这边是测了发现正常环境opencv和DPED没差多少 但是在极限弱光环境下,opencv的对比度拉升要好于DPED 微信图片编辑_20210421172552 左边原图,中间opencv,右边DPED

aiff22 commented 3 years ago

Hi @liuxufenfeiya,

DPED was trained for three particular camera sensor models. If you apply it to some random images - the results clearly won't be perfect.