Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -10,3 +10,14 @@ size_categories:
|
|
10 |
# TEdBench++
|
11 |
|
12 |
This dataset contains the TEdBench++ an image-to-image benchmark for text-based generative models. It contains original images (originals) and edited images (LEdits++) for benchmarking. ``tedbench++.csv`` contains the text-based edit instructions for the respective original image and parameters to reproduce the edited images with LEdits++.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
# TEdBench++
|
11 |
|
12 |
This dataset contains the TEdBench++ an image-to-image benchmark for text-based generative models. It contains original images (originals) and edited images (LEdits++) for benchmarking. ``tedbench++.csv`` contains the text-based edit instructions for the respective original image and parameters to reproduce the edited images with LEdits++.
|
13 |
+
|
14 |
+
consider citing our work
|
15 |
+
|
16 |
+
```bibtex
|
17 |
+
@inproceedings{brack2024ledits,
|
18 |
+
year = { 2024 },
|
19 |
+
booktitle = { Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) },
|
20 |
+
author = { Manuel Brack and Felix Friedrich and Katharina Kornmeier and Linoy Tsaban and Patrick Schramowski and Kristian Kersting and Apolinaros Passos },
|
21 |
+
title = { LEDITS++: Limitless Image Editing using Text-to-Image Models }
|
22 |
+
}
|
23 |
+
```
|