Skip to content

Commit 4d63a55

Browse files
committed
refine readme
1 parent ba50bad commit 4d63a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tips:
2929

3030
3. The authors of bisenetv2 used cocostuff-10k, while I used cocostuff-123k(do not know how to say, just same 118k train and 5k val images as object detection). Thus the results maybe different from paper.
3131

32-
4. The authors did not do experiments on ade20k, thus there is no official training settings, here I simply provide a "make it work" result. Maybe the results on ade20k can be boosted with better settings.
32+
4. The authors did not report results on ade20k, thus there is no official training settings, here I simply provide a "make it work" result. Maybe the results on ade20k can be boosted with better settings.
3333

3434
5. The model has a big variance, which means that the results of training for many times would vary within a relatively big margin. For example, if you train bisenetv2 on cityscapes for many times, you will observe that the result of **ss** evaluation of bisenetv2 varies between 73.1-75.1.
3535

@@ -110,7 +110,7 @@ $ python tools/gen_dataset_annos.py --dataset coco
110110

111111
3. ade20k
112112

113-
Download `ADEChallengeData2016.zip` and unzip it. Then we can move the uncompressed folders to `datasets/ade20k`, and generate the txt files with the script I prepared for you:
113+
Download `ADEChallengeData2016.zip` from this [website](http://sceneparsing.csail.mit.edu/) and unzip it. Then we can move the uncompressed folders to `datasets/ade20k`, and generate the txt files with the script I prepared for you:
114114
```
115115
$ unzip ADEChallengeData2016.zip
116116
$ mv ADEChallengeData2016/images /path/to/BiSeNet/datasets/ade20k/

0 commit comments

Comments
 (0)