Update README.md
Browse files
README.md
CHANGED
|
@@ -73,10 +73,12 @@ A satellite image of baseball diamond, vehicle.
|
|
| 73 |
|
| 74 |
## TODO
|
| 75 |
|
| 76 |
-
- [ ] Release EarthSynth
|
|
|
|
| 77 |
- [x] Release EarthSynth-180K Dataset to 🤗 HuggingFace
|
| 78 |
|
| 79 |
## News
|
|
|
|
| 80 |
- [2025/8/7] EarthSynth-180K dataset is uploaded to 🤗 [HuggingFace](https://huggingface.co/datasets/jaychempan/EarthSynth-180K).
|
| 81 |
- [2025/5/20] Our paper of "EarthSynth: Generating Informative Earth Observation with Diffusion Models" is up on [arXiv](https://arxiv.org/abs/2505.12108).
|
| 82 |
|
|
@@ -185,6 +187,10 @@ image.save("generated_storage_tank.png")
|
|
| 185 |
Or you can infer locally:
|
| 186 |
```
|
| 187 |
python test.py --base_model path/to/stable-diffusion/ --controlnet_path path/to/earthsynth [--control_image_dir] [--output_dir] [--output_dir] [--category_txt_path] [--num_images]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 188 |
```
|
| 189 |
### Training Data Generation
|
| 190 |
|
|
|
|
| 73 |
|
| 74 |
## TODO
|
| 75 |
|
| 76 |
+
- [ ] Release EarthSynth Training Code
|
| 77 |
+
- [x] Release EarthSynth Models to 🤗 HuggingFace
|
| 78 |
- [x] Release EarthSynth-180K Dataset to 🤗 HuggingFace
|
| 79 |
|
| 80 |
## News
|
| 81 |
+
- [2025/10/30] EarthSynth Models is uploaded to 🤗 [HuggingFace](https://huggingface.co/jaychempan/EarthSynth).
|
| 82 |
- [2025/8/7] EarthSynth-180K dataset is uploaded to 🤗 [HuggingFace](https://huggingface.co/datasets/jaychempan/EarthSynth-180K).
|
| 83 |
- [2025/5/20] Our paper of "EarthSynth: Generating Informative Earth Observation with Diffusion Models" is up on [arXiv](https://arxiv.org/abs/2505.12108).
|
| 84 |
|
|
|
|
| 187 |
Or you can infer locally:
|
| 188 |
```
|
| 189 |
python test.py --base_model path/to/stable-diffusion/ --controlnet_path path/to/earthsynth [--control_image_dir] [--output_dir] [--output_dir] [--category_txt_path] [--num_images]
|
| 190 |
+
|
| 191 |
+
e.g.
|
| 192 |
+
|
| 193 |
+
python test.py --base_model ./weights/stable-diffusion-v1-5/ --controlnet_path ./weights/EarthSynth/controlnet --num_images 5 --control_image_dir ./demo/control/ --category_txt_path ./demo/class.txt --output_dir ./outputs
|
| 194 |
```
|
| 195 |
### Training Data Generation
|
| 196 |
|