-
Notifications
You must be signed in to change notification settings - Fork 500
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
ValueError: Requested RearrangeDataset config paths 'data/datasets/replica_cad/rearrange/v2/train/rearrange_easy.json.gz' or 'data/replica_cad/' are not downloaded locally. Aborting. #2100
Comments
Same for me |
same for me, I installed the habitat-lab completely according to the official tutorial. Sincerely hope to get help |
Hey folks, how did step 1 of Testing go here?
In the above code snippet we're downloading the data to |
same for me. I installed on linux server(Ubuntu 24.04) last week and it works perfectly fine. But this week, I met this problem when doing the same thing on my MacBook. Now I find this error also appears when I try to install another one on the linux server. |
Step 1 has been run as indicated, |
I fixed
Solution
where <replica_datasets> includes : "replica_cad_dataset", (see, https://github.com/facebookresearch/habitat-sim/blob/dfb388e29e5e1f25da4b576305e85bdc0be140b8/src_python/habitat_sim/utils/datasets_download.py#L341. Here FeedbackNow, Not sure the perfact solution for this currently, but it do keep people from using habitat as a research platform. |
Is anyone else getting this error now?
The Note that running |
Update: changing "v2" to "v1" in
"Pretty much" because there were a lot of warnings:
|
I encountered the same problem as you. May I ask if you have resolved it? |
As i mentioned i have pretty much resolved it in that i was able to continue with the instructions, including the interactive testing, but it was with v1 of the rearrange env. I don't know how different v2 is. |
Could you please let me know which document you are referring to for this operation? It appears that I do not have the document you mentioned. |
What i wrote above:
I also made the following additional changes: In
In
|
following the readme instruction as it is described to setup, install and run example.py and ended up with this error. retried several times by removed data directory but no luck:
The text was updated successfully, but these errors were encountered: