BiliSakura commited on
Commit
254f2e5
·
verified ·
1 Parent(s): a304e08

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -43,11 +43,19 @@ with torch.no_grad():
43
 
44
  ## Citation
45
 
 
 
46
  ```bibtex
47
- @misc{rsp-resnet-50,
48
- title={RSP-ResNet-50: Remote Sensing Scene Classification Model},
49
- author={BiliSakura},
50
- year={2024},
51
- howpublished={\url{https://huggingface.co/BiliSakura/RSP-ResNet-50}}
 
 
 
 
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)