Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
|
10 |
# Baseline model for audio classification of orthopera and hemiptera
|
11 |
|
12 |
-
This baseline model, utilized in the ECOSoundSet paper, was trained to tag audio files with one or more of 86 species from the Orthoptera and Hemiptera insect orders.
|
13 |
|
14 |
## Installation
|
15 |
|
@@ -17,6 +17,8 @@ To use the model, you have to install autrainer, e.g. via pip:
|
|
17 |
|
18 |
`pip install autrainer`
|
19 |
|
|
|
|
|
20 |
## Usage
|
21 |
|
22 |
The model can be applied on all wav files present in a folder (`<data-root>`) and stored in another folder (`<output-root>`):
|
@@ -30,7 +32,7 @@ For possible inference settings (e.g. using sliding window) and all usable param
|
|
30 |
|
31 |
### Pretraining
|
32 |
|
33 |
-
The model has been originally trained on AudioSet by Kong et. al.
|
34 |
|
35 |
### Dataset
|
36 |
|
|
|
9 |
|
10 |
# Baseline model for audio classification of orthopera and hemiptera
|
11 |
|
12 |
+
This baseline model, utilized in the ECOSoundSet paper (link will follow), was trained to tag audio files with one or more of 86 species from the Orthoptera and Hemiptera insect orders.
|
13 |
|
14 |
## Installation
|
15 |
|
|
|
17 |
|
18 |
`pip install autrainer`
|
19 |
|
20 |
+
For more information about autrainer, please refer to: https://autrainer.github.io/autrainer/index.html
|
21 |
+
|
22 |
## Usage
|
23 |
|
24 |
The model can be applied on all wav files present in a folder (`<data-root>`) and stored in another folder (`<output-root>`):
|
|
|
32 |
|
33 |
### Pretraining
|
34 |
|
35 |
+
The model has been originally trained on AudioSet by Kong et. al. (https://ieeexplore.ieee.org/abstract/document/9229505).
|
36 |
|
37 |
### Dataset
|
38 |
|