poisoned_edible_set
收藏资源简介:
该数据集是一个用于对象检测和分类任务的图像数据集,包含117,266个训练样本和4,952个验证样本,总计约14.6GB。每张图像都有唯一的image_id、图像数据、宽度、高度,以及对象标注,对象标注包括bbox_id、类别(共80类,如人、自行车、汽车等)、边界框坐标(bbox)和面积(area)。此外,数据集还包含文件名(file_name)、特征列表(features)、可食用性标记(edible)和目标答案(target_answer)等字段。它适用于计算机视觉任务,特别是对象检测和图像分类。
This dataset is an image dataset for object detection and classification tasks. It contains 117,266 training samples and 4,952 validation samples, with a total size of approximately 14.6 GB. Each image has a unique image_id, image data, width, height, and object annotations. The object annotations include bbox_id, category (80 classes in total, such as person, bicycle, car, etc.), bounding box coordinates (bbox) and area (area). In addition, the dataset also includes fields such as file_name, feature list (features), edibility flag (edible), and target answer (target_answer). It is suitable for computer vision tasks, especially object detection and image classification.
根据您提供的数据集详情页面,以下是该数据集的概述:
数据集名称
- poisoned_edible_set
数据集描述
该数据集是一个用于图像目标检测的数据集,包含带有边界框标注的图像,其类别基于COCO数据集(80类)。此外,数据集引入了两个关键特征:edible(可食用性)和target_answer(目标答案),可能用于评估模型在特定任务上的鲁棒性或安全性(如“中毒”样本)。
主要特点
- 任务类型:目标检测(包含边界框和类别标注)。
- 类别数量:80个对象类别,涵盖常见物体(如人、车辆、动物、食物、家具等)。
- 特殊标注:
features:额外的特征列表(字符串)。edible:可食用性标签(整数)。target_answer:目标答案(整数),可能用于测试或对抗性研究。
数据规模
- 总大小:约14.63 GB。
- 训练集:
- 样本数:117,266
- 大小:约14.05 GB
- 验证集:
- 样本数:4,952
- 大小:约580.98 MB
数据格式
- 图像:以
image类型存储,包含width、height和file_name。 - 标注:每个图像包含多个对象,每个对象有:
bbox_id:边界框ID(整数列表)。category:类别ID(基于COCO 80类)。bbox:边界框坐标(浮点数列表,长度为4)。area:边界框面积(浮点数列表)。
- 特殊标签:
edible和target_answer。
数据集划分
- 训练集:
data/train-* - 验证集:
data/val-*
适用场景
该数据集适用于目标检测、可食用性分类、对抗性样本研究或模型鲁棒性测试等任务。




