Code Monkey home page Code Monkey logo

efficientfcn's Introduction

[EfficientFCN: Holistically-Guided Decoding for Semantic Segmentation (ECCV20)]

image

Introduction

We propose a holistically-guided decoder (HGD) for achieving discriminative deep feature representations. With the proposed HGD, our EfficientFCN method for semantic segmentation achieves comparable or even better performance than state-of-the-art methods with only 1/3 of their computational costs on PASCAL Context, PASCAL VOC and ADE20K datasets.

Recently, we integrate the proposed HGD into the original FPN architecture to implement one novel FPN-variant HGD-FPN for object detection.

Usage

  1. Install pytorch

    -The code is tested on python3.6 and torch>1.1.0

    -The code is modified from PyTorch-Encoding.

  2. Clone the resposity

    git clone https://github.com/jianbo909/efficientFCN.git
    cd efficientFCN
    python setup.py install
  3. Dataset

    -Prepare the datasets by runing the scripts in the scripts folder, for example preparing PASCAL Context dataset:

    python scripts/prepare_pcontext.py
  4. Training

    -The training scripts for pcontext and ADE20K are in the experiments/segmentation/scripts_train/ folder. For example, the training command for pcontext dataset:

    ./scripts_train/train_efficientFCN_pcontext.sh
  5. Evaluation

    -The testing scripts are in the experiments/segmentation/test_scripts folder. For example, the training command for pcontext dataset:

    ./test_scripts/train_efficientFCN_resnet101_pcontext_MS.sh /path/to/model

Citation

@inproceedings{liu2020efficientfcn,
  title={EfficientFCN: Holistically-guided Decoding for Semantic Segmentation},
  author={Liu, Jianbo and He, Junjun and Zhang, Jiawei and Ren, Jimmy S and Li, Hongsheng},
  booktitle={European Conference on Computer Vision},
  pages={1--17},
  year={2020},
  organization={Springer}
}

Acknowledgement

Thanks PyTorch-Encoding!

efficientfcn's People

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.