caiyuanhao1998 / Retinexformer

"Retinexformer: One-stage Retinex-based Transformer for Low-light Image Enhancement" (ICCV 2023) & (NTIRE 2024 Challenge)
https://arxiv.org/abs/2303.06705
MIT License
828 stars 64 forks source link

Discrepancies from the paper #62

Closed Maydaybye closed 4 months ago

Maydaybye commented 4 months ago

image The paper states that the input image and lighting prior should be concatenated. image But as shown in the figure, the code you provided does not connect the lighting prior. Why is there a discrepancy from the paper?

caiyuanhao1998 commented 4 months ago

Hi, the lighting prior is in the illumination estimator

截屏2024-04-18 下午11 28 08

If you find this repo useful, please help us star it. Thanks

Maydaybye commented 4 months ago

Apologize for my careless. And thank you for you prompt response.

caiyuanhao1998 commented 4 months ago

It's OK, never mind.

If you find this repo useful, please help us star it. Thanks

ZziTaiLeo commented 1 month ago

illumination prior 为什么是通过取rgb均值作为光照图。 如果直接用对应的灰度图作为光照图会有什么影响呢