Commit
·
8cc5cc4
1
Parent(s):
1274245
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ size_categories:
|
|
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
|
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.
|
@@ -63,13 +63,16 @@ Samples from the existing LAION-5B dataset (https://laion.ai/blog/laion-5b/).
|
|
63 |
Only contains satellite images openly uploaded online, which introduces a heavy bias towards satellite images used for communicating ideas on the internet.
|
64 |
|
65 |
### Citation Information
|
66 |
-
|
67 |
```latex
|
68 |
@inproceedings{LAION_EO,
|
69 |
-
title
|
70 |
-
author
|
71 |
-
|
72 |
-
|
|
|
|
|
|
|
73 |
}
|
74 |
```
|
75 |
|
|
|
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 https://arxiv.org/abs/2309.15535.
|
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.
|
|
|
63 |
Only contains satellite images openly uploaded online, which introduces a heavy bias towards satellite images used for communicating ideas on the internet.
|
64 |
|
65 |
### Citation Information
|
66 |
+
The workshop paper presented at the DataComp workshop during ICCV 2023 is available at https://arxiv.org/abs/2309.15535.
|
67 |
```latex
|
68 |
@inproceedings{LAION_EO,
|
69 |
+
title={From LAION-5B to LAION-EO: Filtering Billions of Images Using Anchor Datasets for Satellite Image Extraction},
|
70 |
+
author={Mikolaj Czerkawski and Alistair Francis},
|
71 |
+
year={2023},
|
72 |
+
eprint={2309.15535},
|
73 |
+
archivePrefix={arXiv},
|
74 |
+
primaryClass={cs.CV}
|
75 |
+
booktitle = {"Towards the Next Generation of Computer Vision Datasets: DataComp Track" Workshop at the IEEE/CVF International Conference on Computer Vision (ICCV)}
|
76 |
}
|
77 |
```
|
78 |
|