Giter Site home page Giter Site logo

zyylele123 / deeplab_v3_plus_pytorch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from songdejia/deeplab_v3_plus

0.0 1.0 0.0 1.98 MB

This is an ongoing re-implementation of DeepLab_v3_plus on pytorch which is trained on VOC2012 and use ResNet101 for backbone.

Python 98.86% Shell 1.14%

deeplab_v3_plus_pytorch's Introduction

DeepLab_V3_plus : a model about semantic segmentation

This is a simple pytorch re-implementation of Google Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation.

Introduction:

This work still need to be updated. The features are summarized blow:

  • Use ResNet101 as base Network. Xception will be updated soon.
  • Use only VOC2012 for base dataset. Other dataset will be updated soon.

We have finished:

  • Version avaliable for VOC2012.

  • You can check your dataloader error in 'path/to/workspace/check/check_dataloader/img'. You will see three part:

    • 1.original image which we load directly from image path.
    • 2.restore image from torch-tensor(transformed from numpy) back to numpy ndarray.
    • 3.mask loaded by dataloader. Following images show original image, augumentation image and mask target from left to right
  • Network architecture.

  • Evaluation mIOU on PASCAL VOC2012 valset every epoches.

  • Pretrained model on PASCAL VOC2012 BaiduYun Link, which is trained on 2 Tesla P100 for 100 epoches with config shown in code.

Usage:

  • Download dataset and unzip
ln -s VOCdevkit path/to/deeplab_v3_plus/dataset
  • Pretrained model is avaliable BaiduYun Link
  • Finally, run the model.
  • Check you GPU resources and modify your run.sh.
sh run.sh

Future:

  • Xception as Network Baseline.
  • Pretrained model on COCO, JFT.
  • Depthwise separable convolution.
  • Support dataset for Cityscapes.
  • Visualization for test result and gt.

deeplab_v3_plus_pytorch's People

Contributors

songdejia 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.