five

driesverachtert/basic_shapes_object_detection

收藏
Hugging Face2024-03-27 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/driesverachtert/basic_shapes_object_detection
下载链接
链接失效反馈
官方服务:
资源简介:
--- language: - en license: apache-2.0 pretty_name: Basic Shapes Object Detection tags: - object-detection - simple - example - basic-geometric-shapes annotations_creators: - machine-generated task_categories: - object-detection dataset_info: features: - name: image_id dtype: int64 - name: image dtype: image - name: width dtype: int32 - name: height dtype: int32 - name: objects sequence: - name: id dtype: int64 - name: area dtype: int64 - name: bbox sequence: float32 length: 4 - name: category dtype: class_label: names: '0': Square '1': Circle '2': Triangle configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- # Basic Shapes Object Detection ## Description This Basic Shapes Object Detection dataset has been created to test fine-tuning of object detection models. Fine-tuning some model to detect the basic shapes should be rather easy: just a bit of training should be enough to get the model to do correct object detection quite fast. Each entry in the dataset has a RGB PNG image with a white background and 3 basic geometric shapes: * A blue square * A red circle * A green triangle All images have the same size. Each image has exactly 1 square, 1 circle and 1 triangle, with their fixed colors. Each entry in the dataset has consequently 3 bounding boxes. The shapes do not overlap.The category IDs are 0, 1 and 2, corresponding to the labels Square, Circle and Triangle. The dataset has exactly the same structure as the https://huggingface.co/datasets/cppe-5 dataset, but fine-tuning some model to this dataset with basic geometric shapes should require considerable less training compared to the cppe-5 dataset. Once you have tested your fine-tuning code on this dataset, it should also work on more complicated datasets such as the cppe-5 dataset. ![](https://github.com/DriesVerachtert/basic_shapes_object_detection_dataset/blob/main/examples.png) ## Links The Python code to generate the images can be found at https://github.com/DriesVerachtert/basic_shapes_object_detection_dataset The dataset can be downloaded from https://huggingface.co/datasets/driesverachtert/basic_shapes_object_detection ## Structure The bounding boxes are in COCO format (x_min, y_min, width, height). ## License This dataset is released under Apache 2.0. ## Usage ```python from datasets import load_dataset dataset = load_dataset("driesverachtert/basic_shapes_object_detection") ```
提供机构:
driesverachtert
原始信息汇总

Basic Shapes Object Detection 数据集概述

数据集基本信息

  • 名称: Basic Shapes Object Detection
  • 语言: 英语
  • 许可证: Apache-2.0
  • 标签: object-detection, simple, example, basic-geometric-shapes
  • 标注创建者: 机器生成
  • 任务类别: object-detection

数据集特征

  • 特征名称: image_id
    • 数据类型: int64
  • 特征名称: image
    • 数据类型: image
  • 特征名称: width
    • 数据类型: int32
  • 特征名称: height
    • 数据类型: int32
  • 特征名称: objects
    • 序列特征:
      • 名称: id
        • 数据类型: int64
      • 名称: area
        • 数据类型: int64
      • 名称: bbox
        • 序列: float32
        • 长度: 4
      • 名称: category
        • 数据类型:
          • 类别标签:
            • 名称:
              • 0: Square
              • 1: Circle
              • 2: Triangle

数据集结构

  • 配置名称: default
  • 数据文件:
    • 分割: train
      • 路径: data/train-*
    • 分割: test
      • 路径: data/test-*

数据集描述

  • 图像特征: 每个条目包含一个RGB PNG图像,背景为白色,包含三种基本几何形状:蓝色方形、红色圆形和绿色三角形。所有图像大小相同,每种形状各一个,颜色固定,且不重叠。每个条目包含三个边界框。
  • 类别ID: 0对应Square,1对应Circle,2对应Triangle。

使用示例

python from datasets import load_dataset dataset = load_dataset("driesverachtert/basic_shapes_object_detection")

5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作