Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- geoscience
|
| 5 |
+
---
|
| 6 |
+
# RSCoTr
|
| 7 |
+
|
| 8 |
+
This repo hosts the model checkpoint of the IEEE TGRS paper:
|
| 9 |
+
|
| 10 |
+
[Co-training Transformer for Remote Sensing Image Classification, Segmentation and Detection](https://ieeexplore.ieee.org/document/10401246)
|
| 11 |
+
|
| 12 |
+
The full text is also availiable at [ResearchGate](https://www.researchgate.net/publication/377439701_Co-training_Transformer_for_Remote_Sensing_Image_Classification_Segmentation_and_Detection).
|
| 13 |
+
|
| 14 |
+
Github repo: https://github.com/Li-Qingyun/RSCoTr
|
| 15 |
+
|
| 16 |
+
## Citation
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
@article{li2024rscotr,
|
| 20 |
+
title={Co-training transformer for remote sensing image classification, segmentation and detection},
|
| 21 |
+
author={Li, Qingyun and Chen, Yushi and He, Xin and Huang, Lingbo},
|
| 22 |
+
journal={IEEE Transactions on Geoscience and Remote Sensing},
|
| 23 |
+
year={2024},
|
| 24 |
+
publisher={IEEE},
|
| 25 |
+
volume={62},
|
| 26 |
+
number={},
|
| 27 |
+
pages={1-18},
|
| 28 |
+
doi={10.1109/TGRS.2024.3354783}
|
| 29 |
+
}
|
| 30 |
+
```
|