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
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Here I list the software and hardware used in my experiment
27
27
28
28
You need to download the [Cityscapes](https://www.cityscapes-dataset.com/)datasets. and rename the folder `cityscapes`, then put the data under `data` folder.
29
29
```
30
-
|--data
30
+
└── data
31
31
├── cityscapes
32
32
└── list
33
33
```
@@ -39,7 +39,7 @@ download the pretrained model on imagenet or the segmentation model from the [of
39
39
40
40
## VAL
41
41
42
-
use the [official pretrained model](https://github.com/ydhongHIT/DDRNet)for eval.
42
+
use the [official pretrained model](https://github.com/ydhongHIT/DDRNet)and our `eval.py` code. so the result may different from official.
0 commit comments