Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -40,9 +40,11 @@ size_categories:
|
|
40 |
These are aerial images of Switzerland classified into what could be a bouldering area (label: `bouldering_area`) or not (label: `other`). The test set has no labels (i.e. the column is `None`) and is randomly sampled from across the country.
|
41 |
|
42 |
Sources:
|
43 |
-
- data:
|
44 |
- labels: me
|
45 |
|
|
|
|
|
46 |
You can find some example CNN-based models trained on an earlier/smaller version of this dataset in [this repo](https://github.com/pszemraj/BoulderAreaDetector)
|
47 |
|
48 |
```yml
|
|
|
40 |
These are aerial images of Switzerland classified into what could be a bouldering area (label: `bouldering_area`) or not (label: `other`). The test set has no labels (i.e. the column is `None`) and is randomly sampled from across the country.
|
41 |
|
42 |
Sources:
|
43 |
+
- data: [SWISSIMAGE 10 cm](https://www.swisstopo.admin.ch/en/orthoimage-swissimage-10)
|
44 |
- labels: me
|
45 |
|
46 |
+
Date created: 2021
|
47 |
+
|
48 |
You can find some example CNN-based models trained on an earlier/smaller version of this dataset in [this repo](https://github.com/pszemraj/BoulderAreaDetector)
|
49 |
|
50 |
```yml
|