How to open scenes with uncompressed assets?
#2
by
VadimTisse
- opened
The hssd-hab page (https://huggingface.co/datasets/hssd/hssd-hab) states that the assets are compressed and provides a link to the uncompressed assets (https://huggingface.co/datasets/hssd/hssd-models).
How to run Habitat with uncompressed assets?
Is it possible to open scenes in Blender with uncompressed assets?
Thanks in advance!
Hey
@VadimTisse
Some thoughts here:
- Articulated HSSD scenes do not have uncompressed counterparts.
- Original HSSD full scenes which can be opened in Blender are available uncompressed here: https://huggingface.co/datasets/hssd/hssd-scenes/tree/main/scenes
- Composite scenes sourced from Habitat JSON files could be opened in Blender, but would require a script to process the JSON metadata and place the objects into the stages. We don't provide anything like that currently.
- Uncompressed assets (which can be individually opened in Blender) could be used in Habitat by copying them over the equivalent compressed assets in the hssd-hab objects/ directory. This is not recommended because it will significantly increase simulation and loading times as well as memory requirements.
Thank you!