alexthomas4/highsub-detection
收藏Hugging Face2024-02-14 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/alexthomas4/highsub-detection
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: image
dtype: image
- name: id
dtype: string
- name: image_id
dtype: int64
- name: width
dtype: int64
- name: height
dtype: int64
- name: objects
struct:
- name: area
sequence: int64
- name: bbox
sequence:
sequence: int64
- name: category
sequence: string
- name: category_id
sequence: int64
- name: id
sequence: string
splits:
- name: train
num_bytes: 1010292103.0
num_examples: 695
download_size: 1010305730
dataset_size: 1010292103.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
提供机构:
alexthomas4
原始信息汇总
数据集概述
数据集特征
- image: 图像数据,数据类型为
image。 - id: 字符串类型的标识符。
- image_id: 整数类型的图像标识符。
- width: 整数类型的图像宽度。
- height: 整数类型的图像高度。
- objects: 结构化数据,包含以下子特征:
- area: 整数序列,表示对象的面积。
- bbox: 整数序列的序列,表示对象的边界框。
- category: 字符串序列,表示对象的类别。
- category_id: 整数序列,表示对象类别的标识符。
- id: 字符串序列,表示对象的标识符。
数据集划分
- train: 训练集,包含 695 个样本,占用 1010292103.0 字节。
数据集大小
- 下载大小: 1010305730 字节。
- 数据集大小: 1010292103.0 字节。
配置信息
- default: 默认配置,包含训练集数据文件路径为
data/train-*。



