KimRass / DeepLabv3

PyTorch implementation of 'DeepLabv3' (Chen et al., 2018) and training it on VOC 2012

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'DeepLabv3' (Chen et al., 2018) implementation from scratch in PyTorch

Pre-traind Models

  • deeplabv3_voc2012.pth
    • Trained on VOC 2012 training set for 18,000 steps.
    • Average mIoU on VOC 2012 validation set: 0.6643

Prediction on VOC 2012 Validation Set

  • Ground truth
  • Prediction
  • Ground truth
  • Prediction

About

PyTorch implementation of 'DeepLabv3' (Chen et al., 2018) and training it on VOC 2012


Languages

Language:Python 98.4%Language:Shell 1.6%