Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include BIRDeep_AudioAnnotations #21

Merged
merged 5 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can find an explanation of each field in alphabetical order below. You can a
| captureDevice | Hardware used to record the vocalisations. Write "Various" if several devices have been used. | "Lavalier microphone" |
| continent | See https://ac.tdwg.org/termlist/#dwc_continent | "Europe" |
| countryCode | ISO 3166-1 alpha-2 code of the country. For states or provinces, use preferably the codes defined in the standard ISO 3166-2 | One country: "FR",<br>One province: "CN-AH",<br>Several places: ["FR", "CN-AH"] |
| creators | List of the dataset's authors. | ['John Doe'] |
| creators | List of the dataset's authors. | ['John Doe'] or ["John Doe", "Jane Doe", "Jane Smith"] |
| datePublished | Date when this version of the dataset was published, in the ISO 8601 format. | "2021-06-18T06:26:56.891644+00:00", or "2021-06-18" |
| description | Description of the dataset. | |
| labellingLevel | Whether the dataset is strongly labelled (with precise time annotations), weakly labelled (without time annotations), or not labelled. | "Strong", "Weak", "Unlabelled". |
Expand Down
38 changes: 38 additions & 0 deletions datasets_json/BIRDeep_AudioAnnotations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"additionalDescription": "",
"annotationsType": "Frequency bands, temporal windows and class (Specie, Genus, Family, Bird, Background)",
"captureDevice": "Audiomoths",
"continent": "Europe",
"countryCode": "ES",
"creators": [
"Alba Márquez-Rodríguez",
"Miguel Ángel Muñoz-Mohedano",
"Manuel Jesús Marín-Jiménez",
"Eduardo Santamaría-García",
"Giulia Bastianelli",
"Irene Mendoza"
],
"datePublished": "2024-07-30",
"description": "The BIRDeep Audio Annotations dataset is a collection of bird vocalizations from Doñana National Park, Spain. It was created as part of the BIRDeep project, which aims to optimize the detection and classification of bird species in audio recordings using deep learning techniques. The dataset is intended for use in training and evaluating models for bird vocalization detection and identification.",
"labellingLevel": "Strong",
"license": "MIT",
"lifeStage": "",
"locality": "9 sites across Doñana National Park",
"minAndMaxRecordingDuration": "",
"name": "BIRDeep_AudioAnnotations",
"numAnnotations": "3749",
"numAudioFiles": "521",
"numClasses": "38",
"numSpecies": "38",
"paperLink": null,
"physicalSetting": "",
"provider": "Estación Biológica de Doñana (EBD) - CSIC",
"recordingPeriod": "",
"recordingType": "continuous, 1 minute of each 10 minutes",
"sampleRate": "",
"sizeInGb": "",
"taxonomicClass": "Birds",
"totalDuration": "8.7",
"url": "https://huggingface.co/datasets/GrunCrow/BIRDeep_AudioAnnotations",
"version": "1.0"
}