nielsr HF Staff commited on
Commit
63b1051
·
verified ·
1 Parent(s): 41cc179

Add paper link, code link, and task category

Browse files

This PR improves the dataset card by adding:
- The `image-to-video` task category to the YAML metadata.
- A link to the associated paper: "HighSync: High-Quality Lip Synchronization via Latent Diffusion Models".
- A link to the official GitHub repository for HighSync.
- Improved formatting for the information regarding the raw and cleaned versions of the VFHQ dataset.

Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -1,9 +1,20 @@
1
- # 1-RAW VERSION
 
 
 
 
 
 
 
 
 
 
 
2
  ### VFHQ dataset for Head-talking and Lip-syncing
3
 
4
- this is the dataset which contains raw videos of person talking in front.
5
 
6
- #### THe remian parts are available in :
7
 
8
  1-https://huggingface.co/datasets/saeed-5959/vfhq_2
9
 
@@ -20,7 +31,7 @@ this is the dataset which contains raw videos of person talking in front.
20
  7-https://huggingface.co/datasets/saeed-5959/vfhq_8
21
 
22
  ******************************************
23
- # 2-CLEANED VERSION
24
  Also I have another version which I cleaned them and did preprocessing to make it ready for training of lip sync models.
25
 
26
  ### Clean pipeline :
 
1
+ ---
2
+ task_categories:
3
+ - image-to-video
4
+ ---
5
+
6
+ # HighSync: VFHQ Dataset
7
+
8
+ This repository contains preprocessed versions of the VFHQ dataset used for the paper [HighSync: High-Quality Lip Synchronization via Latent Diffusion Models](https://huggingface.co/papers/2605.16918).
9
+
10
+ **Official Code**: [https://github.com/saeed5959/high_sync](https://github.com/saeed5959/high_sync)
11
+
12
+ ## 1-RAW VERSION
13
  ### VFHQ dataset for Head-talking and Lip-syncing
14
 
15
+ This is the dataset which contains raw videos of person talking in front.
16
 
17
+ #### The remaining parts are available in:
18
 
19
  1-https://huggingface.co/datasets/saeed-5959/vfhq_2
20
 
 
31
  7-https://huggingface.co/datasets/saeed-5959/vfhq_8
32
 
33
  ******************************************
34
+ ## 2-CLEANED VERSION
35
  Also I have another version which I cleaned them and did preprocessing to make it ready for training of lip sync models.
36
 
37
  ### Clean pipeline :