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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ The code is developed under the following configurations.
73
73
1. Download the ADE20K scene parsing dataset:
74
74
```bash
75
75
chmod +x download_ADE20K.sh
76
-
./download_ADE20K.sh
76
+
.download_ADE20K.sh
77
77
```
78
78
2. Train a network (default: resnet34_dilated8). During training, checkpoints will be saved in folder ```ckpt```, visual results will be saved in folder ```vis```.
0 commit comments