Giter VIP home page Giter VIP logo

master_thesis's Introduction

Conditional Random Fields for Object Localization

This is the master thesis written by Andreas Christian Bjergaarde Eilschou and Andreas Hjortgaard Danielsen in the spring of 2012. While the thesis was officially written at the Department of Computer Science, University of Copenhagen (DIKU), the actual work was done at IST Austria and was joinly supervised by Christian Igel (DIKU) and Christoph Lampert (IST Austria).

The code and the thesis is published here on Github for purposes only and while the code will compile (see below), the programs will not run without the proper training data. Also the code is not further developed and maintained. All executable programs require the USURF features as well as the annotations for both the TU Darmstadt cow dataset and PASCAL VOC 2006 dataset.

Contents of this directory:

  • src/ - source code
  • subsets/ - list of training, validation and test sets
  • weights/ - learned weights

Compilation

To compile the source code for the CRF programs do the following:

Compile ESS:

  • go to src/Lib/ESS-1_1/
  • run 'make clean'
  • run 'make'

Compile libLBFGS:

  • go to src/Lib/liblbfgs/
  • run 'tar xvf liblbfgs-1.10.tar.gz'
  • go to src/Lib/liblbfgs/Libliblbfgs-1.10/
  • run './configure'
  • run 'make'

Compile the CRF code:

  • go to src
  • run 'make clean'
  • run 'make'

master_thesis's People

Contributors

andreas-hjortgaard avatar

Watchers

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