Views
No views yet
pip install --upgrade huggingface_hub). You can refer to the document for more usages.# Set Huggingface Mirror for Chinese users (if required):
export HF_ENDPOINT=https://hf-mirror.com
# Download a certain checkpoint:
hf download Qingyun/RSCoVLM-det-7B-2512 --repo-type model --local-dir checkpoint/RSCoVLM-det-7B-2512/
# If any error (such as network error) interrupts the downloading, you just need to execute the same command, the latest hf will resume downloading.1
2@ARTICLE{li2026rscovlm,
3 author={Li, Qingyun and Ma, Shuran and Luo, Junwei and Yu, Yi and Zhou, Yue and Wang, Fengxiang and Lu, Xudong and Wang, Xiaoxing and He, Xin and Chen, Yushi and Yang, Xue},
4 title={Co-Training Vision-Language Models for Remote Sensing Multi-Task Learning},
5 journal={Remote Sensing},
6 volume={18},
7 year={2026},
8 number={2},
9 article-number={222},
10 url={https://www.mdpi.com/2072-4292/18/2/222},
11 issn={2072-4292},
12 doi={10.3390/rs18020222}
13}
14
15@INPROCEEDINGS{11242725,
16 author={Li, Qingyun and He, Xin and Shu, Xinya and Yu, Yi and Chen, Dong and Chen, Yushi and Yang, Xue},
17 booktitle={IGARSS 2025 - 2025 IEEE International Geoscience and Remote Sensing Symposium},
18 title={A Simple Aerial Detection Baseline of Multimodal Language Models},
19 year={2025},
20 pages={6833-6837},
21 doi={10.1109/IGARSS55030.2025.11242725}
22}
23