lrauch commited on
Commit
d4e91d1
·
verified ·
1 Parent(s): 4f0a5ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -12,14 +12,16 @@ tags:
12
  - **Paper:** [BirdSet](https://arxiv.org/abs/2403.10380)
13
  - **Point of Contact:** [Lukas Rauch](mailto:lukas.rauch@uni-kassel.de)
14
 
15
-
16
- ## Datasets
17
- We present the BirdSet benchmark that covers a comprehensive range of (multi-label and multi-class) classification datasets in avian bioacoustics.
18
- We offer a static set of evaluation datasets and a varied collection of training datasets, enabling the application of diverse methodologies.
 
19
  - **Complementary Code**:[https://github.com/DBD-research-group/GADME](https://github.com/DBD-research-group/BirdSet)
20
  - **Complementary Paper**: [https://arxiv.org/abs/2403.10380](https://arxiv.org/abs/2403.10380)
21
 
22
 
 
23
  | | train | test | test_5s | size (GB) | #classes | license |
24
  |--------------------------------|--------:|-----------:|--------:|-----------:|-------------:|--------------:|
25
  | [PER][1] (Amazon Basin) | 16,802 | 14,798 | 15,120 | 10.5 | 132 | CC-BY-4.0 |
@@ -52,6 +54,8 @@ We offer a static set of evaluation datasets and a varied collection of training
52
  - The bird species are translated to ebird_codes
53
  - Snapshot date of XC: 03/10/2024
54
 
 
 
55
  **Train**
56
  - Exclusively using focal audio data from XC with quality ratings A, B, C and excluding all recordings that are CC-ND.
57
  - Each dataset is tailored for specific target species identified in the corresponding test soundscape files.
@@ -72,7 +76,7 @@ We offer a static set of evaluation datasets and a varied collection of training
72
  - This dataset excludes recordings that do not contain bird calls ("no_call").
73
 
74
  # How to
75
- - We recommend to use our [intro notebook](https://github.com/DBD-research-group/BirdSet/blob/main/notebooks/tutorials/birdset-pipeline_tutorial.ipynb) in our code repository
76
  - The BirdSet Code package simplfies the data processing steps
77
  - For multi-label evaluation with a segment-based evaluation use the test_5s column for testing.
78
 
 
12
  - **Paper:** [BirdSet](https://arxiv.org/abs/2403.10380)
13
  - **Point of Contact:** [Lukas Rauch](mailto:lukas.rauch@uni-kassel.de)
14
 
15
+ ## BirdSet
16
+ Deep learning models have emerged as a powerful tool in avian bioacoustics to assess environmental health. To maximize the potential of cost-effective and minimal-invasive
17
+ passive acoustic monitoring (PAM), models must analyze bird vocalizations across a wide range of species and environmental conditions. However, data fragmentation
18
+ challenges a evaluation of generalization performance. Therefore, we introduce the BirdSet dataset, comprising approximately 520,000 global bird recordings
19
+ for training and over 400 hours PAM recordings for testing.
20
  - **Complementary Code**:[https://github.com/DBD-research-group/GADME](https://github.com/DBD-research-group/BirdSet)
21
  - **Complementary Paper**: [https://arxiv.org/abs/2403.10380](https://arxiv.org/abs/2403.10380)
22
 
23
 
24
+ ## Datasets
25
  | | train | test | test_5s | size (GB) | #classes | license |
26
  |--------------------------------|--------:|-----------:|--------:|-----------:|-------------:|--------------:|
27
  | [PER][1] (Amazon Basin) | 16,802 | 14,798 | 15,120 | 10.5 | 132 | CC-BY-4.0 |
 
54
  - The bird species are translated to ebird_codes
55
  - Snapshot date of XC: 03/10/2024
56
 
57
+ Each dataset (except for XCM and XCL that only feature Train) comes with a dataset dictionary that features **Train**, **Test_5s**, and **Test**:
58
+
59
  **Train**
60
  - Exclusively using focal audio data from XC with quality ratings A, B, C and excluding all recordings that are CC-ND.
61
  - Each dataset is tailored for specific target species identified in the corresponding test soundscape files.
 
76
  - This dataset excludes recordings that do not contain bird calls ("no_call").
77
 
78
  # How to
79
+ - We recommend to use our [intro notebook](https://github.com/DBD-research-group/BirdSet/blob/main/notebooks/tutorials/birdset-pipeline_tutorial.ipynb) in our code repository.
80
  - The BirdSet Code package simplfies the data processing steps
81
  - For multi-label evaluation with a segment-based evaluation use the test_5s column for testing.
82