HavenFeng / TRUST

Towards Racially Unbiased Skin Tone Estimation via Scene Disambiguation (ECCV2022)
Other
139 stars 13 forks source link

Help with lightcode #6

Open ijorquera opened 1 year ago

ijorquera commented 1 year ago

Hello, once again thanks for the great project.

I was playing with the outputs of TRUST in the generated npy file (texcode and lightcode), but I am a bit lost with the lightcode. From what I can see that it is an array of arrays of 3 elements, but I don't really know how to interpret it outside of python. For example, if I would like to export the illumination or the light scene to blender or Unity, what could be the right way of transforming or reading the lightcode?

Thanks!