Datasets:
Updated README.md with andrei fixes
Browse files
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
|
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 |
|
103 |
| coordinates | Coordinates in the image that define the segment that was vectorized. Full images have no coordinates. |
|
104 |
-
| split_configs |
|
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 |
|