okigan/mbt_0
收藏Hugging Face2023-11-06 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/okigan/mbt_0
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: image
dtype: image
- name: width
dtype: int64
- name: height
dtype: int64
- name: objects
struct:
- name: bbox
sequence:
sequence: int64
- name: categories
sequence:
class_label:
names:
'0': mtb
splits:
- name: train
num_bytes: 18453888.0
num_examples: 97
download_size: 18392269
dataset_size: 18453888.0
---
# Dataset Card for "mbt_0"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
The dataset configuration includes a default setup with data files located at data/train-*, intended for the training set. The dataset features include images (image), image width (width), image height (height), and objects (objects), where objects consist of bounding boxes (bbox) and categories (categories). The dataset is divided into a training set with 97 samples, totaling 18453888 bytes in size.
提供机构:
okigan
原始信息汇总
数据集概述
配置
- 默认配置名称:default
- 数据文件路径:data/train-*
数据集信息
特征
- image:图像数据类型
- width:整数类型,表示图像宽度
- height:整数类型,表示图像高度
- objects:结构化数据类型,包含以下子特征:
- bbox:整数序列类型,表示边界框
- categories:类别标签序列类型,包含以下类别:
- 0:mtb
数据分割
- train:训练集
- 字节数:18453888.0
- 样本数:97
数据大小
- 下载大小:18392269
- 数据集大小:18453888.0



