cuiziteng / Illumination-Adaptive-Transformer

🌕 [BMVC 2022] You Only Need 90K Parameters to Adapt Light: A Light Weight Transformer for Image Enhancement and Exposure Correction. SOTA for low light enhancement, 0.004 seconds try this for pre-processing.
Apache License 2.0
459 stars 43 forks source link

run demo #27

Closed Licy641 closed 1 year ago

Licy641 commented 1 year ago

Hi, could you please tell me why when I run the img_demo.py,the output is like this: QKE`{XLRGCPLAT2ND7UF1~C and when I run exposure part,it posts CUDA out of memory.

cuiziteng commented 1 year ago

Sincerely sorry for that.

This is caused by the original image load method is matplotlib.pyplot, I've corrected the demo.py, please check that ~

Licy641 commented 1 year ago

got it,thanks for your reply.