Francesco/gynecology-mri
收藏资源简介:
该数据集名为gynecology-mri,主要用于对象检测任务。数据集包含图像及其对象注释,图像格式为PIL.Image.Image,对象注释包括id、面积、边界框和类别等信息。数据集的创建者是通过众包方式完成的,语言为英语,数据规模在1K到10K之间。数据集的结构和字段信息在README中有详细描述,包括图像的宽度、高度以及对象的边界框元数据。此外,README还提供了数据集的许可信息和引用信息。
This dataset is named gynecology-mri, primarily used for object detection tasks. It includes images and their object annotations, where the images are in the format of PIL.Image.Image, and the object annotations contain information such as id, area, bounding boxes and categories. The dataset was developed via crowdsourcing, with English as the working language, and its scale ranges from 1,000 to 10,000 samples. The structure and field details of the dataset are elaborated in the README, including the width and height of the images as well as the bounding box metadata of the objects. Additionally, the README also provides the license and citation information for the dataset.
数据集概述
-
名称: gynecology-mri
-
任务类型: 对象检测
-
数据集结构:
- 特征:
image_id: 整数类型image: 图像类型width: 整数类型height: 整数类型objects: 序列类型,包含以下子特征:id: 整数类型area: 整数类型bbox: 序列类型,长度为4,浮点数类型category: 类别标签,包含以下名称:- 0: gynecology-MRI
- 1: 6W
- 2: 7W
- 3: EH
- 特征:
-
数据实例:
-
包含图像及其对象注释
-
示例:
{ 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: 图像IDimage:PIL.Image.Image对象,包含图像width: 图像宽度height: 图像高度objects: 字典,包含对象的边界框元数据id: 注释IDarea: 边界框区域bbox: 对象的边界框(COCO格式)category: 对象类别




