Git Product home page Git Product logo

deeplabs's Introduction

Deeplabv3+ BDD100k/drivable_area implementation

Results

Introduction

This repository is merged with https://github.com/jfzhang95/pytorch-deeplab-xception and is success of https://github.com/sunggukcha/deeplabv3plus-bdd100k-drivablearea. Please follow installation policies of the repositories above.

For BDD100k/drivable_area semantic segmentation, I added

  1. bdd100k drivable area dataloader, and training/val/test scripts.
  2. prediction visualization for both color (visual result) and id (greyscale png file for submission).
  3. added Group Noramlization.
  4. deeplabv3 which is without deeplabv3+ decoder, but with aspp only.
  5. WRN as backbone is added (original code from mapillary@github)
  6. additional visualization that marks corrects, missed and wrong pixels.
  7. IBN-Net by github.com/XingangPan/IBN-Net/
  8. EfficientNet added which is implemented by https://github.com/lukemelas/EfficientNet-PyTorch.
  9. Feature Pyramid Networks(FPNs) for semantic segmentation added (version: Panoptic Feature Pyramid Networks).

For more detail, please visit the repositories above.

Experiment & result

Single 12GB GPU

Backbone Normalization mIoU in test
ResNet50 Group-16 85.00%
ResNet101 IGN-a-16 85.12%
ResNet101 Group-16 85.33%
ResNet152 Group-16 85.45%

IGN-a-16 denotes instance group normalization with channel-grouping number 16, replacing BN of IBNNet-a with GN16. Group-16 denotes group normalization with channel-grouping number 16.

WAD2018 Score Difference
1st 86.18 -0.09
Mine 86.09 +0.0
2nd 86.04 +0.05
3rd 84.01 +2.08

deeplabs's People

Contributors

sunggukcha avatar

Watchers

James Cloos 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.