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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Please refer to this file [requirements.txt](https://github.com/Spritea/Context-
5
5
6
6
## Getting started
7
7
1. Download ISPRS Vaihingen and Potsdam datasets on the [website](http://www2.isprs.org/commissions/comm3/wg4/data-request-form2.html) by following its instructions.
8
-
2. Put these datasets in corresponding `dataset` subfolder. Note that original colorful labels need to be converted to index-based (0,1,2,3,4,5) image using this code.
8
+
2. Put these datasets in corresponding `dataset` subfolder. Note that original colorful labels need to be converted to index-based (0,1,2,3,4,5) image using this [code](https://github.com/Spritea/Context-Aggregation-Network/blob/master/precode.py).
9
9
3. Run this command to train CAN model on ISPRS Vaihingen dataset or Potsdam dataset by replacing `isprs_vaihingen.yml` with `isprs_potsdam.yml`. You can set many customized parameters in the `.yml` file.:
0 commit comments