fix typo in the link
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ Move to the root (denoted by ALFRED_ROOT below) of the ABP (or related work) rep
|
|
| 20 |
**Note**: This dataset is quite large (~1.6T).
|
| 21 |
```
|
| 22 |
cd $ALFRED_ROOT/data
|
| 23 |
-
git clone https://huggingface.co/byeonghwikim/abp_dataset json_feat_2.1.0
|
| 24 |
```
|
| 25 |
|
| 26 |
After downloading the dataset, you may directly load a surrounding feature and the expected outcome is as below.
|
|
|
|
| 20 |
**Note**: This dataset is quite large (~1.6T).
|
| 21 |
```
|
| 22 |
cd $ALFRED_ROOT/data
|
| 23 |
+
git clone https://huggingface.co/datasets/byeonghwikim/abp_dataset json_feat_2.1.0
|
| 24 |
```
|
| 25 |
|
| 26 |
After downloading the dataset, you may directly load a surrounding feature and the expected outcome is as below.
|