迁移分享:使用人工智能由文本生成遥感影像,智能扩图
Go to file
xiaoyuan1996 886c883561 update
2023-05-06 22:21:59 +08:00
assets updated 2023-05-06 17:26:26 +08:00
configs update 2023-05-06 22:21:59 +08:00
data update 2023-05-06 22:21:59 +08:00
ldm update 2023-05-06 22:21:59 +08:00
models first commit 2023-05-06 17:04:03 +08:00
scripts first commit 2023-05-06 17:04:03 +08:00
LICENSE first commit 2023-05-06 17:04:03 +08:00
main.py first commit 2023-05-06 17:04:03 +08:00
README.md updated 2023-05-06 17:36:18 +08:00
requirements.txt first commit 2023-05-06 17:04:03 +08:00
setup.py first commit 2023-05-06 17:04:03 +08:00

Stable Diffusion for Remote Sensing Image Generation

Author: Zhiqiang yuan @ AIR CAS, Send a Email

Welcome 👍Fork and Star👍, then we'll let you know when we update

-------------------------------------------------------------------------------------

A simple project for text-to-image remote sensing image generation, and we will release the code of using multiple text to control regions for super-large RS image generation later. Also welcome to see the project of image-condition fake sample generation in TGRS, 2023.

Environment configuration

Follow and thanks original training repo .

Pretrained weights

We used RS image-text dataset RSITMD as training data and fine-tuned stable diffusion for 10 epochs with 1 x A100 GPU. When the batchsize is 4, the GPU memory consumption is about 40+ Gb during training, and about 20+ Gb during sampling. The pretrain weights is realesed at last-pruned.ckpt.

Using

Samling

Download the pretrain weights last-pruned.ckpt to current dir, and run with:

python scripts/txt2img.py \
    --prompt 'Some boats drived in the sea' \
    --outdir 'outputs/RS' \
    --H 512 --W 512 \
    --n_samples 4 \
    --config 'configs/stable-diffusion/RSITMD.yaml' \
    --ckpt './last-pruned.ckpt'

Traing

We will update the train code ASAP.

Examples

Caption: Some boats drived in the sea. ./assets/shows1.png

Caption: A lot of cars parked in the airport. ./assets/shows2.png

Caption: A large number of vehicles are parked in the parking lot, next to the bare desert. ./assets/shows3.png

Caption: There is a church in a dark green forest with two table tennis courts next to it. ./assets/shows4.png