Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
## Requirements
|
| 2 |
|
| 3 |
-
### Environment
|
| 4 |
|
| 5 |
- Python 3.8+
|
| 6 |
- PyTorch 2.0.1+
|
| 7 |
- CUDA 11.8+
|
| 8 |
- Ubuntu 22.04 or higher / Windows 10
|
| 9 |
|
| 10 |
-
### Installation
|
| 11 |
```bash
|
| 12 |
conda create --name rscd python=3.8
|
| 13 |
conda activate rscd
|
|
@@ -28,7 +28,7 @@ pip install triton==2.0.0
|
|
| 28 |
mim install mmcv
|
| 29 |
pip install -U fvcore
|
| 30 |
```
|
| 31 |
-
### Dataset Preparation
|
| 32 |
We evaluate our method on three public datasets: **LEVIR-CD**, **WHU-CD**, and **CLCD**.
|
| 33 |
|
| 34 |
| Dataset | Link |
|
|
@@ -74,7 +74,7 @@ Please organize the datasets as follows:
|
|
| 74 |
β βββ test(the same with train)
|
| 75 |
βββ CLCD (the same with WHU_CD)
|
| 76 |
```
|
| 77 |
-
### Use example
|
| 78 |
Training
|
| 79 |
```bash
|
| 80 |
python train.py -c configs/mamba_cttf.py
|
|
@@ -91,7 +91,7 @@ Count params and flops
|
|
| 91 |
python tools/params_flops.py --size 256
|
| 92 |
```
|
| 93 |
|
| 94 |
-
### Acknowledgement
|
| 95 |
Thanks to previous open-sourced repo:
|
| 96 |
- [mmsegmentation](https://github.com/open-mmlab/mmsegmentation)
|
| 97 |
- [pytorch lightning](https://github.com/Lightning-AI/lightning)
|
|
|
|
| 1 |
## Requirements
|
| 2 |
|
| 3 |
+
### π οΈEnvironment
|
| 4 |
|
| 5 |
- Python 3.8+
|
| 6 |
- PyTorch 2.0.1+
|
| 7 |
- CUDA 11.8+
|
| 8 |
- Ubuntu 22.04 or higher / Windows 10
|
| 9 |
|
| 10 |
+
### π οΈInstallation
|
| 11 |
```bash
|
| 12 |
conda create --name rscd python=3.8
|
| 13 |
conda activate rscd
|
|
|
|
| 28 |
mim install mmcv
|
| 29 |
pip install -U fvcore
|
| 30 |
```
|
| 31 |
+
### πDataset Preparation
|
| 32 |
We evaluate our method on three public datasets: **LEVIR-CD**, **WHU-CD**, and **CLCD**.
|
| 33 |
|
| 34 |
| Dataset | Link |
|
|
|
|
| 74 |
β βββ test(the same with train)
|
| 75 |
βββ CLCD (the same with WHU_CD)
|
| 76 |
```
|
| 77 |
+
### πUse example
|
| 78 |
Training
|
| 79 |
```bash
|
| 80 |
python train.py -c configs/mamba_cttf.py
|
|
|
|
| 91 |
python tools/params_flops.py --size 256
|
| 92 |
```
|
| 93 |
|
| 94 |
+
### π‘Acknowledgement
|
| 95 |
Thanks to previous open-sourced repo:
|
| 96 |
- [mmsegmentation](https://github.com/open-mmlab/mmsegmentation)
|
| 97 |
- [pytorch lightning](https://github.com/Lightning-AI/lightning)
|