Update README.md
Browse files
README.md
CHANGED
|
@@ -33,3 +33,14 @@ This data is formatted to train the LLaVA model:
|
|
| 33 |
]
|
| 34 |
```
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
]
|
| 34 |
```
|
| 35 |
|
| 36 |
+
## Getting Started
|
| 37 |
+
|
| 38 |
+
```
|
| 39 |
+
cd ~/Datasets/
|
| 40 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/AdityaNG/commavq-trajectory ~/Datasets/commavq
|
| 41 |
+
|
| 42 |
+
cd ~/Datasets/commavq
|
| 43 |
+
git lfs pull
|
| 44 |
+
unzip "*.zip"
|
| 45 |
+
```
|
| 46 |
+
|