Sonetto702
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
---
|
8 |
+
<br>
|
9 |
+
|
10 |
+
# AeroGen Model Card
|
11 |
+
|
12 |
+
This repo contains the models for our paper [**AeroGen: Enhancing Remote Sensing Object Detection with Diffusion-Driven Data Generation**](https://arxiv.org/abs/2411.15497).
|
13 |
+
|
14 |
+
|
15 |
+
## Model details
|
16 |
+
|
17 |
+
**Model type:**
|
18 |
+
|
19 |
+
AeroGen is the first model to simultaneously support horizontal and rotated bounding box condition generation, thus enabling the generation of high-quality synthetic images that meet specific layout and object category requirements.
|
20 |
+
|
21 |
+
**License:**
|
22 |
+
Apache 2.0 License
|
23 |
+
|
24 |
+
**Where to find inference code:**
|
25 |
+
https://github.com/Sonettoo/AeroGen
|
26 |
+
|
27 |
+
<br>
|