Skip to content

Commit db09c54

Browse files
authored
[Doc] Fix inference doc (open-mmlab#2787)
## Motivation open-mmlab#2779
1 parent ae78cb9 commit db09c54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/inference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
5656
3. Test PSPNet on PASCAL VOC (without saving the test results) and evaluate the mIoU.
5757

5858
```shell
59-
python tools/test.py configs/pspnet/pspnet_r50-d8_512x1024_20k_voc12aug.py \
60-
checkpoints/pspnet_r50-d8_512x1024_20k_voc12aug_20200605_003338-c57ef100.pth \
61-
--eval mAP
59+
python tools/test.py configs/pspnet/pspnet_r50-d8_512x512_20k_voc12aug.py \
60+
checkpoints/pspnet_r50-d8_512x512_20k_voc12aug_20200617_101958-ed5dfbd9.pth \
61+
--eval mIoU
6262
```
6363

6464
4. Test PSPNet with 4 GPUs, and evaluate the standard mIoU and cityscapes metric.

0 commit comments

Comments
 (0)