lrauch commited on
Commit
335b231
1 Parent(s): 2aea6c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -16
README.md CHANGED
@@ -23,18 +23,18 @@ and a complementary paper (work in progress): https://arxiv.org/abs/2403.10380
23
 
24
 
25
 
26
- | | train | test | test_5s | size (GB) | #classes |
27
- |--------------------------------|--------:|-----------:|--------:|-----------:|-------------:|
28
- | [PER][1] (Amazon Basin) | 16,802 | 14,798 | 15,120 | 10.5 | 132 |
29
- | [NES][2] (Colombia Costa Rica) | 16,117 | 6,952 | 24,480 | 14.2 | 89 |
30
- | [UHH][3] (Hawaiian Islands) | 3,626 | 59,583 | 36,637 | 4.92 | 25 tr, 27 te |
31
- | [HSN][4] (high_sierras) | 5,460 | 10,296 | 12,000 | 5.92 | 21 |
32
- | [NBP][5] (NIPS4BPlus) | 24,327 | 5,493 | 563 | 29.9 | 51 |
33
- | [POW][6] (Powdermill Nature) | 14,911 | 16,052 | 4,560 | 15.7 | 48 |
34
- | [SSW][7] (Sapsucker Woods) | 28,403 | 50,760 | 205,200| 35.2 | 81 |
35
- | [SNE][8] (Sierra Nevada) | 19,390 | 20,147 | 23,756 | 20.8 | 56 |
36
- | [XCM][9] (Xenocanto Subset M) | 89,798 | x | x | 89.3 | 409 (411) |
37
- | [XCL][10] (Xenocanto Complete) | 528,434| x | x | 484 | 9,735 |
38
 
39
  [1]: https://zenodo.org/records/7079124
40
  [2]: https://zenodo.org/records/7525349
@@ -128,7 +128,7 @@ and a complementary paper (work in progress): https://arxiv.org/abs/2403.10380
128
  'long': -49.604,
129
  'length': 46,
130
  'microphone': 'focal',
131
- 'license': '//creativecommons.org/licenses/by-nc-sa/4.0/',
132
  'source': 'xenocanto',
133
  'local_time': '18:37',
134
  'detected_events': [[0.736, 1.824],
@@ -190,6 +190,13 @@ and a complementary paper (work in progress): https://arxiv.org/abs/2403.10380
190
  primaryClass={cs.SD}
191
  }
192
 
193
- Note that each test subset in the BirdSet dataset has its own citation. Please see the source to see
194
- the correct citation for each contained dataset. Each file in the training dataset also has its own recordist noted. The licenses can be found in the metadata.
195
- ```
 
 
 
 
 
 
 
 
23
 
24
 
25
 
26
+ | | train | test | test_5s | size (GB) | #classes | license |
27
+ |--------------------------------|--------:|-----------:|--------:|-----------:|-------------:|--------------:|
28
+ | [PER][1] (Amazon Basin) | 16,802 | 14,798 | 15,120 | 10.5 | 132 | CC-BY-4.0 |
29
+ | [NES][2] (Colombia Costa Rica) | 16,117 | 6,952 | 24,480 | 14.2 | 89 | CC-BY-4.0 |
30
+ | [UHH][3] (Hawaiian Islands) | 3,626 | 59,583 | 36,637 | 4.92 | 25 tr, 27 te | CC-BY-4.0 |
31
+ | [HSN][4] (high_sierras) | 5,460 | 10,296 | 12,000 | 5.92 | 21 | CC-BY-4.0 |
32
+ | [NBP][5] (NIPS4BPlus) | 24,327 | 5,493 | 563 | 29.9 | 51 | |
33
+ | [POW][6] (Powdermill Nature) | 14,911 | 16,052 | 4,560 | 15.7 | 48 | CC-0-1.0 |
34
+ | [SSW][7] (Sapsucker Woods) | 28,403 | 50,760 | 205,200| 35.2 | 81 | CC-BY-4.0 |
35
+ | [SNE][8] (Sierra Nevada) | 19,390 | 20,147 | 23,756 | 20.8 | 56 | CC-BY-4.0 |
36
+ | [XCM][9] (Xenocanto Subset M) | 89,798 | x | x | 89.3 | 409 (411) | various |
37
+ | [XCL][10] (Xenocanto Complete) | 528,434| x | x | 484 | 9,735 | various |
38
 
39
  [1]: https://zenodo.org/records/7079124
40
  [2]: https://zenodo.org/records/7525349
 
128
  'long': -49.604,
129
  'length': 46,
130
  'microphone': 'focal',
131
+ 'license': '//creativecommons.org/licenses/by-nc/4.0/',
132
  'source': 'xenocanto',
133
  'local_time': '18:37',
134
  'detected_events': [[0.736, 1.824],
 
190
  primaryClass={cs.SD}
191
  }
192
 
193
+ ```
194
+
195
+ ### Licensing
196
+ - Researchers shall use this dataset only for non-commercial research and educational purposes.
197
+ - Each train recording in BirdSet taken from Xeno-Canto has its own CC license. Please refer to the metadata file to view the license for each recording.
198
+ - We exclude all recordings with a SA licenses. Every recording is NC.
199
+ - Each test dataset is licensed under CC BY 4.0.
200
+ - POW as validation dataset is licensed under CC0 1.0.
201
+
202
+ We have diligently selected and composed the contents of this dataset. Despite our careful review, if you believe that any content violates licensing agreements or infringes on intellectual property rights, please contact us immediately. Upon notification, we will promptly investigate the issue and remove the implicated data from our dataset if necessary.