OpenNLPLab commited on
Commit
c66f354
1 Parent(s): ac27008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +103 -0
README.md CHANGED
@@ -1,3 +1,106 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ tags:
7
+ - FAVD
8
+ - FAVDBench
9
+ - Video Description
10
+ - Audio Description
11
+ - Audible Video Description
12
+ - Fine-grained Description
13
+ size_categories:
14
+ - 10K<n<100K
15
  ---
16
+
17
+ <div align="center">
18
+ <h1>
19
+ FAVDBench: Fine-grained Audible Video Description
20
+ </h1>
21
+ </div>
22
+
23
+ <p align="center">
24
+ 🤗 <a href="https://huggingface.co/datasets/OpenNLPLab/FAVDBench" target="_blank">Hugging Face</a> •
25
+ 🏠 <a href="https://github.com/OpenNLPLab/FAVDBench" target="_blank">GitHub</a> •
26
+ 🤖 <a href="https://openxlab.org.cn/datasets/OpenNLPLab/FAVDBench" target="_blank">OpenDataLab</a> •
27
+ 💬 <a href="https://forms.gle/5S3DWpBaV1UVczkf8" target="_blank">Apply Dataset</a>
28
+ </p>
29
+
30
+
31
+ [[`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)
32
+
33
+ - [Introduction 简介](#introduction-简介)
34
+ - [Files 文件](#files-文件)
35
+ - [MD5 checksum](#md5-checksum)
36
+ - [Updates](#updates)
37
+ - [License](#license)
38
+ - [Citation](#citation)
39
+
40
+ ## Introduction 简介
41
+ 在CVPR2023中我们提出了精细化音视频描述任务(Fine-grained Audible Video Description, FAVD)该任务旨在提供有关可听视频的详细文本描述,包括每个对象的外观和空间位置、移动对象的动作以及视频中的声音。我们同是也为社区贡献了第一个精细化音视频描述数据集FAVDBench。对于每个视频片段,我们不仅提供一句话的视频概要,还提供4-6句描述视频的视觉细节和1-2个音频相关描述,且所有的标注都有中英文双语。
42
+
43
+ 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.
44
+
45
+
46
+ ## Files 文件
47
+ * `meta`: metadata for raw videos
48
+ * `train`, `val`, `test`: train, val, test split
49
+
50
+ * `videos` , `audios` : raw video and audio segments
51
+
52
+ * `train` : train split
53
+ * `val`: validation split
54
+ * `test`: test split
55
+ * **📢📢📢 Please refer to [Apply Dataset](https://forms.gle/5S3DWpBaV1UVczkf8) to get raw video/audio data**
56
+
57
+ * `annotations_en.json` : annotated descirptions in English
58
+
59
+ * `id`: unique data (video segment) id
60
+ * `description`: audio-visual descriptioins
61
+
62
+ * `annotations_en.json` : annotated descirptions in Chinese
63
+
64
+ * `id`: unique data (video segment) id
65
+ * `cap`, `des`: audio-visual descriptioins
66
+
67
+ * `dcount`: count of descriptions
68
+
69
+ * `experiments`: expiermental files to replicate the results outlined in the paper.
70
+ * **📢📢📢 Please refer to [GitHub Repo](https://github.com/OpenNLPLab/FAVDBench) to get related data**
71
+
72
+ ## MD5 checksum
73
+
74
+ | file | md5sum |
75
+ | :-------------------------: | :------------------------------: |
76
+ | `videos/train.zip` | 41ddad46ffac339cb0b65dffc02eda65 |
77
+ | `videos/val.zip` | 35291ad23944d67212c6e47b4cc6d619 |
78
+ | `videos/test.zip` | 07046d205837d2e3b1f65549fc1bc4d7 |
79
+ | `audios/train.zip` | 50cc83eebd84f85e9b86bbd2a7517f3f |
80
+ | `audios/val.zip` | 73995c5d1fcef269cc90be8a8ef6d917 |
81
+ | `audios/test.zip` | f72085feab6ca36060a0a073b31e8acc |
82
+
83
+
84
+
85
+ ## Updates
86
+
87
+ **Latest Version: Jan 9, 2022. Public V0.1**
88
+
89
+ 1. v0.1 <Jan 9, 2022>: initial publication
90
+
91
+ ## License
92
+ 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.
93
+
94
+ ## Citation
95
+ If you use FAVD or FAVDBench in your research, please use the following BibTeX entry.
96
+
97
+ ```
98
+ @InProceedings{Shen_2023_CVPR,
99
+ 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},
100
+ title = {Fine-Grained Audible Video Description},
101
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
102
+ month = {June},
103
+ year = {2023},
104
+ pages = {10585-10596}
105
+ }
106
+ ```