tianleliphoebe commited on
Commit
0d0b962
1 Parent(s): b208094

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -2
README.md CHANGED
@@ -9,15 +9,43 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- ##DreamEditBench for Subject Replacement task and Subject Addition task.
 
 
 
 
 
 
13
 
14
  The goal of subject replacement is to replace a subject from a source image with a customized subject. In contrast, the aim of the subject addition task is to add a customized
15
  subject to a desired position in the source image.
16
 
 
 
17
  To standardize the evaluation of the two proposed tasks, we curate a new benchmark, i.e. DreamEditBench, consisting of 22 subjects in alignment with DreamBooth with 20 images for each subject correspondingly. For the subject replacement task, we collect 10 images for each type, which include same-typed source subjects in diverse environments as shown in Figure 6a. The images are retrieved from the
18
  internet with the search query “a photo of [Class name]”, and the source subject should be the main subject in
19
  the image which dominates a major part of the photo. For the subject addition task, we collect 10 reasonable
20
  backgrounds for each type of subject. In the meantime, we manually designate the
21
  specific location the target subject should be placed with a bounding box in the background. To collect the
22
  specific backgrounds for each subject, we first brainstorm and list the possible common environments of the
23
- subjects, then we search the listed keywords from the internet to retrieve and pick the backgrounds
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - n<1K
10
  ---
11
 
12
+ ## DreamEditBench for Subject Replacement task and Subject Addition task.
13
+
14
+ ## Dataset Description
15
+ - **Homepage:** https://dreameditbenchteam.github.io
16
+ - **Repository:** https://github.com/DreamEditTeam/DreamEdit
17
+ <!-- **Paper:** https://arxiv.org/abs/2306.12624 -->
18
+ - **Point of Contact:** [Tianle Li](t29li@uwaterloo.ca)
19
 
20
  The goal of subject replacement is to replace a subject from a source image with a customized subject. In contrast, the aim of the subject addition task is to add a customized
21
  subject to a desired position in the source image.
22
 
23
+ ## Data Collection
24
+
25
  To standardize the evaluation of the two proposed tasks, we curate a new benchmark, i.e. DreamEditBench, consisting of 22 subjects in alignment with DreamBooth with 20 images for each subject correspondingly. For the subject replacement task, we collect 10 images for each type, which include same-typed source subjects in diverse environments as shown in Figure 6a. The images are retrieved from the
26
  internet with the search query “a photo of [Class name]”, and the source subject should be the main subject in
27
  the image which dominates a major part of the photo. For the subject addition task, we collect 10 reasonable
28
  backgrounds for each type of subject. In the meantime, we manually designate the
29
  specific location the target subject should be placed with a bounding box in the background. To collect the
30
  specific backgrounds for each subject, we first brainstorm and list the possible common environments of the
31
+ subjects, then we search the listed keywords from the internet to retrieve and pick the backgrounds
32
+
33
+ ## Data Structure
34
+
35
+ There are 22 subject folders in each task folder respectively. In each subject folder, there are 10 source images. For Subject Addition task, there is an additional bbox.json file recording the manually labeled bounding box for each background.
36
+ The replacement_subset.csv and addition_subset.csv record the easy/hard subset division for each task correspondingly.
37
+
38
+ ## Citation Information
39
+
40
+ If you find this dataset useful, please consider citing our paper:
41
+
42
+ ```
43
+ @misc{li2023dreamedit,
44
+ title={DreamEdit: Subject-driven Image Editing},
45
+ author={Tianle Li and Max Ku and Cong Wei and Wenhu Chen},
46
+ year={2023},
47
+ eprint={2306.12624},
48
+ archivePrefix={arXiv},
49
+ primaryClass={cs.CV}
50
+ }
51
+ ```