InPeerReview commited on
Commit
b908c32
Β·
verified Β·
1 Parent(s): 642c84b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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)