lrauch commited on
Commit
5d9b6e7
1 Parent(s): d00f8a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -12,11 +12,23 @@ tags:
12
  - **Paper:** [GADME](https://arxiv.org/)
13
  - **Point of Contact:** [Lukas Rauch](mailto:lukas.rauch@uni-kassel.de)
14
 
15
- ### Dataset Summary
16
- We present the GADME benchmark that covers a comprehensive range of avian monitoring datasets.
17
- We offer a static set of evaluation datasets and a varied collection of training datasets, enabling the application of diverse methodologies
18
-
19
  ### Datasets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ##### Train
22
  - Exclusively using focal audio data from Xeno-Canto (XC) with quality ratings A, B, C and excluding all recordings that are CC-ND.
@@ -40,18 +52,6 @@ We offer a static set of evaluation datasets and a varied collection of training
40
 
41
  Numbers need to be updated
42
 
43
- | | train | test | test_5s | size (GB) | #classes |
44
- |----------------------------|--------:|-----------:|--------:|-----------:|-------------:|
45
- | HSN (high_sierras) | 5,460 | 10,296 | 12,000 | 5.92 | 21 |
46
- | NBP (nips) | 24,327 | 5,493 | 563 | 29.9 | 51 |
47
- | NES (columbia_costa_rica) | 16,117 | 6,952 | 24,480 | 14.2 | 89 |
48
- | PER (amazon_basin) | 16,802 | 14,798 | 15,120 | 10.5 | 132 |
49
- | POW (powdermill_nature) | 14,911 | 16,052 | 4,560 | 15.7 | 48 |
50
- | SNE (sierra_nevada) | 19,390 | 20,147 | 23,756 | 20.8 | 56 |
51
- | SSW (sapsucker_woods) | 28,403 | 50,760 | 205,200| 35.2 | 81 |
52
- | UHH (hawaiian_islands) | 3,626 | 59,583 | 36,637 | 4.92 | 25 tr, 27 te |
53
- | XCM (xenocanto) | 89,798 | x | x | 89.3 | 409 |
54
- | XCL (xenocanto) | 528,434| x | x | 484 | 9,734 |
55
 
56
  #### FEATURES
57
 
 
12
  - **Paper:** [GADME](https://arxiv.org/)
13
  - **Point of Contact:** [Lukas Rauch](mailto:lukas.rauch@uni-kassel.de)
14
 
 
 
 
 
15
  ### Datasets
16
+ We present the BirdSet benchmark that covers a comprehensive range of classification datasets in avian bioacoustics.
17
+ We offer a static set of evaluation datasets and a varied collection of training datasets, enabling the application of diverse methodologies.
18
+
19
+ | | train | test | test_5s | size (GB) | #classes |
20
+ |------------------------------------------------------------------|--------:|-----------:|--------:|-----------:|-------------:|
21
+ | [PER](https://zenodo.org/records/7079124) (Amazon Basin) | 16,802 | 14,798 | 15,120 | 10.5 | 132 |
22
+ | [NES](https://zenodo.org/records/7525349) (Colombia Costa Rica) | 16,117 | 6,952 | 24,480 | 14.2 | 89 |
23
+ | [UHH](https://zenodo.org/records/7078499) (Hawaiian Islands) | 3,626 | 59,583 | 36,637 | 4.92 | 25 tr, 27 te |
24
+ | [HSN](https://zenodo.org/records/7525805) (high_sierras) | 5,460 | 10,296 | 12,000 | 5.92 | 21 |
25
+ | [NBP](https://github.com/fbravosanchez/NIPS4Bplus) (NIPS4BPlus) | 24,327 | 5,493 | 563 | 29.9 | 51 |
26
+ | [POW](https://zenodo.org/records/4656848) (Powdermill Nature) | 14,911 | 16,052 | 4,560 | 15.7 | 48 |
27
+ | [SSW](https://zenodo.org/records/7018484) (Sapsucker Woods) | 28,403 | 50,760 | 205,200| 35.2 | 81 |
28
+ | [SNE](https://zenodo.org/records/7050014) (Sierra Nevada) | 19,390 | 20,147 | 23,756 | 20.8 | 56 |
29
+ | [XCM](https://xeno-canto.org/) (Xenocanto Subset M) | 89,798 | x | x | 89.3 | 409 |
30
+ | [XCL](https://xeno-canto.org/) (Xenocanto Subset Complete) | 528,434| x | x | 484 | 9,734 |
31
+
32
 
33
  ##### Train
34
  - Exclusively using focal audio data from Xeno-Canto (XC) with quality ratings A, B, C and excluding all recordings that are CC-ND.
 
52
 
53
  Numbers need to be updated
54
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
  #### FEATURES
57