Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,17 @@ size_categories:
|
|
9 |
Rehosted dataset from [official repo](https://huggingface.co/datasets/nascetti-a/BioMassters). However, we have created tar balls instead of split zip archives, since they are easier to extract.
|
10 |
We also changed the nested directory structure of the `train_features` directory and renamed the .csv files.
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
If you use this dataset, please cite:
|
14 |
|
|
|
9 |
Rehosted dataset from [official repo](https://huggingface.co/datasets/nascetti-a/BioMassters). However, we have created tar balls instead of split zip archives, since they are easier to extract.
|
10 |
We also changed the nested directory structure of the `train_features` directory and renamed the .csv files.
|
11 |
|
12 |
+
The tar balls can be extracted with theses commands:
|
13 |
+
|
14 |
+
```cli
|
15 |
+
tar -xvf train_agbm.tar.gz
|
16 |
+
tar -xvg 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).
|
22 |
+
|
23 |
|
24 |
If you use this dataset, please cite:
|
25 |
|