Add dataset card for HighSync (VFHQ)
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-to-video
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# HighSync: VFHQ (Preprocessed)
|
| 7 |
+
|
| 8 |
+
This repository contains preprocessed videos from the VFHQ dataset, specifically curated for the **HighSync** framework.
|
| 9 |
+
|
| 10 |
+
- **Paper:** [HighSync: High-Quality Lip Synchronization via Latent Diffusion Models](https://huggingface.co/papers/2605.16918)
|
| 11 |
+
- **GitHub:** [https://github.com/saeed5959/high_sync](https://github.com/saeed5959/high_sync)
|
| 12 |
+
|
| 13 |
+
## Description
|
| 14 |
+
|
| 15 |
+
HighSync is an end-to-end diffusion-based framework for high-fidelity lip synchronization that generates photorealistic talking-face videos at 512x512 resolution.
|
| 16 |
+
|
| 17 |
+
The videos in this repository have been preprocessed based on the approach described in the paper to ensure high quality and to eliminate data leakage phenomena that previously undermined temporal modeling in lip sync tasks. This specific collection focuses on the VFHQ dataset.
|
| 18 |
+
|
| 19 |
+
Other datasets preprocessed for HighSync include:
|
| 20 |
+
- [Celebv-HQ](https://huggingface.co/datasets/saeed-5959/celebv_hq_head_talking)
|
| 21 |
+
- [HDTF](https://huggingface.co/datasets/saeed-5959/hdtf)
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
|
| 25 |
+
To download the dataset using Git LFS:
|
| 26 |
+
|
| 27 |
+
```bash
|
| 28 |
+
git lfs install
|
| 29 |
+
git clone https://huggingface.co/datasets/saeed-5959/vfhq
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
## Acknowledgements
|
| 33 |
+
|
| 34 |
+
This work is mainly based on the [EchoMimic](https://github.com/antgroup/echomimic) work. We would like to thank the contributors to the EchoMimic, AnimateDiff, Moore-AnimateAnyone, and MuseTalk repositories for their open research. We are also grateful to V-Express and hallo for their outstanding work in diffusion-based talking heads.
|