Skip to content

Commit

Permalink
[Doc] Fix inference doc (#2787)
Browse files Browse the repository at this point in the history
## Motivation

#2779
  • Loading branch information
xiexinch authored Mar 26, 2023
1 parent ae78cb9 commit db09c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit db09c54

Please sign in to comment.