inie2003 commited on
Commit
31be0cd
·
verified ·
1 Parent(s): 5876c1c

Updated README.md with andrei fixes

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -33,7 +33,7 @@ What we did was:
33
 
34
  a) to vectorise the entire Major-TOM image data for Germany;
35
 
36
- b) used our algorithms and models (OPENCLIP_SIGLIP_400M)
37
 
38
  c) no pre-training, no labelling happened in the preparation of this dataset
39
 
@@ -99,9 +99,9 @@ The MajorTOM-DE dataset can be utilized for various applications, including:
99
  |---------------|-----------------------------------------------------------------------------------------------------|
100
  | ID | ID of the image/image part for which the embedding was calculated. |
101
  | dat_row | Row in the .dat file that can be used to match the embeddings to the MajorTOM datasets via metadata.paraquet dataset. |
102
- | image_type | Specifies whether it is a Full image or a Splits image. Each image is split into 70 segments and vectorized. Splits image refers to a segment. |
103
  | coordinates | Coordinates in the image that define the segment that was vectorized. Full images have no coordinates. |
104
- | split_configs | Explains how the images were split into segments. Full images have no split configs, but Splits images are all auto extra tiles with a default split setting of 70. |
105
  | embeddings | Vectors calculated from the image/image segment. |
106
 
107
 
 
33
 
34
  a) to vectorise the entire Major-TOM image data for Germany;
35
 
36
+ b) used the OPENCLIP_SIGCLIP_400M on the Quasara Platform for embedding generation
37
 
38
  c) no pre-training, no labelling happened in the preparation of this dataset
39
 
 
99
  |---------------|-----------------------------------------------------------------------------------------------------|
100
  | ID | ID of the image/image part for which the embedding was calculated. |
101
  | dat_row | Row in the .dat file that can be used to match the embeddings to the MajorTOM datasets via metadata.paraquet dataset. |
102
+ | image_type | Each image is split into 70 segments and vectorized. |
103
  | coordinates | Coordinates in the image that define the segment that was vectorized. Full images have no coordinates. |
104
+ | split_configs | Quasara auto split configuration |
105
  | embeddings | Vectors calculated from the image/image segment. |
106
 
107