Giter VIP home page Giter VIP logo

hed_release-deprecated's Introduction

This repo is deprecated. Please check out the new repositry https://github.com/s9xie/hed for an updated version of HED. (Including training/testing code and a better pretrained model!)

#Holistically-Nested Edge Detection

We provide the pretrained model and testing code for the edge detection framework Holistically-Nested Edge Detection (HED). Please see the Arxiv paper for technical details. The pretrained model achieved an ODS=.782 and OIS=.804 on BSDS benchmark dataset.

We provide a ipython notebook at examples/hed_release/HED-tutorial.ipynb to do the testing and visualization, batch testing is available. NVIDIA K40 or equivlent GPU is recommended. Alternatively, you can use CPU to do the testing by change net_full_conv.set_mode_gpu() to net_full_conv.set_mode_cpu().

The fusion-output, averaged output and individual outputs from 5 scales will be produced. Note that if you want to evaluate the results on BSDS benchmarking dataset, you should do the standard non-maximum suppression, which is not included in this repo. We used Piotr's Structured Forest matlab toolbox available here https://github.com/pdollar/edges.

If you encounter any issue when using our code or model, please let me know.

This code is based on Caffe. Thanks to the contributors of Caffe. Thanks @shelhamer and @longjon for providing fundamental implementations that enable fully convolutional training/testing in Caffe.

@misc{Jia13caffe,
  Author = {Yangqing Jia},
  Title = { {Caffe}: An Open Source Convolutional Architecture for Fast Feature Embedding},
  Year  = {2013},
  Howpublished = {\url{http://caffe.berkeleyvision.org/}}
}

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.