Francesco/cable-damage
收藏资源简介:
数据集名称为cable-damage,主要用于对象检测任务。数据集包含图像及其对象注释,每个数据点包括图像ID、图像、宽度、高度和对象信息。对象信息包括ID、面积、边界框和类别。数据集的创建者是Roboflow用户,语言为英语,许可证为CC。数据集的大小在1K到10K之间,属于单语言数据集。数据集的原始COCO数据集存储在dataset.tar.gz中。
The dataset named cable-damage is primarily intended for object detection tasks. It contains images and their object annotations, with each data point including image ID, image, width, height, and object information. The object information includes ID, area, bounding box, and category. The dataset was created by a Roboflow user, with annotations in English, and is licensed under CC. The size of the dataset ranges from 1K to 10K, and it is a monolingual dataset. The original COCO-formatted dataset is stored in dataset.tar.gz.
数据集概述
数据集基本信息
- 名称: cable-damage
- 任务类型: 对象检测
- 语言: 英语
- 许可证: cc
- 多语言性: 单语种
- 大小范围: 1K<n<10K
- 数据源: 原始数据
数据集结构
数据特征
- image_id: 整数类型,64位
- image: 图像类型
- width: 整数类型,32位
- height: 整数类型,32位
- objects: 序列类型,包含以下子特征:
- id: 整数类型,64位
- area: 整数类型,64位
- bbox: 序列类型,长度4,浮点32位
- category: 分类标签,包含以下类别:
- 0: cable-damage
- 1: break
- 2: thunderbolt
数据实例
每个数据点包括一张图片及其对象标注。示例数据结构如下:
json { image_id: 15, image: <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x640 at 0x2373B065C18>, width: 964043, height: 640, objects: { id: [114, 115, 116, 117], area: [3796, 1596, 152768, 81002], bbox: [ [302.0, 109.0, 73.0, 52.0], [810.0, 100.0, 57.0, 28.0], [160.0, 31.0, 248.0, 616.0], [741.0, 68.0, 202.0, 401.0] ], category: [4, 4, 0, 0] } }
数据字段
- image: 图片对象,包含图片信息
- width: 图片宽度
- height: 图片高度
- objects: 包含对象的元数据,包括:
- id: 标注ID
- area: 边界框面积
- bbox: 对象边界框(COCO格式)
- category: 对象类别
标注者信息
标注者为Roboflow用户。




