Parth Sarthi Srivastava commited on
Commit
f96e98f
·
1 Parent(s): cdf0449

Add pre-computed embeddings

Browse files

- image_embeddings.pt: 5000 image embeddings

- text_embeddings.pt: 25014 caption embeddings

- metadata.json: Dataset metadata

Files changed (3) hide show
  1. image_embeddings.pt +3 -0
  2. metadata.json +42 -0
  3. text_embeddings.pt +3 -0
image_embeddings.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c04459e02ae4364b915656d5f38b1769e728d84683cabfbd75f20e10979a659
3
+ size 10519497
metadata.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_images": 5000,
3
+ "num_captions": 25014,
4
+ "embedding_dim": 512,
5
+ "image_ids_sample": [
6
+ 179765,
7
+ 190236,
8
+ 331352,
9
+ 517069,
10
+ 182417,
11
+ 46378,
12
+ 93437,
13
+ 172330,
14
+ 472678,
15
+ 314251
16
+ ],
17
+ "image_paths_sample": [
18
+ "data/coco/images/val2017/000000179765.jpg",
19
+ "data/coco/images/val2017/000000190236.jpg",
20
+ "data/coco/images/val2017/000000331352.jpg",
21
+ "data/coco/images/val2017/000000517069.jpg",
22
+ "data/coco/images/val2017/000000182417.jpg",
23
+ "data/coco/images/val2017/000000046378.jpg",
24
+ "data/coco/images/val2017/000000093437.jpg",
25
+ "data/coco/images/val2017/000000172330.jpg",
26
+ "data/coco/images/val2017/000000472678.jpg",
27
+ "data/coco/images/val2017/000000314251.jpg"
28
+ ],
29
+ "captions_sample": [
30
+ "A black Honda motorcycle parked in front of a garage.",
31
+ "A Honda motorcycle parked in a grass driveway",
32
+ "An office cubicle with four different types of computers.",
33
+ "A small closed toilet in a cramped space.",
34
+ "Two women waiting at a bench next to a street.",
35
+ "A black Honda motorcycle with a dark burgundy seat.",
36
+ "A tan toilet and sink combination in a small room.",
37
+ "The home office space seems to be very cluttered.",
38
+ "A beautiful dessert waiting to be shared by two people",
39
+ "A woman sitting on a bench and a woman standing waiting for the bus."
40
+ ],
41
+ "captions_per_image": 5.0028
42
+ }
text_embeddings.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:246bd5b82b3f7de7f1479aba070e95caa25ed5630aaf41837af72ac9998abe8d
3
+ size 52984964