3dlg-hcvc / hssd

Code repository for the Habitat Synthetic Scenes Dataset (HSSD) paper.
https://3dlg-hcvc.github.io/hssd/
67 stars 5 forks source link

Load scene in blender/unreal #1

Closed eliabntt closed 1 year ago

eliabntt commented 1 year ago

Hi, first of all great work, thanks for sharing and release all the data.

I would be interested in using your dataset in my research and try it out. However, I need to load the scene in blender/unreal. Is that possible?

I'm also curious. How does lighting work in your dataset? do you define light sources/color or is just a plain diffuse lighting condition?

mukulkhanna commented 1 year ago

Hello @eliabntt,

I would be interested in using your dataset in my research and try it out. However, I need to load the scene in blender/unreal. Is that possible?

Loading the scenes in Blender is indeed possible. You might want to look at:

How does lighting work in your dataset? do you define light sources/color or is just a plain diffuse lighting condition?

The lighting depends on the renderer.

In Habitat, we have a number of default predefined light sources. In Blender, we render using image-based lighting from an environment map.

eliabntt commented 1 year ago

Ok thanks.