[Doc] Fix inference doc (#2787)

## Motivation

https://github.com/open-mmlab/mmsegmentation/issues/2779
This commit is contained in:
谢昕辰 2023-03-26 17:31:08 +08:00 committed by GitHub
parent ae78cb9d53
commit db09c540d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,9 +56,9 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
3. Test PSPNet on PASCAL VOC (without saving the test results) and evaluate the mIoU.
```shell
python tools/test.py configs/pspnet/pspnet_r50-d8_512x1024_20k_voc12aug.py \
checkpoints/pspnet_r50-d8_512x1024_20k_voc12aug_20200605_003338-c57ef100.pth \
--eval mAP
python tools/test.py configs/pspnet/pspnet_r50-d8_512x512_20k_voc12aug.py \
checkpoints/pspnet_r50-d8_512x512_20k_voc12aug_20200617_101958-ed5dfbd9.pth \
--eval mIoU
```
4. Test PSPNet with 4 GPUs, and evaluate the standard mIoU and cityscapes metric.