Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,14 @@ size_categories:
|
|
14 |
# Open X-Embodiment Dataset (unofficial)
|
15 |
RLDS dataset for train vla
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
The code modified from [rlds_dataset_mod](https://github.com/moojink/rlds_dataset_mod/blob/main/README.md)
|
18 |
|
19 |
We upload the precessed dataset in this repository ❤
|
@@ -21,7 +29,7 @@ We upload the precessed dataset in this repository ❤
|
|
21 |
below is the code for processing ⚙
|
22 |
|
23 |
|
24 |
-
|
25 |
|
26 |
```shell
|
27 |
# https://cloud.google.com/sdk/docs/install-sdk?hl=zh-cn#linux
|
@@ -35,7 +43,7 @@ export PATH=$PATH:/path/to/google-cloud-sdk/bin
|
|
35 |
ls ./google-cloud-sdk/bin/gsutil
|
36 |
```
|
37 |
|
38 |
-
|
39 |
|
40 |
```
|
41 |
conda env create -f environment_ubuntu.yml
|
|
|
14 |
# Open X-Embodiment Dataset (unofficial)
|
15 |
RLDS dataset for train vla
|
16 |
|
17 |
+
### use this dataset
|
18 |
+
download the dataset by hf: (`<THE DATASET NAME>` can be `bridge_orig, dorid,fmb,...etc.`)
|
19 |
+
```shell
|
20 |
+
cd <PATH TO BASE DATASETS DIR>
|
21 |
+
huggingface-cli download WeiChow/VLATrainingDataset --include <THE DATASET NAME>/* --local-dir . --local-dir-use-symlinks False
|
22 |
+
```
|
23 |
+
|
24 |
+
### prepare by yourself
|
25 |
The code modified from [rlds_dataset_mod](https://github.com/moojink/rlds_dataset_mod/blob/main/README.md)
|
26 |
|
27 |
We upload the precessed dataset in this repository ❤
|
|
|
29 |
below is the code for processing ⚙
|
30 |
|
31 |
|
32 |
+
##### prepare gsutil
|
33 |
|
34 |
```shell
|
35 |
# https://cloud.google.com/sdk/docs/install-sdk?hl=zh-cn#linux
|
|
|
43 |
ls ./google-cloud-sdk/bin/gsutil
|
44 |
```
|
45 |
|
46 |
+
##### prepare environment
|
47 |
|
48 |
```
|
49 |
conda env create -f environment_ubuntu.yml
|