From 0bdcd0a364551c4fe1e2aa804c8125f88f61d201 Mon Sep 17 00:00:00 2001 From: Emin <44813713+01100101011011010110100101101110@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:48:03 +0300 Subject: [PATCH] Typo fix inference.md --- docs/inference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inference.md b/docs/inference.md index d7bc21b6..a32e49bb 100755 --- a/docs/inference.md +++ b/docs/inference.md @@ -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.