You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed habitat-sim and habitat lab. I can run examples without issue.
I want to use hm3d dataset but I am have error when I try.
I am following the tutorial
I can download the dataset successfully: python -m habitat_sim.utils.datasets_download --username <api-token-id> --password <api-token-secret> --uids hm3d_minival_v0.2
I am creating a test python file in examples folder to see scenes:
.
.
[13:07:07:929709]:[Warning]:[Metadata] AttributesManagerBase.h(457)::buildAttrSrcPathsFromJSONAndLoad : : No Glob path result found for /habitat-sim/data/scene_datasets/hm3d/val/00891-cvZr5TUy5C5/*.basis.scene_instance.json so unable to load templates from that path.
[13:07:07:929722]:[Warning]:[Metadata] AttributesManagerBase.h(457)::buildAttrSrcPathsFromJSONAndLoad : : No Glob path result found for /habitat-sim/data/scene_datasets/hm3d/val/00894-HY1NcmCgn3n/*.basis.scene_instance.json so unable to load templates from that path.
[13:07:10:986678]:[Warning]:[Metadata] SceneDatasetAttributes.cpp(107)::addNewSceneInstanceToDataset : Dataset : 'hm3d_annotated_basis' : Lighting Layout Attributes 'no_lights' specified in Scene Attributes but does not exist in dataset, so creating default.
When I check dataset folder I can not find any *basis.scene_instance.json file.
In the tutorial it says:
Most importantly, ensure that the hm3d_annotated_*, *.semantic.glb, and *.semantic.txt files are present.
When I check all mentioned files represent.
So do you have a further documentation or tutorial to use hm3d with habitat on hand ?
The text was updated successfully, but these errors were encountered:
I've installed habitat-sim and habitat lab. I can run examples without issue. I want to use hm3d dataset but I am have error when I try. I am following the tutorial I can download the dataset successfully: python -m habitat_sim.utils.datasets_download --username <api-token-id> --password <api-token-secret> --uids hm3d_minival_v0.2 I am creating a test python file in examples folder to see scenes:
.
.
[13:07:07:929709]:[Warning]:[Metadata] AttributesManagerBase.h(457)::buildAttrSrcPathsFromJSONAndLoad : : No Glob path result found for /habitat-sim/data/scene_datasets/hm3d/val/00891-cvZr5TUy5C5/*.basis.scene_instance.json so unable to load templates from that path.
[13:07:07:929722]:[Warning]:[Metadata] AttributesManagerBase.h(457)::buildAttrSrcPathsFromJSONAndLoad : : No Glob path result found for /habitat-sim/data/scene_datasets/hm3d/val/00894-HY1NcmCgn3n/*.basis.scene_instance.json so unable to load templates from that path.
[13:07:10:986678]:[Warning]:[Metadata] SceneDatasetAttributes.cpp(107)::addNewSceneInstanceToDataset : Dataset : 'hm3d_annotated_basis' : Lighting Layout Attributes 'no_lights' specified in Scene Attributes but does not exist in dataset, so creating default.
When I check dataset folder I can not find any *basis.scene_instance.json file. In the tutorial it says:
Most importantly, ensure that the hm3d_annotated_*, *.semantic.glb, and *.semantic.txt files are present.
When I check all mentioned files represent.
So do you have a further documentation or tutorial to use hm3d with habitat on hand ?
Habitat-Sim version: v0.3.1
I've installed habitat-sim and habitat lab. I can run examples without issue.
I want to use hm3d dataset but I am have error when I try.
I am following the tutorial
I can download the dataset successfully:
python -m habitat_sim.utils.datasets_download --username <api-token-id> --password <api-token-secret> --uids hm3d_minival_v0.2
I am creating a test python file in examples folder to see scenes:
When I try to run I got following error:
When I check dataset folder I can not find any *basis.scene_instance.json file.
In the tutorial it says:
When I check all mentioned files represent.
So do you have a further documentation or tutorial to use hm3d with habitat on hand ?
The text was updated successfully, but these errors were encountered: