Typo fix inference.md

pull/153/head
Emin 2024-08-02 18:48:03 +03:00 committed by GitHub
parent 65fa8cfa9b
commit 0bdcd0a364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
```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
--eval mIoU
```
4. Test PSPNet with 4 GPUs, and evaluate the standard mIoU and cityscapes metric.