Skip to content

Tacode/PSPNet_VOC

Repository files navigation

PSPNet_VOC

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.

Training

Datasets: VOC2012+SBD

Metrics Value
Overall Acc 0.949
Mean Acc 0.876
FreqW IoU 0.905
Mean IoU 0.804

Testing

The model inference:

By fusionMask.py,we can get combanation of mask and img

About

Pytorch implementation of PSPNet on VOC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages