Datasets:
Update README.md
Browse filesAdded link to the original dataset on huggingface version and changed metadata
README.md
CHANGED
|
@@ -57,16 +57,32 @@ size_categories:
|
|
| 57 |
---
|
| 58 |
|
| 59 |
# EditCLIP: Representation Learning for Image Editing
|
| 60 |
-
<div
|
| 61 |
|
| 62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
[π» Project Page](https://qianwangx.github.io/EditCLIP/)
|
| 64 |
[π Github](https://github.com/QianWangX/EditCLIP)
|
|
|
|
|
|
|
| 65 |
|
| 66 |
</div>
|
| 67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
## π Introduction
|
| 69 |
-
The **TOP-Bench-X** dataset offers **Query** and **Exemplar** image pairs tailored for exemplar-based image editing. We built it by adapting the TOP-Bench dataset from [InstructBrush](https://royzhao926.github.io/InstructBrush/). Specifically, we use the original training split to generate exemplar images and the test split to supply their corresponding queries. In total, TOP-Bench-X comprises **1,277** samples, including **257** distinct exemplars and **124** unique queries.
|
| 70 |
|
| 71 |
<img src="assets/teaser_editclip.png" alt="Teaser figure of EditCLIP" width="100%">
|
| 72 |
|
|
|
|
| 57 |
---
|
| 58 |
|
| 59 |
# EditCLIP: Representation Learning for Image Editing
|
| 60 |
+
<div>
|
| 61 |
|
| 62 |
+
|
| 63 |
+
[](https://arxiv.org/abs/2503.20318)
|
| 64 |
+
[](https://qianwangx.github.io/EditCLIP/)
|
| 65 |
+
[](https://github.com/QianWangX/EditCLIP)
|
| 66 |
+
[](https://iccv2025.thecvf.com/)
|
| 67 |
+
<!-- [](https://iccv2025.thecvf.com/)
|
| 68 |
+
[](https://iccv2025.thecvf.com/) -->
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
<!-- [π Paper](https://arxiv.org/abs/2503.20318)
|
| 72 |
[π» Project Page](https://qianwangx.github.io/EditCLIP/)
|
| 73 |
[π Github](https://github.com/QianWangX/EditCLIP)
|
| 74 |
+
[](https://iccv2025.thecvf.com/) -->
|
| 75 |
+
|
| 76 |
|
| 77 |
</div>
|
| 78 |
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
|
| 84 |
## π Introduction
|
| 85 |
+
The **TOP-Bench-X** dataset offers **Query** and **Exemplar** image pairs tailored for exemplar-based image editing. We built it by adapting the TOP-Bench dataset from [InstructBrush](https://royzhao926.github.io/InstructBrush/) (also uploaded huggingface version at [Aleksandar/InstructBrush-Bench](https://huggingface.co/datasets/Aleksandar/InstructBrush-Bench)). Specifically, we use the original training split to generate exemplar images and the test split to supply their corresponding queries. In total, TOP-Bench-X comprises **1,277** samples, including **257** distinct exemplars and **124** unique queries.
|
| 86 |
|
| 87 |
<img src="assets/teaser_editclip.png" alt="Teaser figure of EditCLIP" width="100%">
|
| 88 |
|