Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Some files have wrong hardcoded paths during frame extraction #26

@skymanaditya1

Description

@skymanaditya1

When I extract the frames on the hm3d dataset using - python data/hm3d/extract-frames.py, the code throws an error when processing the folder data/frames/hm3d-v0/021-hm3d-LT9Jq6dN3Ea in the val dataset.

The error is -
AssertionError: ESP_CHECK failed: No Stage Attributes exists for requested scene '/datasets01/hm3d/090121/val/00862-LT9Jq6dN3Ea/LT9Jq6dN3Ea.basis.glb' in currently specified Scene Dataset default. Likely the Scene Dataset Configuration requested was not found and so a new, empty Scene Dataset was created. Verify the Scene Dataset Configuration file name used.

This is because the .pkl being read has the path '/datasets01/hm3d/090121/...' being hardcoded into it when its read as data['scene_id']. I added a temporary fix, but it needs to be looked into, otherwise the extract-frames.py fails atleast for this folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions