Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Gibson semantic assets #2468

Open
TommyBsk opened this issue Sep 11, 2024 · 0 comments
Open

Loading Gibson semantic assets #2468

TommyBsk opened this issue Sep 11, 2024 · 0 comments

Comments

@TommyBsk
Copy link

TommyBsk commented Sep 11, 2024

Habitat-Sim version

v0.3.1

❓ Questions and Help

I'm trying to load semantic scene for Gibson dataset in the image extractor, with the following code:

extractor = ImageExtractor(
            scene_filepath='data/scene_datasets/gibson_semantic/Allensville_semantic.ply',
            img_size=(640, 640),
            output=["rgba", "depth", "semantic"])

But I'm getting the following error:
[Error]:[Assets] ResourceManager.cpp(957)::loadStageInternal : Reloading asset 'data/scene_datasets/gibson_semantic/Allensville_semantic.ply` with different configuration not currently supported.Asset may not be rendered correctly.

What is the correct way to load a scene from gibson semantic in the Image Extractor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant