mirror of https://github.com/NVlabs/SegFormer.git
Merge 0bdcd0a364
into 65fa8cfa9b
commit
588571d698
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue