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

depth information #21

Closed ad45675 closed 1 year ago

ad45675 commented 1 year ago

hi ,

i saw your code in data.py have ['depth'] term, but not in distribution_representation.py pkl's save para. Is the 'depth' used in training? and how can i get the 'depth' information.

thanks!

fnzhan commented 1 year ago

You can remove the depth part, which doesn't bring clear improvement. I got the depth map by contacting the author of Laval indoor dataset.

Lingstreasure commented 1 year ago

Dear Zhan: I found the GMlight used the depth value, but it seems that the code does't contain the corresponding part. Will you release the code later or I just missed some important part .

fnzhan commented 1 year ago

I include the depth part in a previous version, but remove it later as observing most users don't have access to the depth of Laval indoor dataset.