English
File size: 1,021 Bytes
e09216f
 
83e48a5
 
 
 
 
 
 
 
e09216f
 
 
 
83e48a5
e09216f
 
 
 
 
 
0fa97da
 
 
e09216f
 
 
 
 
fb38cfb
e09216f
 
 
 
83e48a5
e09216f
0fa97da
 
83e48a5
 
 
 
 
 
 
e09216f
83e48a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
license: apache-2.0
datasets:
- XavierJiezou/cloud-adapter-datasets
language:
- en
metrics:
- mean_iou
base_model:
- facebook/dinov2-large
---

# Cloud Adapter Models

This repository contains the pre-trained model weights for the [Cloud-Adapter](https://xavierjiezou.github.io/Cloud-Adapter/).

## Installation

```bash
git clone https://huggingface.co/XavierJiezou/cloud-adapter-models
cd cloud-adapter-models
mkdir envs
tar -xzf envs.tar.gz -C envs
source envs/bin/activate
```

## Usage

```bash
python app.py
```

## Citation

If you use our code or models in your research, please cite with:

```bib
@misc{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}, 
}
```