Skip to content

Commit 5603541

Browse files
authored
Update README.md
1 parent 95abddd commit 5603541

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> **Authors:**
44
Zhenglai Li, Chang Tang, Xinwang Liu, Wei Zhang, Jie Dou, Lizhe Wang, Albert Zomaya
55

6-
This repository contains simple python implementation of our paper [A2Net](https://ieeexplore.ieee.org/abstract/document/10034814).
6+
This repository contains a simple python implementation of our paper [A2Net](https://ieeexplore.ieee.org/abstract/document/10034814).
77

88
### 1. Overview
99

@@ -18,7 +18,7 @@ A framework of the proposed A2Net. The temporal features are extracted from a re
1818
- Download datasets [LEVIR](https://justchenhao.github.io/LEVIR/), [BCDD](https://study.rsgis.whu.edu.cn/pages/download/building_dataset.html), and [SYSU](https://github.com/liumency/SYSU-CD)
1919
- Crop LEVIR and BCDD datasets into 256x256 patches. The pre-processed BCDD dataset can be obtained from [BCDD_256x256](https://drive.google.com/file/d/1VrdQ-rxoGVM_8ecA-ObO0u-O8rSTpSHA/view?usp=sharing).
2020
- Generate list file as `ls -R ./label/* > test.txt`
21-
- Prepare datasets into following structure and set their path in `train.py` and `test.py`
21+
- Prepare datasets into the following structure and set their path in `train.py` and `test.py`
2222
```
2323
├─Train
2424
├─A ...jpg/png
@@ -38,7 +38,7 @@ A framework of the proposed A2Net. The temporal features are extracted from a re
3838
```
3939
4040
+ Prerequisites for Python:
41-
- Creating a virtual environment in terminal: `conda create -n A2Net python=3.8`
41+
- Creating a virtual environment in the terminal: `conda create -n A2Net python=3.8`
4242
- Installing necessary packages: `pip install -r requirements.txt `
4343
4444
+ Train/Test
@@ -53,8 +53,8 @@ A framework of the proposed A2Net. The temporal features are extracted from a re
5353
</em>
5454
</p>
5555
56-
### 4. Acknowlogdement
57-
This repository is built under the help of the projects [BIT_CD](https://github.com/justchenhao/BIT_CD),
56+
### 4. Acknowledgment
57+
This repository is built with the help of the projects [BIT_CD](https://github.com/justchenhao/BIT_CD),
5858
[CDLab](https://github.com/Bobholamovic/CDLab), and [MobileSal](https://github.com/yuhuan-wu/MobileSal) for academic use only.
5959
6060
### 5. Citation

0 commit comments

Comments
 (0)