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

Description
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.