scene-genie/instagram-dataset-big
收藏Hugging Face2024-03-24 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/scene-genie/instagram-dataset-big
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: image
dtype: image
- name: user
dtype: string
- name: bounding_box
struct:
- name: image
struct:
- name: height
dtype: int64
- name: width
dtype: int64
- name: predictions
list:
- name: class
dtype: string
- name: class_id
dtype: int64
- name: confidence
dtype: float64
- name: detection_id
dtype: string
- name: height
dtype: float64
- name: width
dtype: float64
- name: x
dtype: float64
- name: y
dtype: float64
- name: processed
dtype: bool
- name: time
dtype: float64
- name: langsam
struct:
- name: boxes
sequence:
sequence: float64
- name: logits
sequence: float64
- name: masks
sequence:
sequence:
sequence: bool
- name: phrases
sequence: string
- name: processed
dtype: bool
- name: caption
dtype: string
splits:
- name: train
num_bytes: 5464737330.25
num_examples: 41775
download_size: 5414930625
dataset_size: 5464737330.25
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
提供机构:
scene-genie
原始信息汇总
数据集概述
数据集信息
特征
- image: 图像数据,数据类型为
image。 - user: 用户信息,数据类型为
string。 - bounding_box: 边界框信息,包含以下结构:
- image: 图像尺寸信息,包含:
- height: 图像高度,数据类型为
int64。 - width: 图像宽度,数据类型为
int64。
- height: 图像高度,数据类型为
- predictions: 预测信息列表,包含:
- class: 类别,数据类型为
string。 - class_id: 类别ID,数据类型为
int64。 - confidence: 置信度,数据类型为
float64。 - detection_id: 检测ID,数据类型为
string。 - height: 高度,数据类型为
float64。 - width: 宽度,数据类型为
float64。 - x: X坐标,数据类型为
float64。 - y: Y坐标,数据类型为
float64。
- class: 类别,数据类型为
- processed: 是否处理,数据类型为
bool。 - time: 时间,数据类型为
float64。
- image: 图像尺寸信息,包含:
- langsam: 包含以下结构:
- boxes: 序列,数据类型为
float64。 - logits: 序列,数据类型为
float64。 - masks: 序列,数据类型为
bool。 - phrases: 序列,数据类型为
string。 - processed: 是否处理,数据类型为
bool。
- boxes: 序列,数据类型为
- caption: 描述信息,数据类型为
string。
数据分割
- train: 训练集,包含 41775 个样本,数据大小为 5464737330.25 字节。
数据集大小
- 下载大小: 5414930625 字节。
- 数据集大小: 5464737330.25 字节。
配置
- default: 默认配置,包含训练集数据文件,路径为
data/train-*。



