Update README.md
Browse files
README.md
CHANGED
|
@@ -35,4 +35,18 @@ image = pipe(prompt,
|
|
| 35 |
guidance_scale=4.0).images[0]
|
| 36 |
|
| 37 |
image.save("circular.png")
|
| 38 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
guidance_scale=4.0).images[0]
|
| 36 |
|
| 37 |
image.save("circular.png")
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
## Citation
|
| 41 |
+
If you find this paper useful in your research, please consider citing:
|
| 42 |
+
```
|
| 43 |
+
@ARTICLE{10988859,
|
| 44 |
+
author={Liu, Chenyang and Chen, Keyan and Zhao, Rui and Zou, Zhengxia and Shi, Zhenwei},
|
| 45 |
+
journal={IEEE Geoscience and Remote Sensing Magazine},
|
| 46 |
+
title={Text2Earth: Unlocking text-driven remote sensing image generation with a global-scale dataset and a foundation model},
|
| 47 |
+
year={2025},
|
| 48 |
+
volume={},
|
| 49 |
+
number={},
|
| 50 |
+
pages={2-23},
|
| 51 |
+
doi={10.1109/MGRS.2025.3560455}}
|
| 52 |
+
```
|