EeveeNet
收藏资源简介:
EeveeNet数据集包含多个伊布形态的图像数据,数据来源包括Pixiv、DeviantArt以及Pokemon动画视频截取。数据集分为训练集和测试集,训练集又分为两期,每期包含不同数量的带标签数据。数据集中的图片文件名包含标签信息,标签通过二进制表示伊布的种类。数据集还提供了数据增强的选项,并且强调了数据的使用限制和质量评估。
The EeveeNet dataset comprises a collection of images depicting various forms of Eevee, sourced from platforms such as Pixiv, DeviantArt, and screenshots from Pokémon animated videos. The dataset is divided into training and testing sets, with the training set further segmented into two phases, each containing a different quantity of labeled data. The filenames of the images within the dataset include label information, with labels represented in binary to denote the species of Eevee. Additionally, the dataset offers options for data augmentation and emphasizes the restrictions on data usage and quality assessment.
数据集概述
数据集名称
EeveeNet
数据集内容
- 训练集: 包含两个部分,
train_data00.zip和train_data01.zip。 - 测试集:
test_data.zip。 - 样本图片: 位于
Sample文件夹内。
数据集结构
- 压缩包内文件: 包含
.txt文件记录各文件夹的相对地址,指向.png图片文件。 - 图片大小: 训练集图片大小为 224x224,测试集图片大小未调整,需使用
cv2.resize调整。
数据集标签
- 文件名格式:
aaa-****.png,其中aaa为标签,通过int(filename.split(-)[0])获取。 - 标签含义: 使用正交二进制表示伊布种类,通过按位或运算组合。
数据集样本量
- 总样本量: 8000张带标签的数据。
- 各类伊布数量:
种类 伊布 月伊布 火伊布 水伊布 叶伊布 雷伊布 冰伊布 日伊布 仙子伊布 二进制表示 256 128 64 32 16 8 4 2 1 数量 1590 1391 810 831 864 902 1079 1242 1687
数据集使用注意事项
- 下载要求: 使用
git clone时需安装git lfs。 - 测试集处理: 测试集图片需使用
cv2.resize调整大小,设置interpolation=cv2.INTER_AREA。 - 数据增强:
train_data01包含数据增强与非数据增强的PathList文件。
数据来源
- 高质量数据: 来自
Pixiv和DeviantArt。 - 低质量数据: 从
Pokemon动画视频截取。
数据集质量保证
- 标签准确性: 经过多次检查,确保分类正确。




