mwirth7 commited on
Commit
f21480e
1 Parent(s): ef19db1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -42,7 +42,7 @@ We have a complementary code base: https://github.com/DBD-research-group/BirdSet
42
  [9]: https://xeno-canto.org/
43
  [10]: https://xeno-canto.org
44
 
45
- - We assemble a training dataset for each test dataset that is a subset of a complete XC snapshot. We extract all recordings that have vocalizations of the bird species appearing in the test dataset.
46
  - We use the .ogg format for every recording and a sampling rate of 32 kHz.
47
  - Each sample in the training dataset is a recording may have more than one vocalization of the corresponding bird species.
48
  - Each recording in the training datasets has a unique recordist and the corresponding license from XC. We omit all recordings from XC that are CC-ND.
@@ -50,7 +50,7 @@ We have a complementary code base: https://github.com/DBD-research-group/BirdSet
50
  - Snapshot date of XC: 03/10/2024
51
 
52
  **Train**
53
- - Exclusively using focal audio data from Xeno-Canto (XC) with quality ratings A, B, C and excluding all recordings that are CC-ND.
54
  - Each dataset is tailored for specific target species identified in the corresponding test soundscape files.
55
  - We transform the scientific names of the birds into the corresponding ebird_code label.
56
  - We offer detected events and corresponding cluster assignments to identify bird sounds in each recording.
@@ -192,6 +192,6 @@ We have a complementary code base: https://github.com/DBD-research-group/BirdSet
192
  archivePrefix = {arXiv},
193
  }
194
 
195
- Note that each test in GADME dataset has its own citation. Please see the source to see
196
  the correct citation for each contained dataset. Each file in the training dataset also has its own recordist. The licenses can be found in the metadata.
197
  ```
 
42
  [9]: https://xeno-canto.org/
43
  [10]: https://xeno-canto.org
44
 
45
+ - We assemble a training dataset for each test dataset that is a subset of a complete Xeno-Canto (XC) snapshot. We extract all recordings that have vocalizations of the bird species appearing in the test dataset.
46
  - We use the .ogg format for every recording and a sampling rate of 32 kHz.
47
  - Each sample in the training dataset is a recording may have more than one vocalization of the corresponding bird species.
48
  - Each recording in the training datasets has a unique recordist and the corresponding license from XC. We omit all recordings from XC that are CC-ND.
 
50
  - Snapshot date of XC: 03/10/2024
51
 
52
  **Train**
53
+ - Exclusively using focal audio data from XC with quality ratings A, B, C and excluding all recordings that are CC-ND.
54
  - Each dataset is tailored for specific target species identified in the corresponding test soundscape files.
55
  - We transform the scientific names of the birds into the corresponding ebird_code label.
56
  - We offer detected events and corresponding cluster assignments to identify bird sounds in each recording.
 
192
  archivePrefix = {arXiv},
193
  }
194
 
195
+ Note that each test in BirdSet dataset has its own citation. Please see the source to see
196
  the correct citation for each contained dataset. Each file in the training dataset also has its own recordist. The licenses can be found in the metadata.
197
  ```