-
Notifications
You must be signed in to change notification settings - Fork 13
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
Gibson Data Structure for Reproduce #22
Comments
I solved this problem by downloading the gibson with semantic annotation. https://github.com/StanfordVL/3DSceneGraph/tree/master According to https://github.com/facebookresearch/habitat-sim/blob/main/DATASETS.md#gibson-and-3dscenegraph-datasets. And we need habitat-sim v-0.1.4 to install Also, by facebookresearch/habitat-sim#648 we need then we run in the v0.1.4 habitat-sim, This way help me to get the gibson with semantic info. |
@weizhenFrank Thank you for your advice, I follow the above instructions, but I am still confused. When I download gibson scene dataset for habitat, there are only *.ply and *.navmesh files in the folder. Did I downloaded the wrong link for gibson? Could u please share which part of gibson dataset u downloaded, or how to obtain Thank you in advance. |
Hello,
Thanks for your great work. I am trying to reproduce the work to gibson datasets.
I followed #8 :
envs/habitat/__init__.py
With all these changes, I got an error:
I guess this error is related to how I organize the data of Gibson, since I have seen similar problem when I didn't put data of hm3d correctly. But given these 2 dataset use different data format, I do not have a concrete idea on how to solving this problem. Can you share yours? My data structure looks like below
My data folder looks like this:
Data:
datasets
scene_datasets
versioned_data
The text was updated successfully, but these errors were encountered: