Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
size_categories:
|
| 8 |
+
- 100K<n<1M
|
| 9 |
+
---
|
| 10 |
+
# Image Reconstructions for CyclePrefDB-I2T
|
| 11 |
+
|
| 12 |
+
[Project page](https://cyclereward.github.io)
|
| 13 |
+
|
| 14 |
+
This dataset contains reconstruction images used to determine cycle consistency preferences for CyclePrefDB-I2T. You can find the corresponding file paths in the CyclePrefDB-I2T dataset [here](https://huggingface.co/datasets/carolineec/CyclePrefDB-I2T). Reconstructions are created using [Stable Diffusion 3 Medium](https://huggingface.co/stabilityai/stable-diffusion-3-medium).
|
| 15 |
+
|
| 16 |
+
## Preparing the reconstructions
|
| 17 |
+
|
| 18 |
+
You can download the test and validation split `.tar` files and extract them directly.
|
| 19 |
+
|
| 20 |
+
Use this script to extract the training files:
|
| 21 |
+
|
| 22 |
+
```
|
| 23 |
+
cat sda1.backup.tar.gz.* | tar xzvf -
|
| 24 |
+
```
|