We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae78cb9 commit db09c54Copy full SHA for db09c54
docs/en/inference.md
@@ -56,9 +56,9 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
56
3. Test PSPNet on PASCAL VOC (without saving the test results) and evaluate the mIoU.
57
58
```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
+ 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
62
```
63
64
4. Test PSPNet with 4 GPUs, and evaluate the standard mIoU and cityscapes metric.
0 commit comments