Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,8 @@ The tar balls can be extracted with theses commands:
|
|
| 14 |
```cli
|
| 15 |
tar -xvf train_agbm.tar.gz
|
| 16 |
tar -xvf test_agbm.tar.gz
|
| 17 |
-
cat train_features.tar.gz
|
| 18 |
-
cat test_features.tar.gz
|
| 19 |
```
|
| 20 |
|
| 21 |
You can also check the accompanying dataloader in [torchgeo](https://torchgeo.readthedocs.io/en/latest/api/datasets.html#biomassters).
|
|
|
|
| 14 |
```cli
|
| 15 |
tar -xvf train_agbm.tar.gz
|
| 16 |
tar -xvf test_agbm.tar.gz
|
| 17 |
+
cat train_features.tar.gz* | tar xvfz -
|
| 18 |
+
cat test_features.tar.gz* | tar xvfz -
|
| 19 |
```
|
| 20 |
|
| 21 |
You can also check the accompanying dataloader in [torchgeo](https://torchgeo.readthedocs.io/en/latest/api/datasets.html#biomassters).
|