drogozhang commited on
Commit
a94a039
1 Parent(s): e507b66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -33,14 +33,19 @@ size_categories:
33
 
34
  # Dataset Card for Dataset Name
35
 
 
 
 
 
 
36
 
37
- ## Dataset Summary
38
 
39
  MagicBrush is the first large-scale, manually-annotated instruction-guided image editing dataset covering diverse scenarios single-turn, multi-turn, mask-provided, and mask-free editing. MagicBrush comprises 10K (source image, instruction, target image) triples, which is sufficient to train large-scale image editing models.
40
 
41
  Please check our [website](https://osu-nlp-group.github.io/MagicBrush/) to explore more visual results.
42
 
43
- ## Dataset Structure
44
  "img_id" (str): same from COCO id
45
 
46
  "turn_index" (int32): the edit turn in the image
 
33
 
34
  # Dataset Card for Dataset Name
35
 
36
+ ## Dataset Description
37
+ **Homepage:** https://osu-nlp-group.github.io/MagicBrush
38
+ **Repository:** https://github.com/0SU-NLP-Group/MagicBrush
39
+ <!-- **Paper:** https://arxiv.org/abs/2306.06070 -->
40
+ **Point of Contact:** [Kai Zhang](mailto:zhang.13253@osu.edu)
41
 
42
+ ### Dataset Summary
43
 
44
  MagicBrush is the first large-scale, manually-annotated instruction-guided image editing dataset covering diverse scenarios single-turn, multi-turn, mask-provided, and mask-free editing. MagicBrush comprises 10K (source image, instruction, target image) triples, which is sufficient to train large-scale image editing models.
45
 
46
  Please check our [website](https://osu-nlp-group.github.io/MagicBrush/) to explore more visual results.
47
 
48
+ #### Dataset Structure
49
  "img_id" (str): same from COCO id
50
 
51
  "turn_index" (int32): the edit turn in the image