Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ This is the official fine-tuning dataset provided by VLABench, with 500 episodes
|
|
| 12 |
## Uses
|
| 13 |
Download all archive files and use the following command to extract:
|
| 14 |
```sh
|
| 15 |
-
cat
|
| 16 |
```
|
| 17 |
|
| 18 |
In the resulting `VLABench_release` folder, there will be two folders: `primitive`(release now) and `composite`(under management).
|
|
|
|
| 12 |
## Uses
|
| 13 |
Download all archive files and use the following command to extract:
|
| 14 |
```sh
|
| 15 |
+
cat vlabench_primitive.tar.gz.* | tar -xzvf -
|
| 16 |
```
|
| 17 |
|
| 18 |
In the resulting `VLABench_release` folder, there will be two folders: `primitive`(release now) and `composite`(under management).
|