manuaero / Super-BPD

Super-BPD: Super Boundary-to-Pixel Direction for Fast Image Segmentation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super-BPD for Fast Image Segmentation (CVPR 2020)

Introduction

We propose direction-based super-BPD, an alternative to superpixel, for fast generic image segmentation, achieving state-of-the-art real-time result.

Prerequisite

  • pytorch >= 1.3.0
  • g++ 7

Dataset

Testing

  • Compile cuda code for post-process.
cd post_process
python setup.py install
  • Download the pre-trained PascalContext model and put it in the saved folder.

  • Test the model and results will be saved in the test_pred_flux/PascalContext folder.

  • SEISM is used for evaluation of image segmentation.

Training

python train.py --dataset PascalContext

About

Super-BPD: Super Boundary-to-Pixel Direction for Fast Image Segmentation (CVPR 2020)

License:Apache License 2.0


Languages

Language:Python 48.8%Language:Cuda 37.1%Language:C++ 14.1%