Skip to content

Commit aa2184e

Browse files
committed
Added 100 samples from COCO for instant sampling 🥥
1 parent a18e08e commit aa2184e

File tree

205 files changed

+6
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+6
-2
lines changed

configs/coco_scene_images_transformer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data:
5151
train:
5252
target: taming.data.annotated_objects_coco.AnnotatedObjectsCoco
5353
params:
54-
data_path: data/coco
54+
data_path: data/coco_annotations_100
5555
split: train
5656
keys: [image, objects_bbox, file_name]
5757
no_tokens: 8192
@@ -66,7 +66,7 @@ data:
6666
validation:
6767
target: taming.data.annotated_objects_coco.AnnotatedObjectsCoco
6868
params:
69-
data_path: data/coco
69+
data_path: data/coco_annotations_100
7070
split: validation
7171
keys: [image, objects_bbox, file_name]
7272
no_tokens: 8192

data/coco_annotations_100/annotations/instances_train2017.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

data/coco_annotations_100/annotations/instances_val2017.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

data/coco_annotations_100/annotations/stuff_train2017.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

data/coco_annotations_100/annotations/stuff_val2017.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
146 KB
60.8 KB
80.4 KB
207 KB
181 KB

0 commit comments

Comments
 (0)