You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

UE Editing Dataset

UE Editing Dataset 是一个面向视频编辑任务的多模态数据集,由视频素材和相应的文本配对标注组成。

数据组成

  • video_archives/:未压缩 TAR 视频分片。每个归档对应原始数据中的一个一级目录,并完整保留内部路径,例如 v.tar 中包含 v/0/...v/1/...v/2/...
  • pairing_prompts/:视频编辑任务的 JSON 文本配对文件;augmented/ 存放增强后的文本配对数据。
  • SHA256SUMS:归档文件的 SHA-256 校验值。

使用方式

下载所需归档并解包:

tar -xf video_archives/v.tar

读取 pairing_prompts/ 中的 JSON 文件,并依据其中的路径或标识关联对应视频。TAR 分片可通过标准 TAR 工具顺序读取,也便于后续构建流式数据加载流程。

使用本数据集时,请遵守原始视频素材的许可条件,并仅将数据用于合规的研究和开发用途。

Downloads last month
13