welinder / cubam

Caltech UCSD Binary Annotation Model (CUBAM)

Home Page:http://www.vision.caltech.edu/welinder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the Caltech UCSD Binary Annotation Model (CUBAM) toolbox. It provides code for the NIPS 2010 paper by Welinder et al.

@inproceedings{WelinderEtal10b,
    Author = {Peter Welinder and Steve Branson and Serge Belongie and Pietro Perona},
    Booktitle = {NIPS},
    Title = {{The Multidimensional Wisdom of Crowds}},
    Year = {2010}}

Installation

You can install it as a Python package by running:

python setup.py install

Trying it out

Try the scripts in the demo/ directory.

Install into cubam root directory

If you don't want to install it for your system, you can install it into an install directory in the CUBAM root.

python setup.py install --install-purelib install --install-platlib install

Copyright and Licence

This software is licensed under the Clear-BSD license. See LICENSE.TXT

Copyright (c) 2011-2012 Peter Welinder, Caltech.

About

Caltech UCSD Binary Annotation Model (CUBAM)

http://www.vision.caltech.edu/welinder/

License:BSD 3-Clause Clear License


Languages

Language:Python 66.3%Language:C++ 33.7%