weberhen / learning_indoor_lighting

Learning to Estimate Indoor Lighting from 3D Objects. 3DV 2018
Other
49 stars 10 forks source link

Hi, could you publish the code for building the HDR dataset described in the article #7

Closed heartxkl closed 2 years ago

weberhen commented 2 years ago

Hi @heartxkl,

Im really sorry but I dont have that code anymore. If you want to do it by yourself, I suggest to take the pfm files (the panoramas depth map): http://indoor.hdrdb.com/UlavalHDR-depth.tar.gz convert it to a ply with the HDR color from the panorama assigned to each point. From there you can use mitsuba for example to place a spherical camera inside the point cloud at different positions and render new viewpoints for each pano.

heartxkl commented 2 years ago

Thanks ~