数据集:

Francesco/soccer-players-5fuqs

语言:

en

计算机处理:

monolingual

大小:

1K<n<10K

语言创建人:

found

批注创建人:

crowdsourced

源数据集:

original

其他:

rf100

许可:

cc
英文

soccer-players-5fuqs 数据集卡片

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

数据集概要

soccer-players-5fuqs

支持的任务和排行榜

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

语言

英语

数据集结构

数据实例

一个数据点包括一张图像和其对象的注释。

{
  '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]
  }
}

数据字段

  • 图像:图像ID
  • 图像:包含图像的PIL.Image.Image对象。请注意,访问图像列时:dataset[0]["image"] 图像文件会自动解码。解码大量图像文件可能需要很长时间。因此,在 "image" 列之前首先查询样本索引非常重要,即 dataset[0]["image"] 应始终优于 dataset ["image"] [0]
  • 宽度:图像的宽度
  • 高度:图像的高度
  • 对象:一个包含图像上存在的对象的边界框元数据的字典
    • id:注释ID
    • area:边界框的面积
    • bbox:对象的边界框(以 coco 格式)
    • category:对象的类别。
现在请回答以下问题:谁是注释者?

注释者是Roboflow用户

附加信息

许可信息

请参阅原始主页 https://universe.roboflow.com/object-detection/soccer-players-5fuqs

引用信息

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

贡献

感谢 @mariosasko 添加了这个数据集。