File size: 2,924 Bytes
ea38d28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# [ViCo Dataset] Responsive Listening Head Generation: A Benchmark Dataset and Baseline

[[Homepage]](https://project.mhzhou.com/vico)
[[Paper]](https://arxiv.org/abs/2112.13548)
[[Code]](https://github.com/dc3ea9f/vico_challenge_baseline)
[[Dataset]](https://1drv.ms/u/s!Ag220j2nXkVsxS0IOdIKNs_ZTOX-?e=3GQ0yG)

[[Challenge]](https://project.mhzhou.com/vico-challenge/)



## Data Download



[OneDrive]()



## Guidelines



The dataset consists of three parts:



- `videos/*.mp4`: all videos without audio track



- `audios/*.wav`: all audios



- `*.csv`: return meta data about all videos/audios



  | Name                   | Type | Description                             |

  | ---------------------- | ---- | --------------------------------------- |

  | attitude               | str  | Attitude of video, possible values: [positive, negative, neutral] |

  | audio                   | str  | Audio filename, can be located by `audios/{audio}.wav`            |

  | listener             | str  | Listener video filename, can be located by `videos/{listener}.mp4`   |

  | speaker | str  | Speaker video filename, can be located by `videos/{speaker}.mp4` |

  | listener_id | int  | ID of listener, value ranges in `[0, 91]` |
  | speaker_id | int  | ID of speaker, value ranges in `[0, 91]` |

  | data_split | str | The data split of current record, possible values: [train, test, ood] |

## Terms and Conditions

The dataset users have requested permission to use the ViCo database. In exchange for such permission, the users hereby agree to the following terms and conditions:

- The database can only be used for non-commercial research and educational purposes.
- The authors of the database make no representations or warranties regarding the Database, including but not limited to warranties of non-infringement or fitness for a particular purpose.
- You accepts full responsibility for your use of the Database and shall defend and indemnify the Authors of ViCo, against any and all claims arising from your use of the Database, including but not limited to your use of any copies of copyrighted images that you may create from the Database.
- You may provide research associates and colleagues with access to the Database provided that they first agree to be bound by these terms and conditions.
- If you are employed by a for-profit, commercial entity, your employer shall also be bound by these terms and conditions, and you hereby represents that you are authorized to enter into this agreement on behalf of such employer.

## Citation

```plain

@InProceedings{zhou2022responsive,

    title={Responsive Listening Head Generation: A Benchmark Dataset and Baseline},

    author={Zhou, Mohan and Bai, Yalong and Zhang, Wei and Yao, Ting and Zhao, Tiejun and Mei, Tao},

    booktitle={Proceedings of the European conference on computer vision (ECCV)},

    year={2022}

}

```