christophm commited on
Commit
2abc0fd
1 Parent(s): 3a62d69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -9,13 +9,13 @@ license: apache-2.0
9
 
10
  <!-- Provide a quick summary of the dataset. -->
11
 
12
- We downloaded satellite images from Major-TOM, filtered for Germany, and processed them into vector embeddings.
13
 
14
  ## Datasource Details
15
  | | Value |
16
  |---------------|-----------------------------------------|
17
  | Datasource | Major-TOM/Core-S2L2A |
18
- | Region | box(5.98865807458, 47.3024876979, 15.0169958839, 54.983104153) (Covers whole of Germany) |
19
  | Date Range | ('2020-01-01', '2025-01-01') |
20
  | Cloud Cover | (0, 10) |
21
  | No Data | (0.0, 0.0) |
@@ -32,23 +32,27 @@ This dataset shows the relationship between our embeddings/vectors and Major TOM
32
 
33
  **Embedding.dat**
34
 
35
- This dataset has the vector embeddings calculated by us.
36
 
37
- What we did was:
38
 
39
- a) to vectorise the entire Major-TOM image data for Europe;
40
 
41
- b) used the OPENCLIP_SIGLIP_400M on the Quasara Platform for embedding generation
42
 
43
- c) no pre-training, no labelling happened in the preparation of this dataset
 
 
44
 
45
  ## Uses
46
 
 
 
47
  <!-- Address questions around how the dataset is intended to be used. -->
48
 
49
  # MajorTOM-Europe Dataset
50
 
51
- The **MajorTOM-Europe dataset** provides embeddings derived from high-resolution satellite images of the Europe region, generated using the OpenCLIP SigLIP model. These embeddings, extracted from images covering a range of geographic coordinates across Germany, provide a powerful tool for various applications.
52
 
53
  ## Dataset Information
54
 
@@ -67,6 +71,8 @@ The MajorTOM-Europe dataset can be utilized for various applications, including:
67
  - Track deforestation
68
  - Observe urban expansion
69
  - Monitor water body dynamics
 
 
70
 
71
  - **Precision Agriculture:**
72
  - Analyze crop health
 
9
 
10
  <!-- Provide a quick summary of the dataset. -->
11
 
12
+ We downloaded satellite images from Major-TOM, provided by the European Space Agency, filtered for Europe, and used our vectorisation engine 'Synapsis' to extract vector embeddings with one of the latest embedding model.
13
 
14
  ## Datasource Details
15
  | | Value |
16
  |---------------|-----------------------------------------|
17
  | Datasource | Major-TOM/Core-S2L2A |
18
+ | Region | box(5.98865807458, 47.3024876979, 15.0169958839, 54.983104153) (Covers whole of Europe) |
19
  | Date Range | ('2020-01-01', '2025-01-01') |
20
  | Cloud Cover | (0, 10) |
21
  | No Data | (0.0, 0.0) |
 
32
 
33
  **Embedding.dat**
34
 
35
+ This dataset entails the vector embeddings calculated by Quasara.
36
 
37
+ What we did on our side is:
38
 
39
+ a) download the Major-TOM dataset and filter it for images showing Europe;
40
 
41
+ b) vectorising the entire Major-TOM image data;
42
 
43
+ c) using the OPENCLIP_SIGLIP_400M and our scalable Vectorisation Engine 'Synapsis' for embedding extraction.
44
+
45
+ There was no pre-training, labelling or finetuning happening to prepare the vector embeddings of the Major TOM dataset.
46
 
47
  ## Uses
48
 
49
+ Potential use cases for the dataset we came up with is the data exploration of the data using text prompts, image prompts, unsupervised clustering of images, building a RAG or even building a chat bot on top of the vector embeddings.
50
+ What can you come up with to build?
51
  <!-- Address questions around how the dataset is intended to be used. -->
52
 
53
  # MajorTOM-Europe Dataset
54
 
55
+ The **MajorTOM-Europe dataset** provides embeddings derived from high-resolution satellite images of the Europe region, generated using the OpenCLIP SigLIP model. These embeddings, extracted from images covering a range of geographic coordinates across Europe, provide a powerful tool for various applications.
56
 
57
  ## Dataset Information
58
 
 
71
  - Track deforestation
72
  - Observe urban expansion
73
  - Monitor water body dynamics
74
+ - Finding countless objects from airports, golf courses to wind farms
75
+
76
 
77
  - **Precision Agriculture:**
78
  - Analyze crop health