OpenNLPLab/FAVDBench
收藏资源简介:
--- license: apache-2.0 language: - en - zh tags: - FAVD - FAVDBench - Video Description - Audio Description - Audible Video Description - Fine-grained Description size_categories: - 10K<n<100K --- <div align="center"> <h1> FAVDBench: Fine-grained Audible Video Description </h1> </div> <p align="center"> 🤗 <a href="https://huggingface.co/datasets/OpenNLPLab/FAVDBench" target="_blank">Hugging Face</a> • 🏠 <a href="https://github.com/OpenNLPLab/FAVDBench" target="_blank">GitHub</a> • 🤖 <a href="https://openxlab.org.cn/datasets/OpenNLPLab/FAVDBench" target="_blank">OpenDataLab</a> • 💬 <a href="https://forms.gle/5S3DWpBaV1UVczkf8" target="_blank">Apply Dataset</a> </p> [[`CVPR2023`]](https://openaccess.thecvf.com/content/CVPR2023/html/Shen_Fine-Grained_Audible_Video_Description_CVPR_2023_paper.html) [[`Project Page`]](http://www.avlbench.opennlplab.cn/papers/favd) [[`arXiv`]](https://arxiv.org/abs/2303.15616) [[`Demo`]](https://www.youtube.com/watch?v=iWJvTB-bTWk&ab_channel=OpenNLPLab)[[`BibTex`]](#Citation) [[`中文简介`]](https://mp.weixin.qq.com/s/_M57ZuOHH0UdwB6i9osqOA) - [Introduction 简介](#introduction-简介) - [Files 文件](#files-文件) - [MD5 checksum](#md5-checksum) - [Updates](#updates) - [License](#license) - [Citation](#citation) ## Introduction 简介 在CVPR2023中我们提出了精细化音视频描述任务(Fine-grained Audible Video Description, FAVD)该任务旨在提供有关可听视频的详细文本描述,包括每个对象的外观和空间位置、移动对象的动作以及视频中的声音。我们同是也为社区贡献了第一个精细化音视频描述数据集FAVDBench。对于每个视频片段,我们不仅提供一句话的视频概要,还提供4-6句描述视频的视觉细节和1-2个音频相关描述,且所有的标注都有中英文双语。 At CVPR2023, we introduced the task of Fine-grained Audible Video Description (FAVD). This task aims to provide detailed textual descriptions of audible videos, including the appearance and spatial positions of each object, the actions of moving objects, and the sounds within the video. Additionally, we contributed the first fine-grained audible video description dataset, FAVDBench, to the community. For each video segment, we offer not only a single-sentence video summary but also 4-6 sentences describing the visual details of the video and 1-2 audio-related descriptions, all annotated in both Chinese and English. ## Files 文件 * `meta`: metadata for raw videos * `train`, `val`, `test`: train, val, test split * `ytid`: youtube id * `start`: vid segments starting time in seconds * `end`: vid segments ending time in seconds * `videos` , `audios` : raw video and audio segments * `train` : train split * `val`: validation split * `test`: test split * **📢📢📢 Please refer to [Apply Dataset](https://forms.gle/5S3DWpBaV1UVczkf8) to get raw video/audio data** * `annotations_en.json` : annotated descirptions in English * `id`: unique data (video segment) id * `description`: audio-visual descriptioins * `annotations_en.json` : annotated descirptions in Chinese * `id`: unique data (video segment) id * `cap`, `des`: audio-visual descriptioins * `dcount`: count of descriptions * `experiments`: expiermental files to replicate the results outlined in the paper. * **📢📢📢 Please refer to [GitHub Repo](https://github.com/OpenNLPLab/FAVDBench) to get related data** ## MD5 checksum | file | md5sum | | :-------------------------: | :------------------------------: | | `videos/train.zip` | 41ddad46ffac339cb0b65dffc02eda65 | | `videos/val.zip` | 35291ad23944d67212c6e47b4cc6d619 | | `videos/test.zip` | 07046d205837d2e3b1f65549fc1bc4d7 | | `audios/train.zip` | 50cc83eebd84f85e9b86bbd2a7517f3f | | `audios/val.zip` | 73995c5d1fcef269cc90be8a8ef6d917 | | `audios/test.zip` | f72085feab6ca36060a0a073b31e8acc | ## Updates **Latest Version: Jan 9, 2023. Public V0.1** 1. v0.1 <Jan 9, 2023>: initial publication ## License The community usage of FAVDBench model & code requires adherence to [Apache 2.0](https://github.com/OpenNLPLab/FAVDBench/blob/main/LICENSE). The FAVDBench model & code supports commercial use. ## Citation If you use FAVD or FAVDBench in your research, please use the following BibTeX entry. ``` @InProceedings{Shen_2023_CVPR, author = {Shen, Xuyang and Li, Dong and Zhou, Jinxing and Qin, Zhen and He, Bowen and Han, Xiaodong and Li, Aixuan and Dai, Yuchao and Kong, Lingpeng and Wang, Meng and Qiao, Yu and Zhong, Yiran}, title = {Fine-Grained Audible Video Description}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2023}, pages = {10585-10596} } ```
--- 许可证:Apache 2.0 语言: - 英语 - 中文 标签: - FAVD - FAVDBench - 视频描述 - 音频描述 - 可听视频描述 - 细粒度描述 规模分类:10K < 样本数量 < 100K --- <div align="center"><h1>FAVDBench:精细化可听视频描述基准数据集</h1></div> <p align="center">🤗 <a href="https://huggingface.co/datasets/OpenNLPLab/FAVDBench" target="_blank">Hugging Face</a> • 🏠 <a href="https://github.com/OpenNLPLab/FAVDBench" target="_blank">GitHub</a> • 🤖 <a href="https://openxlab.org.cn/datasets/OpenNLPLab/FAVDBench" target="_blank">OpenDataLab</a> • 💬 <a href="https://forms.gle/5S3DWpBaV1UVczkf8" target="_blank">申请数据集</a></p> [[`CVPR2023`](https://openaccess.thecvf.com/content/CVPR2023/html/Shen_Fine-Grained_Audible_Video_Description_CVPR_2023_paper.html)] [[`项目主页`](http://www.avlbench.opennlplab.cn/papers/favd)] [[`arXiv预印本`](https://arxiv.org/abs/2303.15616)] [[`演示视频`](https://www.youtube.com/watch?v=iWJvTB-bTWk&ab_channel=OpenNLPLab)] [[`引用格式`](#Citation)] [[`中文简介`](https://mp.weixin.qq.com/s/_M57ZuOHH0UdwB6i9osqOA)] - [引言 简介](#introduction-简介) - [文件 目录](#files-文件) - [MD5校验和](#md5-checksum) - [更新记录](#updates) - [许可证](#license) - [引用](#citation) ## 引言 简介 在2023年CVPR会议中,我们提出了**精细化可听视频描述(Fine-grained Audible Video Description,简称FAVD)**任务,该任务旨在为可听视频提供详尽的文本描述,涵盖各对象的外观与空间位置、移动物体的动作,以及视频内的音频信息。同时,我们还为社区推出了首个精细化可听视频描述数据集FAVDBench。针对每个视频片段,我们不仅提供单句视频概要,还配备4-6句视频视觉细节描述以及1-2句音频相关描述,所有标注均包含中英文双语版本。 ## 文件 目录 * `meta`: 原始视频元数据 * `train`、`val`、`test`: 训练、验证、测试划分集 * `ytid`: YouTube视频ID * `start`: 视频片段的起始时间(单位:秒) * `end`: 视频片段的结束时间(单位:秒) * `videos`、`audios`: 原始视频与音频片段 * `train`: 训练划分集 * `val`: 验证划分集 * `test`: 测试划分集 * **📢📢📢 请通过[申请数据集](https://forms.gle/5S3DWpBaV1UVczkf8)获取原始音视频数据** * `annotations_en.json`: 英文标注描述文件 * `id`: 唯一的视频片段数据ID * `description`: 音视频描述内容 * `annotations_zh.json`: 中文标注描述文件 * `id`: 唯一的视频片段数据ID * `cap`、`des`: 音视频描述内容 * `dcount`: 描述条目数量 * `experiments`: 用于复现论文中实验结果的代码文件 * **📢📢📢 请前往[GitHub仓库](https://github.com/OpenNLPLab/FAVDBench)获取相关数据** ## MD5校验和 | 文件 | MD5校验和 | | :-------------------------: | :------------------------------: | | `videos/train.zip` | 41ddad46ffac339cb0b65dffc02eda65 | | `videos/val.zip` | 35291ad23944d67212c6e47b4cc6d619 | | `videos/test.zip` | 07046d205837d2e3b1f65549fc1bc4d7 | | `audios/train.zip` | 50cc83eebd84f85e9b86bbd2a7517f3f | | `audios/val.zip` | 73995c5d1fcef269cc90be8a8ef6d917 | | `audios/test.zip` | f72085feab6ca36060a0a073b31e8acc | ## 更新记录 **最新版本:2023年1月9日,公开V0.1版本** 1. v0.1(2023年1月9日):首次公开发布 ## 许可证 FAVDBench的模型与代码的社区使用需遵循[Apache 2.0](https://github.com/OpenNLPLab/FAVDBench/blob/main/LICENSE)协议,该数据集相关模型与代码支持商业用途。 ## 引用 如果您在研究中使用FAVD或FAVDBench,请使用以下BibTeX引用格式。 @InProceedings{Shen_2023_CVPR, author = {Shen, Xuyang and Li, Dong and Zhou, Jinxing and Qin, Zhen and He, Bowen and Han, Xiaodong and Li, Aixuan and Dai, Yuchao and Kong, Lingpeng and Wang, Meng and Qiao, Yu and Zhong, Yiran}, title = {Fine-Grained Audible Video Description}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2023}, pages = {10585-10596} }
FAVDBench: Fine-grained Audible Video Description
数据集概述
FAVDBench是一个精细化音视频描述数据集,旨在提供有关可听视频的详细文本描述,包括每个对象的外观和空间位置、移动对象的动作以及视频中的声音。该数据集由OpenNLPLab在CVPR2023中提出,并提供了中英文双语标注。
数据集内容
-
元数据:包含原始视频的元数据,分为训练集、验证集和测试集。
meta:train,val,test:数据分割ytid:YouTube视频IDstart:视频片段开始时间(秒)end:视频片段结束时间(秒)
-
视频和音频片段:原始视频和音频片段,分为训练集、验证集和测试集。
videos,audios:train,val,test:数据分割
-
标注文件:
annotations_en.json:英文标注描述id:唯一数据IDdescription:视听描述
annotations_zh.json:中文标注描述id:唯一数据IDcap,des:视听描述dcount:描述数量
-
实验文件:用于复现论文结果的实验文件。
experiments:
MD5校验和
| 文件 | MD5校验和 |
|---|---|
videos/train.zip |
41ddad46ffac339cb0b65dffc02eda65 |
videos/val.zip |
35291ad23944d67212c6e47b4cc6d619 |
videos/test.zip |
07046d205837d2e3b1f65549fc1bc4d7 |
audios/train.zip |
50cc83eebd84f85e9b86bbd2a7517f3f |
audios/val.zip |
73995c5d1fcef269cc90be8a8ef6d917 |
audios/test.zip |
f72085feab6ca36060a0a073b31e8acc |
更新记录
- 最新版本:2023年1月9日,Public V0.1
- v0.1 <2023年1月9日>:初始发布
许可证
FAVDBench模型和代码的使用需遵守Apache 2.0许可证,支持商业使用。
引用
如果使用FAVD或FAVDBench进行研究,请使用以下BibTeX条目:
@InProceedings{Shen_2023_CVPR, author = {Shen, Xuyang and Li, Dong and Zhou, Jinxing and Qin, Zhen and He, Bowen and Han, Xiaodong and Li, Aixuan and Dai, Yuchao and Kong, Lingpeng and Wang, Meng and Qiao, Yu and Zhong, Yiran}, title = {Fine-Grained Audible Video Description}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2023}, pages = {10585-10596} }




