Giter VIP home page Giter VIP logo

deeplab-imagenet-pytorch's Introduction

An unofficial Deeplab V2 with the pre-train weight of ImageNet

This repository and codes are largely based on and modified from deeplab-pytorch. I highly recommend visiters to visit the GitHub.

Performance

set CRF mIoU
val O 78.8%
test O 79.1%
set CRF mIoU
val O 77.02%

My Environment

  • Operating System:
    • Ubuntu 16.04.5
  • CUDA:
    • CUDA V10.0.130
  • Nvidia driver:
    • 418.87.01
  • Python:
    • python 3.6.8
  • Python package:
    • tqdm, opencv-python, pydensecrf,...
  • Pytorch:
    • pytorch-gpu 1.4.0

Downloading the VOC12 dataset

Visual Object Classes Challenge 2012 (VOC2012)

Download the VOC12 augmentation dataset

For training

python main.py train --config-path configs/voc12ImageNet.yaml

For testing

python main.py test --config-path configs/voc12Test.yaml

For crf

python main.py crf --config-path configs/voc12Test.yaml --n-jobs 8

OOM

  • Please try small batch size and image size
  • Disable evaluate during training

Further details

kazuto1011/deeplab-pytorch

References

  1. kazuto1011/deeplab-pytorch

  2. L.-C. Chen, G. Papandreou, I. Kokkinos, K. Murphy, A. L. Yuille. DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs. IEEE TPAMI, 2018.
    Project / Code / arXiv paper

  3. H. Caesar, J. Uijlings, V. Ferrari. COCO-Stuff: Thing and Stuff Classes in Context. In CVPR, 2018.
    Project / arXiv paper

  4. M. Everingham, L. Van Gool, C. K. I. Williams, J. Winn, A. Zisserman. The PASCAL Visual Object Classes (VOC) Challenge. IJCV, 2010.
    Project / Paper

deeplab-imagenet-pytorch's People

Contributors

johnnylu305 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

deeplab-imagenet-pytorch's Issues

ImageNet pretrained weight

Greetings,

I have a great interest in your work! Could you please share your ImageNet pretrained weight to me? Thanks!

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.