five

keremberke/csgo-object-detection

收藏
Hugging Face2023-01-27 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/keremberke/csgo-object-detection
下载链接
链接失效反馈
官方服务:
资源简介:
--- task_categories: - object-detection tags: - roboflow - roboflow2huggingface --- <div align="center"> <img width="640" alt="keremberke/csgo-object-detection" src="https://huggingface.co/datasets/keremberke/csgo-object-detection/resolve/main/thumbnail.jpg"> </div> ### Dataset Labels ``` ['ct', 'cthead', 't', 'thead'] ``` ### Number of Images ```json {'train': 3879, 'valid': 383, 'test': 192} ``` ### How to Use - Install [datasets](https://pypi.org/project/datasets/): ```bash pip install datasets ``` - Load the dataset: ```python from datasets import load_dataset ds = load_dataset("keremberke/csgo-object-detection", name="full") example = ds['train'][0] ``` ### Roboflow Dataset Page [https://universe.roboflow.com/asd-culfr/wlots/dataset/1](https://universe.roboflow.com/asd-culfr/wlots/dataset/1?ref=roboflow2huggingface) ### Citation ``` @misc{ wlots_dataset, title = { wlots Dataset }, type = { Open Source Dataset }, author = { asd }, howpublished = { \\url{ https://universe.roboflow.com/asd-culfr/wlots } }, url = { https://universe.roboflow.com/asd-culfr/wlots }, journal = { Roboflow Universe }, publisher = { Roboflow }, year = { 2022 }, month = { may }, note = { visited on 2023-01-27 }, } ``` ### License CC BY 4.0 ### Dataset Summary This dataset was exported via roboflow.com on December 28, 2022 at 8:08 PM GMT Roboflow is an end-to-end computer vision platform that helps you * collaborate with your team on computer vision projects * collect & organize images * understand unstructured image data * annotate, and create datasets * export, train, and deploy computer vision models * use active learning to improve your dataset over time It includes 4454 images. Ct-cthead-t-thead are annotated in COCO format. The following pre-processing was applied to each image: * Auto-orientation of pixel data (with EXIF-orientation stripping) * Resize to 416x416 (Fill (with center crop)) The following augmentation was applied to create 3 versions of each source image: * Random brigthness adjustment of between -15 and +15 percent

### 任务类别 - 目标检测(object-detection) ### 标签 - 罗波弗洛(roboflow) - roboflow2huggingface --- <div align="center"> <img width="640" alt="keremberke/反恐精英:全球攻势(CS:GO)目标检测数据集" src="https://huggingface.co/datasets/keremberke/csgo-object-detection/resolve/main/thumbnail.jpg"> </div> ### 数据集标签 ['反恐队员(CT)', '反恐队员头部(CTHead)', '恐怖队员(T)', '恐怖队员头部(THead)'] ### 图像数量 json { "训练集": 3879, "验证集": 383, "测试集": 192 } ### 使用方法 - 安装datasets库: bash pip install datasets - 加载数据集: python from datasets import load_dataset ds = load_dataset("keremberke/csgo-object-detection", name="full") example = ds['train'][0] ### 罗波弗洛(Roboflow)数据集页面 [https://universe.roboflow.com/asd-culfr/wlots/dataset/1](https://universe.roboflow.com/asd-culfr/wlots/dataset/1?ref=roboflow2huggingface) ### 引用格式 bibtex @misc{ wlots_dataset, title = { wlots数据集 }, type = { 开源数据集 }, author = { asd }, howpublished = { url{ https://universe.roboflow.com/asd-culfr/wlots } }, url = { https://universe.roboflow.com/asd-culfr/wlots }, journal = { Roboflow 宇宙 }, publisher = { Roboflow }, year = { 2022 }, month = { 5月 }, note = { 于2023年1月27日访问 }, } ### 许可证 知识共享署名4.0(CC BY 4.0) ### 数据集摘要 本数据集于2022年12月28日格林尼治标准时间20:08通过roboflow.com导出。 罗波弗洛(Roboflow)是一款端到端的计算机视觉平台,可助力用户完成以下操作: * 与团队协作开展计算机视觉项目 * 收集并整理图像素材 * 解析非结构化图像数据 * 完成标注并构建数据集 * 导出、训练并部署计算机视觉模型 * 通过主动学习随时间迭代优化数据集 该数据集总计包含4454张图像,以COCO(COCO)格式标注了反恐队员、反恐队员头部、恐怖队员、恐怖队员头部四类目标。 已对每张图像执行以下预处理操作: * 像素数据自动校正(去除EXIF方向信息) * 调整尺寸至416×416(采用居中裁剪填充模式) 为生成每张源图像的3个增强版本,执行了以下数据增强操作: * 随机调整亮度,调整幅度范围为-15%至+15%
提供机构:
keremberke
原始信息汇总

数据集概述

任务类别

  • 目标检测

标签

  • ct
  • cthead
  • t
  • thead

图像数量

  • 训练集:3879张
  • 验证集:383张
  • 测试集:192张

使用方法

  1. 安装 datasets 库: bash pip install datasets

  2. 加载数据集: python from datasets import load_dataset ds = load_dataset("keremberke/csgo-object-detection", name="full") example = ds[train][0]

引用

@misc{wlots_dataset, title = {wlots Dataset}, type = {Open Source Dataset}, author = {asd}, howpublished = {url{https://universe.roboflow.com/asd-culfr/wlots}}, url = {https://universe.roboflow.com/asd-culfr/wlots}, journal = {Roboflow Universe}, publisher = {Roboflow}, year = {2022}, month = {may}, note = {visited on 2023-01-27}, }

许可证

CC BY 4.0

数据集摘要

  • 数据集通过 roboflow.com 于 2022 年 12 月 28 日 20:08 GMT 导出。
  • 包含 4454 张图像。
  • 图像标签以 COCO 格式标注。
  • 预处理步骤包括:
    • 自动调整像素方向(去除 EXIF 方向)
    • 调整大小至 416x416(中心裁剪填充)
  • 数据增强包括:
    • 随机亮度调整,范围在 -15% 到 +15% 之间
搜集汇总
数据集介绍
main_image_url
背景与挑战
背景概述
该数据集是一个用于CSGO(Counter-Strike: Global Offensive)游戏的目标检测数据集,包含4454张图像,标注了'ct'、'cthead'、't'和'thead'四个类别。图像经过预处理调整为416x416尺寸,并应用了随机亮度增强,以COCO格式标注,适用于训练计算机视觉模型进行玩家和头部检测。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务