AMOD / README.md
nielsr's picture
nielsr HF Staff
Add links to paper, project page, GitHub repository, and citation
c0f681b verified
|
Raw
History Blame
2.44 kB
---
license: mit
size_categories:
- 10K<n<100K
task_categories:
- object-detection
pretty_name: 'AMOD: Aerial Multi-view Object Detection'
---
# AMOD: A Large-scale Benchmark for RGB-T Multi-view Aerial Military Object Detection
[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)
- Dataset overview:
![AMOD](https://unique-chan.github.io/AMOD-Project/static/images/Homepage-fig1.jpg)
- (a) Sample images with annotations from our AMOD dataset.
- (b) Comparison of the AMOD dataset with existing RGB-T aerial object detection benchmarks.
- Dataset structure:
- After download this repository, please unzip `AMOD-RGB.zip` and `AMOD-T.zip`.
~~~
|—— 📁 AMOD
|—— 📁 AMOD-RGB
|—— 📁 train
|—— 📁 train_imgs
|—— 📁 0000 // scenario number
|—— 🖼️ EO_0000_0.jpg // image at look angle 0 for scenario "0000"
|—— 🖼️ EO_0000_10.jpg
...
|—— 🖼️ EO_0000_50.jpg
|—— ...
|—— 📁 train_labels_v1.2
|—— 📄 ANNOTATION-EO_0000_0.csv // annotation file for "EO_0000_0.jpg"
|—— 📄 ANNOTATION-EO_0000_10.csv
...
|—— 📁 test
|—— 📁 test_imgs
|—— 📁 test_labels_v1.2
|—— 📄 train.txt // scenario number list for train split
|—— 📄 val.txt // scenario number list for validation split
|—— 📄 test.txt // scenario number list for test split
|—— 📁 AMOD-T
~~~
- Note that RGB and thermal modalities are perfectly aligned, with identical image counts, instance counts, and bounding box annotations in our benchmark.
- 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.
## Citation
```bibtex
@inproceedings{G-MAD2026,
title={G-MAD: A Game-Based Data Generation Framework for Multi-View RGB-T Aerial Object Detection},
author={Kim, Yechan and Park, JongHyun and Yoon, Dongho and Jung, Namhoon and Jeon, Moongu},
year={2026},
booktitle={ACM International Conference on Multimedia}
}
```