mikonvergence
commited on
Commit
·
c754541
1
Parent(s):
269a6a9
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- climate
|
9 |
+
size_categories:
|
10 |
+
- 100K<n<1M
|
11 |
+
---
|
12 |
+
# Dataset Card for LAION-EO
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
- **Point of Contact:** Mikolaj Czerkawski, [email protected]
|
17 |
+
|
18 |
+
### Dataset Summary
|
19 |
+
|
20 |
+
This dataset contains a subset of LAION-5B containing images that are likely to be satellite images. The procedure of acquiring and filtering the dataset has been described in (TBC).
|
21 |
+
|
22 |
+
## Dataset Structure
|
23 |
+
Each version of the dataset contains a .csv file with metadata with urls to images, which can be easily filtered. Note that the linked images could be copyrighted.
|
24 |
+
|
25 |
+
### Data Fields
|
26 |
+
|
27 |
+
|Field|Description|
|
28 |
+
|:---|:---|
|
29 |
+
|**source**| Index of the anchor sample |
|
30 |
+
|**url**| Link to the image |
|
31 |
+
|**filename**| Locally saved unique filename |
|
32 |
+
|**id**| Original ID |
|
33 |
+
|**fast_similarity**| Fast similarity to the anchor image computed with https://github.com/rom1504/clip-retrieval |
|
34 |
+
|**caption**| Text caption |
|
35 |
+
|**image_similarity**| CLIP similarity to the original anchor image |
|
36 |
+
|**text_similarity**| CLIP similarity to the text "a satellite image" |
|
37 |
+
|**height**| height of the image at url |
|
38 |
+
|**width**| Width of the image at url |
|
39 |
+
|**lang**| Language predicted using https://huggingface.co/papluca/xlm-roberta-base-language-detection |
|
40 |
+
|**lang_score**| A measure of confidence in the predicted language |
|
41 |
+
|
42 |
+
### Data Splits
|
43 |
+
|
44 |
+
No official splitting of the dataset is used.
|
45 |
+
|
46 |
+
## Dataset Creation
|
47 |
+
|
48 |
+
The creation of the prototype version is described in (TBC).
|
49 |
+
|
50 |
+
### Curation Rationale
|
51 |
+
|
52 |
+
Extraction of samples in LAION-5B relevant to Earth observation tasks.
|
53 |
+
|
54 |
+
### Source Data
|
55 |
+
|
56 |
+
Samples from the existing LAION-5B dataset (https://laion.ai/blog/laion-5b/).
|
57 |
+
|
58 |
+
### Discussion of Biases
|
59 |
+
|
60 |
+
Only contains satellite images openly uploaded online, which introduces a heavy bias towards satellite images used for communicating ideas on the internet.
|
61 |
+
|
62 |
+
### Citation Information
|
63 |
+
|
64 |
+
(TBC)
|
65 |
+
|
66 |
+
### Contributions
|
67 |
+
|
68 |
+
Design and Curation: Mikolaj Czerkawski
|