Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -43,11 +43,19 @@ with torch.no_grad():
|
|
| 43 |
|
| 44 |
## Citation
|
| 45 |
|
|
|
|
|
|
|
| 46 |
```bibtex
|
| 47 |
-
@
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
}
|
| 53 |
```
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Citation
|
| 45 |
|
| 46 |
+
If you use this model, please cite the original RSP paper:
|
| 47 |
+
|
| 48 |
```bibtex
|
| 49 |
+
@ARTICLE{rsp,
|
| 50 |
+
author={Wang, Di and Zhang, Jing and Du, Bo and Xia, Gui-Song and Tao, Dacheng},
|
| 51 |
+
journal={IEEE Transactions on Geoscience and Remote Sensing},
|
| 52 |
+
title={An Empirical Study of Remote Sensing Pretraining},
|
| 53 |
+
year={2023},
|
| 54 |
+
volume={61},
|
| 55 |
+
number={},
|
| 56 |
+
pages={1-20},
|
| 57 |
+
doi={10.1109/TGRS.2022.3176603}
|
| 58 |
}
|
| 59 |
```
|
| 60 |
+
|
| 61 |
+
**Original Repository:** [ViTAE-Transformer/RSP](https://github.com/ViTAE-Transformer/RSP)
|