资源算法pspnet-pytorch

pspnet-pytorch

2020-01-17 | |  69 |   0 |   0

PSPNet with PyTorch

Unofficial implementation of "Pyramid Scene Parsing Network" (https://arxiv.org/abs/1612.01105). This repository is just for caffe to pytorch model conversion and evaluation.

Requirements

  • pytorch

  • click

  • addict

  • pydensecrf

  • protobuf

Preparation

Instead of building the author's caffe implementation, you can convert off-the-shelf caffemodels to pytorch models via the caffe.proto.

1. Compile the caffe.proto for Python API

This step can be skipped. FYI.
Download the author's caffe.proto into the libs, not the one in the original caffe.

# For protoc commandpip install protobuf# This generates ./caffe_pb2.pyprotoc --python_out=. caffe.proto

2. Model conversion

  1. Find the caffemodels on the author's page (e.g. pspnet50_ADE20K.caffemodel) and store them to the data/models/ directory.

  2. Convert the caffemodels to .pth file.

python convert.py -c <PATH TO YAML>

Demo

python demo.py -c <PATH TO YAML> -i <PATH TO IMAGE>
  • With a --no-cuda option, this runs on CPU.

  • With a --crf option, you can perform a CRF postprocessing.

图片.png

Evaluation

PASCAL VOC2012 only. Please set the dataset path in config/voc12.yaml.

python eval.py -c config/voc12.yaml

88.1% mIoU (SS) and 88.6% mIoU (MS) on validation set.
NOTE: 3 points lower than caffe implementation. WIP

  • SS: averaged prediction with flipping (2x)

  • MS: averaged prediction with multi-scaling (6x) and flipping (2x)

  • Both: No CRF post-processing

References


上一篇:PSPNET-cudnn5

下一篇:Semantic-Segmentation-PSPNet

用户评价
全部评价

热门资源

  • TensorFlow-Course

    This repository aims to provide simple and read...

  • Klukshu-Sockeye-...

    KLUKSHU SOCKEYE PROJECTS 2016 This repositor...

  • flaireWebSite

    flaireWebSite

  • caffe_ocr

    caffe_ocr是一个对现有主流ocr算法研究实验性的项...

  • DeepFaceLab_Linux

    DeepFaceLab的Linux Ubuntu 版本