Skip to content

Commit 7a37a61

Browse files
authored
Update README.md
1 parent ffa8a93 commit 7a37a61

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,24 @@ Real run:
6262
> python -m runx.runx scripts/eval_cityscapes.yml -i
6363
```
6464

65-
The reported IOU should be 86.92. This evaluates with scales of 0.5, 1.0. and 2.0. You will find evaluation results in ./logs/eval_cityscapes.
65+
The reported IOU should be 86.92. This evaluates with scales of 0.5, 1.0. and 2.0. You will find evaluation results in ./logs/eval_cityscapes/...
6666

6767
### Run inference on Mapillary
6868

6969
```bash
7070
> python -m runx.runx scripts/eval_mapillary.yml -i
7171
```
7272

73-
The reported IOU should be 61.05. Note that this must be run on a 32GB node and the use of 'O3' mode for amp is critical in order to avoid GPU out of memory.
74-
75-
76-
The first time this command is run, a centroid file has to be built for the dataset. It'll take about 30 minutes.
73+
The reported IOU should be 61.05. Note that this must be run on a 32GB node and the use of 'O3' mode for amp is critical in order to avoid GPU out of memory. Results in logs/eval_mapillary/...
7774

7875
### Dump images for Cityscapes
7976

8077
```bash
8178
> python -m runx.runx scripts/dump_cityscapes.yml -i
8279
```
8380

81+
This will dump network output and composited images from running evaluation with the Cityscapes validation set.
82+
8483
### Run inference and dump images on a folder of images
8584

8685
```bash
@@ -96,10 +95,10 @@ You should end up seeing images that look like the following:
9695
Train cityscapes, using HRNet + OCR + multi-scale attention with fine data and mapillary-pretrained model
9796
```bash
9897
> python -m runx.runx scripts/train_cityscapes.yml -i
98+
```
9999

100100
The first time this command is run, a centroid file has to be built for the dataset. It'll take about 10 minutes. The centroid file is used during training to know how to sample from the dataset in a class-uniform way.
101101

102-
```
103102
## Train SOTA default train-val split
104103
```bash
105104
> python -m runx.runx scripts/train_cityscapes_sota.yml -i

0 commit comments

Comments
 (0)