floschne commited on
Commit
7b4f170
·
verified ·
1 Parent(s): ce085dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -93,10 +93,18 @@ url={https://openreview.net/forum?id=Q93yqpfECQ}
93
 
94
  ## Download Images
95
  To get the images:
96
- 1. Download all image parts `images/images.tar.gz.part*`
97
  2. Join the parts into a single archive file `cat images/images.tar.gz.part* > images/images.tar.gz`
98
  3. Extract the archive `tar xvzf images.tar.gz`
99
 
 
 
 
 
 
 
 
 
100
  ## Columns
101
 
102
  | ColumnId | Description | Datatype |
 
93
 
94
  ## Download Images
95
  To get the images:
96
+ 1. Download all image parts from `images` directory.
97
  2. Join the parts into a single archive file `cat images/images.tar.gz.part* > images/images.tar.gz`
98
  3. Extract the archive `tar xvzf images.tar.gz`
99
 
100
+ ## Download Pre-computed Embeddings
101
+ To get the embeddings:
102
+ 1. Download all image parts from the `features` directory. `frcnn_feats` are Faster-R-CNN Features, `clip_ViT-B-16` are CLIP embeddings. For more information, please refer to the paper.
103
+ 2.1. Join the parts into a single archive file `cat features/clip_ViT-B-16_embs.tar.gz.part_* > features/clip_ViT-B-16_embs.tar.gz`
104
+ 2.2. Join the parts into a single archive file `cat features/frcnn_feats.tar.gz.part_* > features/frcnn_feats.tar.gz`
105
+ 3.1. Extract the archive `tar xvzf features/clip_ViT-B-16_embs.tar.gz`
106
+ 3.2. Extract the archive `tar xvzf features/frcnn_feats.tar.gz`
107
+
108
  ## Columns
109
 
110
  | ColumnId | Description | Datatype |