LongE2V-data
收藏资源简介:
LongE2V数据集是为SIGGRAPH 2026论文《LongE2V: 基于长时程事件流的视频重建、预测与帧插值视频扩散模型》构建的预处理数据集,旨在支持基于事件相机的视频生成任务。它包含四个子数据集:BS-ERGB、ECD、MVSEC和HQF,数据内容主要包括图像序列(PNG格式)和对应的体素网格表示(NPZ格式),部分数据还包含反向体素网格和文本提示文件。数据集经过预处理,可直接用于训练和评估LongE2V统一视频扩散框架在三个核心任务上的性能:事件流到视频的重建、未来视频预测以及视频帧插值。在任务分配上,重建和预测任务使用ECD、MVSEC和HQF子集,插值任务使用BS-ERGB和HQF子集。数据集按照标准目录结构组织,包含训练集和测试集划分,便于机器学习流程的集成。
The LongE2V dataset is a preprocessed dataset constructed for the SIGGRAPH 2026 paper LongE2V: A Unified Video Diffusion Framework for Event Stream to Video Reconstruction, Prediction, and Frame Interpolation. It aims to support video generation tasks based on event cameras. The dataset includes four subsets: BS-ERGB, ECD, MVSEC, and HQF. The data primarily consists of image sequences (in PNG format) and corresponding voxel grid representations (in NPZ format), with some data also containing reverse voxel grids and text prompt files. The dataset is preprocessed and can be directly used for training and evaluating the performance of the LongE2V unified video diffusion framework on three core tasks: event stream to video reconstruction, future video prediction, and video frame interpolation. In terms of task allocation, the reconstruction and prediction tasks use the ECD, MVSEC, and HQF subsets, while the interpolation task uses the BS-ERGB and HQF subsets. The dataset is organized according to a standard directory structure, including training and test set divisions, facilitating integration into machine learning workflows.
数据集概述:LongE2V-data
LongE2V-data 是为论文 LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models(SIGGRAPH 2026)提供的预处理数据集。
任务类别
- 图像到视频(image-to-video)
数据集组成
该数据集由以下四个子数据集构成,用于训练和评估三个任务:
- BS-ERGB
- ECD
- MVSEC
- HQF
数据用途
- 训练:每个训练序列需要
images/*.png(图像)、voxels/*.npz(体素)和cogvlm_prompts.txt(提示文本)文件。 - 重建与预测:使用
ECD、MVSEC和HQF子数据集。 - 帧插值:使用
BS-ERGB和HQF子数据集。
数据布局
下载后数据应按照以下目录结构组织:
- BS-ERGB:包含
train_set(含子序列的images/、voxels/、cogvlm_prompts.txt)和test_set(含子序列的images/、voxels/、voxels_reverse/)。 - ECD:每个序列包含
images_eval/和voxels_eval/。 - MVSEC:每个序列包含
images_eval/和voxels_eval/。 - HQF:每个序列包含
images/、voxels/和voxels_reverse/。
下载方式
使用 huggingface_hub CLI 工具:
-
下载全部数据集: bash hf download fansam39/LongE2V-data --repo-type dataset --local-dir data
-
下载单个数据集(如 ECD): bash hf download fansam39/LongE2V-data --repo-type dataset --local-dir data --include "ECD/*"
更多信息
- 项目页面:https://cdfan0627.github.io/LongE2V-page/
- 论文:https://huggingface.co/papers/2607.08770
- GitHub 仓库:https://github.com/cdfan0627/LongE2V




