数据集:

Francesco/wine-labels

语言:

en

计算机处理:

monolingual

大小:

1K<n<10K

语言创建人:

found

批注创建人:

crowdsourced

源数据集:

original

其他:

rf100

许可:

cc
英文

wine-labels的数据集卡片

** 原始COCO数据集存储在 dataset.tar.gz 中 **

数据集摘要

wine-labels

支持的任务和排行榜

  • 目标检测:可以使用该数据集训练目标检测模型。

语言

英语

数据集结构

数据实例

数据点包括图像及其对象注释。

{
  '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:图像id
  • 图像:PIL.Image.Image对象,包含图像。请注意,在访问图像列时:dataset[0]["image"]会自动解码图像文件。解码大量图像文件可能需要相当长的时间。因此,首先查询样本索引是很重要的,即dataset[0]["image"]应始终优先于dataset["image"][0]
  • 宽度:图像宽度
  • 高度:图像高度
  • 对象:包含图像上存在的物体的边界框元数据的字典
    • id:注释id
    • area:边界框的面积
    • bbox:物体的边界框(以 coco 格式表示)
    • category:物体的类别。
谁是注释者?

注释者是Roboflow的用户

其他信息

许可信息

请参见原始主页 https://universe.roboflow.com/object-detection/wine-labels

引用信息

@misc{ wine-labels,
    title = { wine labels Dataset },
    type = { Open Source Dataset },
    author = { Roboflow 100 },
    howpublished = { \url{ https://universe.roboflow.com/object-detection/wine-labels } },
    url = { https://universe.roboflow.com/object-detection/wine-labels },
    journal = { Roboflow Universe },
    publisher = { Roboflow },
    year = { 2022 },
    month = { nov },
    note = { visited on 2023-03-29 },
}"

贡献

感谢 @mariosasko 添加该数据集。