oppo-us-research / OpenIlluminationCapture

MIT License
31 stars 1 forks source link

Where to find lighting pattern gt #2

Closed spock-the-wizard closed 10 months ago

spock-the-wizard commented 11 months ago

Hi, thank you for the great dataset.

I'm trying to use the light pattern dataset, and am having trouble finding the lighting gt for each pattern. (e.g. envmap? individual point lights)

thanks in advance!

spock-the-wizard commented 11 months ago

Also do you provide how to transform the cameras in light-pattern setting to OLAT setting? That would be super useful!

ootts commented 10 months ago

Hi, thanks for using our dataset. For the second question, refer to here.

yehonathanlitman commented 10 months ago

Bump, how do we get the lighting pattern? generate_light_gt_sg.py uses data that we don't have access to but it also doesn't generate an envmap. Could you provide us with a google drive link to the envmaps or provide instructions on how to generate them?

Isabella98Liu commented 10 months ago

Bump, how do we get the lighting pattern? generate_light_gt_sg.py uses data that we don't have access to but it also doesn't generate an envmap. Could you provide us with a google drive link to the envmaps or provide instructions on how to generate them?

Thank you for expressing your interest in our dataset. Regarding the environment map of the lights per OLAT, we provide SG parameters of each light in our paper, which are 236.97054 for lobe size, 5 for light intensity, and the light positions are available in light_pos.npy You can use these parameters to construct each light's SG function and convert it into environment map accordingly (reference). All the light positions and camera poses are aligned in the world coordinate (more information can be found at this link).

Should you have any questions or need further assistance in using our dataset, please don't hesitate to reach out. We appreciate your interest in our work. :)

Isabella98Liu commented 10 months ago

@yehonathanlitman Hi Yehonathan! for your convenience, we provide the 13 GT light patterns used in our paper in HDR and SG formats here.

yehonathanlitman commented 10 months ago

Thank you for the PhySG script and envmaps! All the best