tarun-menta commited on
Commit
f68c2ce
·
verified ·
1 Parent(s): 382f304

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -10,9 +10,14 @@ size_categories:
10
  - 1K<n<10K
11
  ---
12
 
13
- # Exemplar-Based Image Editing Dataset
14
 
15
- A curated dataset of ~1,500 samples for evaluating exemplar-based image editing methods, as presented in our [WACV'25 paper](https://openaccess.thecvf.com/content/WACV2025/html/Srivastava_ReEdit_Multimodal_Exemplar-Based_Image_Editing_WACV_2025_paper.html)
 
 
 
 
 
16
 
17
  ## Dataset Structure
18
 
@@ -24,7 +29,7 @@ Each sample contains 4 images representing an exemplar edit pair:
24
 
25
  ## Dataset Description
26
 
27
- This dataset was carefully curated from IP2P samples, with manual visual inspection to ensure high quality. The edit operation demonstrated on (x_original → x_edited) should be applicable to (y_original → y_edited).
28
 
29
  **Format**: (x, x_edit, y, y_edit) tuples
30
  **Size**: ~1,500 samples
 
10
  - 1K<n<10K
11
  ---
12
 
13
+ # ReEdit-Bench: Benchmark Dataset for Exemplar-Based Image Editing
14
 
15
+ A curated dataset of ~1,500 samples for evaluating exemplar-based image editing methods, as presented in our paper - **ReEdit: Multimodal Exemplar-Based Image Editing with Diffusion Models** - at WACV'25
16
+
17
+ [![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://reedit-diffusion.github.io/) [![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b)](https://arxiv.org/abs/2411.03982) [![GitHub](https://img.shields.io/badge/GitHub-Code-181717?logo=github)](https://github.com/reedit-diffusion/reedit-diffusion)
18
+
19
+
20
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/675d4f54dfdaa78daabe8e71/G1G1laTDtfd598f_z7t6v.jpeg" alt="reedit_overview" width="800"/>
21
 
22
  ## Dataset Structure
23
 
 
29
 
30
  ## Dataset Description
31
 
32
+ This dataset was carefully curated from InstructP2P samples, with manual visual inspection to ensure high quality. The edit operation demonstrated on (x_original → x_edited) should be applicable to (y_original → y_edited).
33
 
34
  **Format**: (x, x_edit, y, y_edit) tuples
35
  **Size**: ~1,500 samples