Giter Club home page Giter Club logo

sbd-preprocess's Introduction

sbd-preprocess

SBD Dataset proprocessing code for CASENet

License

The preprocessing code is released under the MIT License (refer to the LICENSE file for details).

Introduction

The repository contains the preprocessing code of the SBD dataset for CASENet. CASENet is a recently proposed deep network with state of the art performance on category-aware semantic edge detection. For more information about CASENet, please refer to the arXiv paper and the paper published in CVPR 2017.

Citation

If you find CASENet useful in your research, please consider to cite:

@inproceedings{yu2017casenet,
    author = {Yu, Zhiding and Feng, Chen and Liu, Ming-Yu and Ramalingam, Srikumar},
    title = {CASENet: Deep Category-Aware Semantic Edge Detection},
    booktitle = {Proceedings of the IEEE conference on computer vision and pattern recognition},
    Year = {2017}
}

@inproceedings{yu2018seal,
    author = {Yu, Zhiding and Liu, Weiyang and Zou, Yang and Feng, Chen and Ramalingam, Srikumar and Kumar, B. V. K. Vijaya and Kautz, Jan},
    title = {Simultaneous Edge Alignment and Learning},
    booktitle = {Proceedings of the European Conference on Computer Vision},
    Year = {2018}
}

Usage

Note: In this part, we assume you are in the directory $SBD_PREPROCESS_ROOT/.

  1. Download the SBD dataset tarball to data_orig/ and untar the dataset subfolder.

    wget -O ./data_orig/benchmark.tgz "http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz"
    tar -xvzf ./data_orig/benchmark.tgz -C ./data_orig/ benchmark_RELEASE/dataset --strip 2 && rm ./data_orig/benchmark.tgz
  2. Run the matlab code to preprocess the data.

    # In Matlab Command Window
    run code/demo_preproc.m

    This will perform data augmentation, and generate the .bin edge labels and the corresponding file lists that could be read by CASENet in data_proc/.

Related toolkit

The repository of the Cityscapes preprocessing code can be found here.

sbd-preprocess's People

Contributors

chrisding avatar

Watchers

James Cloos avatar  avatar paper2code - bot 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.