From b94099a81065e9186551fba0f89c321d9724dedb Mon Sep 17 00:00:00 2001 From: caixiaoshun <125132437+caixiaoshun@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:01:21 +0800 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 19e9c40..9f0867b 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,21 @@ This will start the Gradio interface, where you can upload remote sensing images export CUDA_VISIBLE_DEVICES=-1 ``` +## Citation + +If you use our code or models in your research, please cite with: + +```latex +@article{cloud-adapter, + title={Adapting Vision Foundation Models for Robust Cloud Segmentation in Remote Sensing Images}, + author={Xuechao Zou and Shun Zhang and Kai Li and Shiying Wang and Junliang Xing and Lei Jin and Congyan Lang and Pin Tao}, + year={2024}, + eprint={2411.13127}, + archivePrefix={arXiv}, + primaryClass={cs.CV}, + url={https://arxiv.org/abs/2411.13127} +} +``` ## License