NK-CS-ZZL / IAN

Designing An Illumination-Aware Network for Deep Image Relighting (TIP 2022)
Other
50 stars 5 forks source link

Light source manipulation setup issues #7

Closed yunchao-ding closed 1 year ago

yunchao-ding commented 1 year ago

Hi, The article says that the light source can be manipulated, and the output light source in the article is (East, 6500K). If the output light source I want is (West, 6500K), how to set and manipulate the light source to achieve the desired output light source map?

NK-CS-ZZL commented 1 year ago

There are various methods to represent light condition (e.g., SH, SG, environment map). In the paper, we only focus on the SH representation used in the DPR dataset. If you want to manipulate the light condition in the VIDIT any2any dataset, you need to modify the formulation of input prior with the corresponding project module and train a new model.

yunchao-ding commented 1 year ago

Thank you for your reply! If I want to generate images with different light source directions and color temperatures in the "one2one" dataset, is it enough to put the desired target image into the corresponding target file? Do I still need to modify the code?

NK-CS-ZZL commented 1 year ago

You don't need to modify the code, according to your description. However, I'm not 100% sure about that, and you can have a try first.

yunchao-ding commented 1 year ago

Thank you!