Add links to paper, project page, GitHub repository, and citation
Browse filesThis PR updates the dataset card of AMOD by adding links to the corresponding paper (G-MAD), the project page, and the GitHub repository. It also includes the BibTeX citation for easy referencing.
README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
pretty_name: "AMOD: Aerial Multi-view Object Detection"
|
| 4 |
-
task_categories:
|
| 5 |
-
- object-detection
|
| 6 |
size_categories:
|
| 7 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# AMOD: A Large-scale Benchmark for RGB-T Multi-view Aerial Military Object Detection
|
| 11 |
|
|
|
|
|
|
|
| 12 |
- Dataset overview:
|
| 13 |

|
| 14 |
- (a) Sample images with annotations from our AMOD dataset.
|
|
@@ -40,4 +42,15 @@ size_categories:
|
|
| 40 |
|—— 📁 AMOD-T
|
| 41 |
~~~
|
| 42 |
- Note that RGB and thermal modalities are perfectly aligned, with identical image counts, instance counts, and bounding box annotations in our benchmark.
|
| 43 |
-
- To facilitate modality-specific usage (e.g., RGB-only or thermal-only research), RGB and thermal (T) data are stored in separate directories, each containing identical annotations. Consequently, annotations from either EO or IR can be used interchangeably for the same scene.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
| 3 |
size_categories:
|
| 4 |
- 10K<n<100K
|
| 5 |
+
task_categories:
|
| 6 |
+
- object-detection
|
| 7 |
+
pretty_name: 'AMOD: Aerial Multi-view Object Detection'
|
| 8 |
---
|
| 9 |
|
| 10 |
# AMOD: A Large-scale Benchmark for RGB-T Multi-view Aerial Military Object Detection
|
| 11 |
|
| 12 |
+
[Project Page](https://unique-chan.github.io/G-MAD-Project) | [Paper](https://huggingface.co/papers/2607.19942) | [GitHub](https://github.com/unique-chan/G-MAD)
|
| 13 |
+
|
| 14 |
- Dataset overview:
|
| 15 |

|
| 16 |
- (a) Sample images with annotations from our AMOD dataset.
|
|
|
|
| 42 |
|—— 📁 AMOD-T
|
| 43 |
~~~
|
| 44 |
- Note that RGB and thermal modalities are perfectly aligned, with identical image counts, instance counts, and bounding box annotations in our benchmark.
|
| 45 |
+
- To facilitate modality-specific usage (e.g., RGB-only or thermal-only research), RGB and thermal (T) data are stored in separate directories, each containing identical annotations. Consequently, annotations from either EO or IR can be used interchangeably for the same scene.
|
| 46 |
+
|
| 47 |
+
## Citation
|
| 48 |
+
|
| 49 |
+
```bibtex
|
| 50 |
+
@inproceedings{G-MAD2026,
|
| 51 |
+
title={G-MAD: A Game-Based Data Generation Framework for Multi-View RGB-T Aerial Object Detection},
|
| 52 |
+
author={Kim, Yechan and Park, JongHyun and Yoon, Dongho and Jung, Namhoon and Jeon, Moongu},
|
| 53 |
+
year={2026},
|
| 54 |
+
booktitle={ACM International Conference on Multimedia}
|
| 55 |
+
}
|
| 56 |
+
```
|