File size: 872 Bytes
b179dbf
 
2744032
b179dbf
c34f664
 
 
 
 
fb05f61
c34f664
 
 
d71e24d
 
 
c34f664
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: mit
viewer: false
---

This is a dataset of image generating prompts containing objects and quantifiers such as:

`2 cell phones and 1 oven and 2 remotes`

The objects were a subset of 10 random objects taken from the COCO dataset of 80-1 (79 classes): https://docs.ultralytics.com/datasets/detect/coco/#dataset-yaml

`mini_prompts.txt` contains the prompts, ~16k strings with 1-3 objects per image, 1-5 instances of the object per image

`mini_prompts_v2.txt` contains another subset of easier prompts excluding objects used in `mini_prompts.txt`, ~4k strings with 1-2 objects per image, 1-3 instances of the object per image


`coco_classes.txt` is the list of COCO objects sampled for the prompts

`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.