Pytorch implementation of PSPNet on VOC, adapted from Lextal which just have PSPNet model defination and training framework.Therefore,this repos complements the data reading code and model testing code.
Datasets: VOC2012+SBD
| Metrics | Value |
|---|---|
| Overall Acc | 0.949 |
| Mean Acc | 0.876 |
| FreqW IoU | 0.905 |
| Mean IoU | 0.804 |
The model inference:
By fusionMask.py,we can get combanation of mask and img




