fnzhan / EMLight

[AAAI 2021] EMLight: Lighting Estimation via Spherical Distribution Approximation, [TIP] GMLight: Lighting Estimation via Geometric Distribution Approximation
168 stars 35 forks source link

something about the output of regression #11

Closed Calsia closed 2 years ago

Calsia commented 2 years ago

Forgive me, my level is not enough, the input of the first stage of the model is a local picture, then its output is a local light, but I see from the code it should be global, there is no position information, how to achieve this

fnzhan commented 2 years ago

We treat the center of local images as the center of global illumination maps.

Calsia commented 2 years ago

i got it. thks a lot. and i will close my issue