Bengt0 commited on
Commit
4823913
·
1 Parent(s): 1e1ef31

Add read me

Browse files
Files changed (1) hide show
  1. README.txt +33 -0
README.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ AnuraSet
2
+ -------------------------------
3
+ Date: 2023-06-15
4
+ -------------------------------
5
+
6
+ Description
7
+ -------------------------------
8
+ This dataset has 93378 samples of 3s audio which corresponds to 27 hours of human annotations.
9
+ The labels are 42 species of neotropical anurans. In the metadata file, each specie has
10
+ a column where is 1 if any portion (independete of lenght and quality) are in the sample, and 0 else.
11
+ The dataset was built using soundscape recordings from passive acoustic monitoring in Brazil. The sites are
12
+ INCT17 (42.5%), INCT20955(33%) INCT41 (13.5%) and INCT4 (11%)
13
+
14
+ The recordings were preprocessed by resampling the audio to 22050Hz and formatted to 16-bit depth.
15
+ The recordings are trimmed to a fixed window length, but no filtering was applied.
16
+ The frequency limits are: (1, 10000).
17
+ The construction used a sliding windows approach of 3s moving 1s (Overlapping of 2/3).
18
+ -------------------------------
19
+
20
+ Dictionary of data
21
+ -------------------------------
22
+ -sample_name: the unique identifier of each sample that corresponds to a unique audio file in the audio folder and follows the structure {site}_{date}_{hour}_{start second}_{final second}.wav. The next 5 columns were constructed based on this column.
23
+ -fname: raw audio filename extracted from a site and used by annotators to create weak labels.
24
+ -min_t: second where the annotation starts in a fixed window length.
25
+ -max_t: second where the annotation ends in a fixed window length.
26
+ -site: identifier of the recording site.
27
+ -date: datetime of the recording.
28
+ -subset: training or test subset.
29
+ -species_number: total number of species in each sample. The sum of the next 42 columns per row.
30
+ {species}×42 Binary columns of each species where 1 if some portion of the call is in the sample, 0 else. The 42 species column names are the codes shown in Table 2
31
+ -------------------------------
32
+
33
+ Contact: jcanas@humboldt.org.co