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

question about loading partnet-mobility dataset #784

Open
LuckyCZD opened this issue Jan 1, 2025 · 1 comment
Open

question about loading partnet-mobility dataset #784

LuckyCZD opened this issue Jan 1, 2025 · 1 comment

Comments

@LuckyCZD
Copy link

LuckyCZD commented Jan 1, 2025

Hello, I have downloaded whole dataset on https://sapien.ucsd.edu/downloads, and I put the datasets folder under ~/.Maniskill/data/partnet_mobility.
How do I load a numbered model into my scene? I followed the tutorial by

        model_id = '8848'
        builder = articulations.get_articulation_builder(
            self.scene, f"partnet-mobility:{model_id}"
        )
        self.cup = builder.build(name="cup")
but it not worked.
@StoneT2000
Copy link
Member

If you download from there you need to use the URDF loader code to load it from the URDF file.

The shorthand in the tutorial is for loading from a subset of some preprocessed version of the dataset that you can download via the command line: python -m mani_skill.utils.download_asset partnet_mobility

We may expand the number of available shorthands provided by default in the future

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

2 participants