Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,9 @@ The objects were a subset of 10 random objects taken from the COCO dataset of 80
|
|
11 |
|
12 |
`mini_prompts.txt` contains the prompts, ~16k strings with 1-3 objects per image, 1-5 instances of the object per image
|
13 |
|
|
|
|
|
|
|
14 |
`coco_classes.txt` is the list of COCO objects sampled for the prompts
|
15 |
|
16 |
`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.
|
|
|
11 |
|
12 |
`mini_prompts.txt` contains the prompts, ~16k strings with 1-3 objects per image, 1-5 instances of the object per image
|
13 |
|
14 |
+
`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
|
15 |
+
|
16 |
+
|
17 |
`coco_classes.txt` is the list of COCO objects sampled for the prompts
|
18 |
|
19 |
`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.
|