Add paper, project, and code links; fix task category to image-to-video
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
---
|
| 10 |
|
| 11 |
# Dense2Sparse benchmark
|
| 12 |
|
|
|
|
|
|
|
| 13 |
The complete 600-clip evaluation benchmark from our study of classifier-free guidance in
|
| 14 |
on-policy distillation — 6 motion-difficulty buckets × 100, built on
|
| 15 |
[OpenHumanVid](https://huggingface.co/datasets/Owen777/HQ-OpenHumanVid).
|
|
@@ -101,4 +103,4 @@ The annotations, keypoints and split definitions are Apache-2.0.
|
|
| 101 |
600 clips of 81 frames each plus their captions, redistributed here so the benchmark is runnable
|
| 102 |
on its own. OpenHumanVid carries its own terms; if
|
| 103 |
you need the corpus itself, obtain it from its authors and comply with those. If you maintain
|
| 104 |
-
OpenHumanVid and would prefer these removed, open a discussion and we will.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
+
- image-to-video
|
| 5 |
tags:
|
| 6 |
+
- controllable-video-generation
|
| 7 |
+
- on-policy-distillation
|
| 8 |
+
- benchmark
|
| 9 |
---
|
| 10 |
|
| 11 |
# Dense2Sparse benchmark
|
| 12 |
|
| 13 |
+
[Paper](https://huggingface.co/papers/2607.24731) · [Project Page](https://rethinking-cfg-opd.github.io) · [Code](https://github.com/rethinking-cfg-opd/Rethinking-CFG-OPD) · [Checkpoints](https://huggingface.co/Cuttle-fish-my/Rethinking-CFG-OPD-ckpts)
|
| 14 |
+
|
| 15 |
The complete 600-clip evaluation benchmark from our study of classifier-free guidance in
|
| 16 |
on-policy distillation — 6 motion-difficulty buckets × 100, built on
|
| 17 |
[OpenHumanVid](https://huggingface.co/datasets/Owen777/HQ-OpenHumanVid).
|
|
|
|
| 103 |
600 clips of 81 frames each plus their captions, redistributed here so the benchmark is runnable
|
| 104 |
on its own. OpenHumanVid carries its own terms; if
|
| 105 |
you need the corpus itself, obtain it from its authors and comply with those. If you maintain
|
| 106 |
+
OpenHumanVid and would prefer these removed, open a discussion and we will.
|