-
Notifications
You must be signed in to change notification settings - Fork 439
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
No Glob path result found for *.json so unable to load templates from that path. #2454
Comments
I have met the same problem, any solutions? |
i have the same problem, too |
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: