pszemraj commited on
Commit
4f9578f
1 Parent(s): 89575d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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: 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
 
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