Aleksandar commited on
Commit
ff92a06
Β·
verified Β·
1 Parent(s): ab30004

Update README.md

Browse files

Added link to the original dataset on huggingface version and changed metadata

Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -57,16 +57,32 @@ size_categories:
57
  ---
58
 
59
  # EditCLIP: Representation Learning for Image Editing
60
- <div align="center">
61
 
62
- [πŸ“‘ Paper](https://arxiv.org/abs/2503.20318)
 
 
 
 
 
 
 
 
 
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
+ [![Paper](https://img.shields.io/badge/arXiv-2503.20318-b31b1b)](https://arxiv.org/abs/2503.20318)
64
+ [![Project Page](https://img.shields.io/badge/🌐-Project_Page-blue)](https://qianwangx.github.io/EditCLIP/)
65
+ [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/QianWangX/EditCLIP)
66
+ [![ICCV 2025](https://img.shields.io/badge/πŸ“·-Published_at_ICCV_2025-blue)](https://iccv2025.thecvf.com/)
67
+ <!-- [![ICCV](https://img.shields.io/badge/πŸ“·-Published_at_ICCV_2025-blue)](https://iccv2025.thecvf.com/)
68
+ [![CVF ICCV](https://img.shields.io/badge/IEEE_CVF-ICCV_2025-blue)](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
+ [![ICCV](https://img.shields.io/badge/πŸ“·-Published_at_ICCV_2025-blue)](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