You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
> **Authors:**
4
4
Zhenglai Li, Chang Tang, Xinwang Liu, Wei Zhang, Jie Dou, Lizhe Wang, Albert Zomaya
5
5
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).
7
7
8
8
### 1. Overview
9
9
@@ -18,7 +18,7 @@ A framework of the proposed A2Net. The temporal features are extracted from a re
18
18
- 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)
19
19
- 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).
20
20
- 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`
22
22
```
23
23
├─Train
24
24
├─A ...jpg/png
@@ -38,7 +38,7 @@ A framework of the proposed A2Net. The temporal features are extracted from a re
38
38
```
39
39
40
40
+ 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`
@@ -53,8 +53,8 @@ A framework of the proposed A2Net. The temporal features are extracted from a re
53
53
</em>
54
54
</p>
55
55
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),
58
58
[CDLab](https://github.com/Bobholamovic/CDLab), and [MobileSal](https://github.com/yuhuan-wu/MobileSal) for academic use only.
0 commit comments