Huang-ShiRui / Semi-UIR

Official code for "Contrastive Semi-supervised Learning for Underwater Image Restoration via Reliable Bank" (2023 CVPR)
113 stars 10 forks source link

Question about the LA data #3

Closed zhangxun97 closed 1 year ago

zhangxun97 commented 1 year ago

The inputs of your network are raw image and LA image. So, I want know what is the LA? How can I get the LA for my own test data? Looking forward to your reply! Thanks!

Huang-ShiRui commented 1 year ago

LA indicates illumination map, you can run the 'estimate_illumination.py' to get illumination map of your test data.

zhangxun97 commented 1 year ago

Thanks a lot!