tangyuanhao commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,3 +11,16 @@ cd AFM-Net
|
|
| 11 |
# Usage
|
| 12 |
```bash
|
| 13 |
python app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
# Usage
|
| 12 |
```bash
|
| 13 |
python app.py
|
| 14 |
+
```
|
| 15 |
+
# Citation
|
| 16 |
+
```bash
|
| 17 |
+
@misc{tang2025afmnetadvancedfusinghierarchical,
|
| 18 |
+
title={AFM-Net: Advanced Fusing Hierarchical CNN Visual Priors with Global Sequence Modeling for Remote Sensing Image Scene Classification},
|
| 19 |
+
author={Yuanhao Tang and Xuechao Zou and Zhengpei Hu and Junliang Xing and Chengkun Zhang and Jianqiang Huang},
|
| 20 |
+
year={2025},
|
| 21 |
+
eprint={2510.27155},
|
| 22 |
+
archivePrefix={arXiv},
|
| 23 |
+
primaryClass={cs.CV},
|
| 24 |
+
url={https://arxiv.org/abs/2510.27155},
|
| 25 |
+
}
|
| 26 |
+
```
|