j-min commited on
Commit
b62a568
1 Parent(s): 6d5a1f6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: object-detection
3
+ ---
4
+
5
+ DETR-R101-DC5 object detector, finetuned on PaintSkills Dataset for visual reasoning skill evaluation of text-to-image generation models.
6
+
7
+ Please check https://github.com/j-min/DallEval/tree/main/paintskills for the instruction for running skill evaluation with the DETR model.
8
+
9
+ - Paper: [DALL-Eval: Probing the Reasoning Skills and Social Biases of Text-to-Image Generation Models (ICCV 2023)](https://arxiv.org/abs/2202.04053)
10
+ - Authors: Jaemin Cho, Abhay Zala, Mohit Bansal
11
+
12
+ ```bibtex
13
+ @inproceedings{Cho2023DallEval,
14
+ title = {DALL-Eval: Probing the Reasoning Skills and Social Biases of Text-to-Image Generation Models},
15
+ author = {Jaemin Cho and Abhay Zala and Mohit Bansal},
16
+ year = {2023},
17
+ booktitle = {ICCV},
18
+ }
19
+ ```