bird_dataset_gnn
收藏资源简介:
该数据集是一个面向鸟类声音识别与分类任务的多配置音频数据集。数据集中包含多个子集(配置),每个子集对应一组特定的音频样本,并提供了统一的字段结构。每个样本包含音频文件标识(audio)、分类标签(label)、物种编码(species_code)、物种英文名称(species_en)、Xeno-Canto标识符(xc_id)、音频时长(duration_sec)、录制国家(country)、音频质量(quality)、经纬度坐标(latitude, longitude)、录制者(recordist)、音频类型(type)、许可证信息(license)以及备注(remarks)。数据集划分为训练集、验证集和测试集,不同配置的样本数量从数十到数百不等。该数据集适用于鸟类物种识别、声音事件检测、生物声学分析等任务。
This dataset is a multi-configuration audio dataset for bird sound recognition and classification tasks. It contains multiple subsets (configurations), each corresponding to a specific set of audio samples, with a unified field structure. Each sample includes audio file identifier (audio), classification label (label), species code (species_code), English species name (species_en), Xeno-Canto identifier (xc_id), audio duration in seconds (duration_sec), recording country (country), audio quality (quality), latitude and longitude coordinates (latitude, longitude), recorder (recordist), audio type (type), license information (license), and remarks (remarks). The dataset is split into training, validation, and test sets, with sample sizes ranging from tens to hundreds across different configurations. It is suitable for tasks such as bird species identification, sound event detection, and bioacoustic analysis.
数据集概述:bird_dataset_gnn
基本信息
- 数据集名称:bird_dataset_gnn
- 数据集地址:https://huggingface.co/datasets/Palak1326/bird_dataset_gnn
数据集简介
这是一个鸟类音频数据集,主要用于图神经网络(GNN)相关的研究任务。数据集包含来自不同地理区域的鸟类音频记录,每条记录配有详细的元数据信息。
数据特征
每个样本包含以下字段:
- audio:音频文件标识(字符串类型)
- label:类别标签(整数类型)
- species_code:物种代码(字符串类型)
- species_en:物种英文名称(字符串类型)
- xc_id:Xeno-canto 数据库标识(字符串类型)
- duration_sec:音频时长(秒,浮点数类型)
- country:国家(字符串类型)
- quality:音频质量(字符串类型)
- latitude:纬度(字符串类型)
- longitude:经度(字符串类型)
- recordist:录音者(字符串类型)
- type:录音类型(字符串类型)
- license:许可证信息(字符串类型)
- remarks:备注信息(字符串类型)
数据集配置与划分
该数据集包含 11 个配置(config),分别对应不同的地理区域(如 ak、bj、eo、gg、hc、hs、ip、md、rl、ww)以及一个包含所有数据的 all 配置。
每个配置均包含 训练集(train)、验证集(validation)和测试集(test) 三个划分。
各配置样本数量汇总
| 配置名 | 训练集 | 验证集 | 测试集 | 总计 |
|---|---|---|---|---|
| ak | 61 | 10 | 18 | 89 |
| all | 631 | 134 | 134 | 899 |
| bj | 60 | 12 | 19 | 91 |
| eo | 61 | 14 | 12 | 87 |
| gg | 58 | 14 | 19 | 91 |
| hc | 61 | 18 | 12 | 91 |
| hs | 74 | 6 | 8 | 88 |
| ip | 65 | 10 | 16 | 91 |
| md | 62 | 16 | 11 | 89 |
| rl | 59 | 18 | 14 | 91 |
| ww | 70 | 16 | 5 | 91 |
数据量统计
| 配置名 | 下载大小(字节) | 数据集大小(字节) |
|---|---|---|
| ak | 28,015 | 27,274.09 |
| all | 120,233 | 275,499.00 |
| bj | 32,686 | 27,886.99 |
| eo | 29,016 | 26,661.19 |
| gg | 28,092 | 27,886.99 |
| hc | 25,783 | 27,886.99 |
| hs | 31,123 | 26,967.64 |
| ip | 26,000 | 27,886.99 |
| md | 29,258 | 27,274.09 |
| rl | 29,210 | 27,886.99 |
| ww | 30,793 | 27,886.99 |
数据文件路径
每个配置下的数据文件按照以下模式存储:
- 训练集:
{config_name}/train-* - 验证集:
{config_name}/validation-* - 测试集:
{config_name}/test-*




