lrauch commited on
Commit
03ded1e
·
verified ·
1 Parent(s): 1f6f3d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -6,14 +6,14 @@ tags:
6
  - bird classification
7
  - passive acoustic monitoring
8
  ---
9
- ## Dataset Description
10
 
11
  - **Repository:** [https://github.com/DBD-research-group/GADME](https://github.com/DBD-research-group/BirdSet)
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)
@@ -71,7 +71,7 @@ We offer a static set of evaluation datasets and a varied collection of training
71
  - We provide the full recording with the complete label set and specified bounding boxes.
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.
@@ -104,7 +104,7 @@ def map_first_five(sample):
104
  train = train.map(map_first_five, batch_size=1000, num_proc=2)
105
  ```
106
 
107
- ### Metadata
108
 
109
  | | format | description |
110
  |------------------------|-------------------------------------------------------:|-------------------------:|
 
6
  - bird classification
7
  - passive acoustic monitoring
8
  ---
9
+ # Dataset Description
10
 
11
  - **Repository:** [https://github.com/DBD-research-group/GADME](https://github.com/DBD-research-group/BirdSet)
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)
 
71
  - We provide the full recording with the complete label set and specified bounding boxes.
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.
 
104
  train = train.map(map_first_five, batch_size=1000, num_proc=2)
105
  ```
106
 
107
+ ## Metadata
108
 
109
  | | format | description |
110
  |------------------------|-------------------------------------------------------:|-------------------------:|