Skip to content

Commit

Permalink
minor (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-martinmartin authored Mar 2, 2022
1 parent bf52734 commit 48a5724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The following image shows the fifteen fully interactive scenes in the iGibson Da
To download the datasets, follow these steps:
- Fill out the license agreement in this [form](https://docs.google.com/forms/d/e/1FAIpQLScPwhlUcHu_mwBqq5kQzT2VRIRwg_rJvF0IWYBk_LxEZiJIFg/viewform)
- After submitting the form, you will receive a key (igibson.key). Copy it into the folder that will contain the dataset, as default: `your_installation_path/igibson/data`
- Download the datasets from [here](https://storage.googleapis.com/gibson_scenes/ig_dataset.zip) (size ~20GB).
- Unzip the zip file into the desired folder: `unzip ig_dataset.zip -d your_installation_path/igibson/data`
- Download the datasets from [here](https://storage.googleapis.com/gibson_scenes/ig_dataset.tar.gz) (size ~20GB).
- Unzip the zip file into the desired folder
- (Optional) You may need to update the config file (`your_installation_path/igibson/global_config.yaml`) to reflect the location of the `ig_dataset` by changing the entry `ig_dataset_path` if you unzip the zip file.

After this process, you will be able to sample and use the scenes and objects in iGibson, for example, to evaluate your embodied AI solutions in the [BEHAVIOR benchmark](https://behavior.stanford.edu/).
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ conda activate igibson
pip install -e . # This step takes about 4 minutes
```

We recommend the third method if you plan to modify iGibson in your project. If you plan to use it as it is to train navigation and manipulation agents, the pip installation or docker image should meet your requirements.
We recommend the second method if you plan to modify iGibson in your project. If you plan to use it as it is to train navigation and manipulation agents, the pip installation or docker image should meet your requirements.

Note: If you are not using conda, you will need the system packages python3-dev (header files to build Python extensions) and python3-opencv (provides opencv and its dependencies).

Expand Down Expand Up @@ -233,7 +233,7 @@ python -m igibson.utils.assets_utils --download_assets
```

Third, we need to download datasets of scenes (Gibson or iGibson), and, possibly, the BEHAVIOR Datasets of Object Models.
For interactive tasks, you need to download iGibson 2.0 Scenes and the BEHAVIOR Dataset of Objects, or iGibson 1.0 Scenes. They include several fully interactive scenes and hundreds of 3D objects to use with our simulator.
For interactive tasks, you need to download iGibson Scenes and the BEHAVIOR Dataset of Objects. They include several fully interactive scenes and hundreds of 3D objects to use with our simulator.
For navigation tasks, you could use the interactive scenes, but we also provide back-compatibility to the Gibson Dataset, Stanford 2D-3D-Semantics Dataset, and Matterport3D Dataset that include non-interactive scene models.
Follow the detailed instructions [here](dataset.md) to download the aforementioned datasets.

Expand Down

0 comments on commit 48a5724

Please sign in to comment.