sonup/vehicles
收藏Hugging Face2023-11-27 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/sonup/vehicles
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-4.0
dataset_info:
features:
- name: filename
dtype: string
- name: width
dtype: int64
- name: height
dtype: int64
- name: class
dtype: int64
- name: xmin
dtype: int64
- name: ymin
dtype: int64
- name: xmax
dtype: int64
- name: ymax
dtype: int64
splits:
- name: train
num_bytes: 38668
num_examples: 397
download_size: 13698
dataset_size: 38668
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
提供机构:
sonup
原始信息汇总
数据集概述
许可证
- 该数据集遵循CC BY 4.0许可证。
数据集信息
特征
- filename: 文件名,数据类型为字符串。
- width: 图像宽度,数据类型为int64。
- height: 图像高度,数据类型为int64。
- class: 类别,数据类型为int64。
- xmin: 边界框左上角x坐标,数据类型为int64。
- ymin: 边界框左上角y坐标,数据类型为int64。
- xmax: 边界框右下角x坐标,数据类型为int64。
- ymax: 边界框右下角y坐标,数据类型为int64。
数据分割
- train: 训练集,包含38668字节的数据和397个样本。
数据大小
- 下载大小: 13698字节
- 数据集大小: 38668字节
配置
- default: 默认配置,包含训练集数据文件路径为
data/train-*。



