Clean dataset card, link to code
#3
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
---
|
2 |
pretty_name: GenPhoto
|
3 |
-
---
|
4 |
-
This is the dataset for [Generative Photography](https://arxiv.org/abs/2412.02168), a framework for achieving realistic scene-consistent text-to-image generation with camera awareness
|
5 |
-
|
6 |
-
For more details, please check:
|
7 |
-
[arXiv](https://arxiv.org/abs/2412.02168)
|
8 |
-
[project page](https://generative-photography.github.io/project/)
|
9 |
-
|
10 |
-
|
11 |
-
---
|
12 |
license: cc-by-nc-nd-4.0
|
13 |
tags:
|
14 |
- text2image
|
15 |
-
- text2video
|
16 |
- camera-controlled
|
17 |
-
pretty_name: GenPhoto
|
18 |
size_categories:
|
19 |
- 1K<n<10K
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
pretty_name: GenPhoto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
license: cc-by-nc-nd-4.0
|
4 |
tags:
|
5 |
- text2image
|
|
|
6 |
- camera-controlled
|
|
|
7 |
size_categories:
|
8 |
- 1K<n<10K
|
9 |
+
library_name: diffusers
|
10 |
+
task_categories:
|
11 |
+
- text-to-image
|
12 |
+
---
|
13 |
+
|
14 |
+
This is the dataset for [Generative Photography: Scene-Consistent Camera Control for Realistic Text-to-Image Synthesis](https://huggingface.co/papers/2412.02168), a framework for achieving realistic scene-consistent text-to-image generation with camera awareness.
|
15 |
+
|
16 |
+
Code: https://github.com/YuYuan-Yu/Generative-Photography
|
17 |
+
|
18 |
+
For more details, please check:
|
19 |
+
[Project page](https://generative-photography.github.io/project/)
|