Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 912 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 912 Bytes

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.