Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,14 @@ The surrdounding views are from four navigable actions defined in ALFRED: Rotate
|
|
8 |
The file structure is almost identical to the ALFRED dataset, so refer to <a href="https://github.com/askforalfred/alfred">ALFRED</a> for more details.
|
9 |
|
10 |
## Download the dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
Move to the root (denoted by ALFRED_ROOT below) of the ABP (or related work) repo and clone this repository by following the commands below.\
|
12 |
**Note**: This dataset is quite large (~1.6T).
|
13 |
```
|
|
|
8 |
The file structure is almost identical to the ALFRED dataset, so refer to <a href="https://github.com/askforalfred/alfred">ALFRED</a> for more details.
|
9 |
|
10 |
## Download the dataset
|
11 |
+
### Raw RGB images with depth and object masks
|
12 |
+
Move to the root (denoted by ALFRED_ROOT below) of the ABP (or related work) repo and clone this repository by following the commands below.
|
13 |
+
```
|
14 |
+
git clone https://huggingface.co/datasets/byeonghwikim/abp_images json_2.1.0
|
15 |
+
```
|
16 |
+
|
17 |
+
### Pre-extracted features
|
18 |
+
To skip feature extraction from RGB images, you can use our pre-extracted features.
|
19 |
Move to the root (denoted by ALFRED_ROOT below) of the ABP (or related work) repo and clone this repository by following the commands below.\
|
20 |
**Note**: This dataset is quite large (~1.6T).
|
21 |
```
|