Code Monkey home page Code Monkey logo

multicut_inference's Introduction

ABOUT

Special thanks to Evgeny Levinkov for providing us with the multicut inference code!

BUILD

	python setup.py build_ext --inplace 

LICENSE

See LICENSE

Citations

If you find MultiCut useful in your research, please consider citing:

@article{Kirillov_2017,
   title={InstanceCut: From Edges to Instances with MultiCut},
   ISBN={9781538604571},
   url={http://dx.doi.org/10.1109/CVPR.2017.774},
   DOI={10.1109/cvpr.2017.774},
   journal={2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
   publisher={IEEE},
   author={Kirillov, Alexander and Levinkov, Evgeny and Andres, Bjoern and Savchynskyy, Bogdan and Rother, Carsten},
   year={2017},
   month={Jul}
}

multicut_inference's People

Stargazers

 avatar

Watchers

 avatar

multicut_inference's Issues

Adding 0.1 to vertex ids?

It does not seem to logical for me. The first two parameters should be size_t-s (defined to long unsigned int on my computer), however you add 0.1 to the values, is it intended or a possible issue?

problem.setPairwiseCutCost(general_pw(e, 0) + 0.1, general_pw(e, 1) + 0.1, k, l, general_pw(e, 2));

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.