Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -25,10 +25,26 @@ configs:
|
|
25 |
path: data/train-*
|
26 |
- split: test
|
27 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# pszemraj/boulderspot
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
```yml
|
33 |
dataset_info:
|
34 |
features:
|
@@ -49,4 +65,4 @@ dataset_info:
|
|
49 |
num_examples: 3880
|
50 |
download_size: 3137018901
|
51 |
dataset_size: 3753349555.7
|
52 |
-
```
|
|
|
25 |
path: data/train-*
|
26 |
- split: test
|
27 |
path: data/test-*
|
28 |
+
license: apache-2.0
|
29 |
+
task_categories:
|
30 |
+
- image-classification
|
31 |
+
tags:
|
32 |
+
- bouldering
|
33 |
+
- rock climbing
|
34 |
+
size_categories:
|
35 |
+
- 10K<n<100K
|
36 |
---
|
37 |
|
38 |
# pszemraj/boulderspot
|
39 |
|
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: Swiss TLM3d
|
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
|
49 |
dataset_info:
|
50 |
features:
|
|
|
65 |
num_examples: 3880
|
66 |
download_size: 3137018901
|
67 |
dataset_size: 3753349555.7
|
68 |
+
```
|