semaj83 commited on
Commit
c34f664
·
1 Parent(s): b09c7b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ This is a dataset of image generating prompts containing objects and quantifiers such as:
6
+
7
+ `2 cell phones and 1 oven and 2 remotes`
8
+
9
+ The objects were a subset of 10 random objects taken from the COCO dataset: https://docs.ultralytics.com/datasets/detect/coco/#dataset-yaml
10
+
11
+ `mini_prompts.txt` contains the prompts, ~16k strings with 1-3 objects per image, 1-5 instances of the object per image
12
+
13
+ `coco_classes.txt` is the list of COCO objects sampled for the prompts
14
+
15
+ `create_prompts.py` is the python script used to generate the prompts, which can be rerun for a larger dataset or a different subset of classes if desired.
16
+
17
+