alexthomas4/highsub-segmentation
收藏Hugging Face2024-05-07 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/alexthomas4/highsub-segmentation
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
dataset_info:
features:
- name: image_url
dtype: string
- name: rle_mask
struct:
- name: counts
sequence: int64
- name: size
sequence: int64
- name: point
struct:
- name: foreground
dtype: bool
- name: x
dtype: int64
- name: y
dtype: int64
- name: points
list:
- name: foreground
dtype: bool
- name: x
dtype: int64
- name: y
dtype: int64
- name: character
dtype: string
- name: show
dtype: string
- name: image
dtype: image
- name: mask
dtype: image
- name: subtitle_id
dtype: string
- name: bounding_box
struct:
- name: height
dtype: int64
- name: width
dtype: int64
- name: x
dtype: int64
- name: y
dtype: int64
- name: id
dtype: string
splits:
- name: train
num_bytes: 2276163631.36
num_examples: 1534
download_size: 1169304927
dataset_size: 2276163631.36
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
提供机构:
alexthomas4
原始信息汇总
数据集概述
许可证
- 许可证类型:Apache 2.0
数据集信息
- 特征列表:
image_url:图片链接,数据类型为字符串。rle_mask:RLE编码的掩码,包含以下结构:counts:整数序列,数据类型为int64。size:整数序列,数据类型为int64。
point:点信息,包含以下结构:foreground:前景标志,数据类型为布尔值。x:x坐标,数据类型为int64。y:y坐标,数据类型为int64。
points:点列表,包含以下结构:foreground:前景标志,数据类型为布尔值。x:x坐标,数据类型为int64。y:y坐标,数据类型为int64。
character:字符信息,数据类型为字符串。show:展示信息,数据类型为字符串。image:图片,数据类型为图像。mask:掩码,数据类型为图像。subtitle_id:字幕ID,数据类型为字符串。bounding_box:边界框信息,包含以下结构:height:高度,数据类型为int64。width:宽度,数据类型为int64。x:x坐标,数据类型为int64。y:y坐标,数据类型为int64。
id:标识符,数据类型为字符串。
数据分割
- 训练集:
- 名称:train
- 字节数:2276163631.36
- 样本数:1534
数据集大小
- 下载大小:1169304927字节
- 数据集大小:2276163631.36字节
配置
- 默认配置:
- 配置名称:default
- 数据文件路径:data/train-*



