XavierJiezou
commited on
Commit
•
0fa97da
1
Parent(s):
83e48a5
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,9 @@ This repository contains the pre-trained model weights for the [Cloud-Adapter](h
|
|
20 |
```bash
|
21 |
git clone https://huggingface.co/XavierJiezou/cloud-adapter-models
|
22 |
cd cloud-adapter-models
|
23 |
-
|
|
|
|
|
24 |
```
|
25 |
|
26 |
## Usage
|
@@ -33,8 +35,8 @@ python app.py
|
|
33 |
|
34 |
If you use our code or models in your research, please cite with:
|
35 |
|
36 |
-
```
|
37 |
-
@misc{
|
38 |
title={Adapting Vision Foundation Models for Robust Cloud Segmentation in Remote Sensing Images},
|
39 |
author={Xuechao Zou and Shun Zhang and Kai Li and Shiying Wang and Junliang Xing and Lei Jin and Congyan Lang and Pin Tao},
|
40 |
year={2024},
|
|
|
20 |
```bash
|
21 |
git clone https://huggingface.co/XavierJiezou/cloud-adapter-models
|
22 |
cd cloud-adapter-models
|
23 |
+
mkdir envs
|
24 |
+
tar -xzf envs.tar.gz -C envs
|
25 |
+
source envs/bin/activate
|
26 |
```
|
27 |
|
28 |
## Usage
|
|
|
35 |
|
36 |
If you use our code or models in your research, please cite with:
|
37 |
|
38 |
+
```bib
|
39 |
+
@misc{cloud-adapter,
|
40 |
title={Adapting Vision Foundation Models for Robust Cloud Segmentation in Remote Sensing Images},
|
41 |
author={Xuechao Zou and Shun Zhang and Kai Li and Shiying Wang and Junliang Xing and Lei Jin and Congyan Lang and Pin Tao},
|
42 |
year={2024},
|