software
- Efficient appearance distances between windows V1.0 (February 2012) This release covers the paper "Exploiting spatial overlap to efficiently compute appearance distances for image windows" (B. Alexe, V. Petrescu and V. Ferrari, NIPS 2011)
- Objectness measure V1.5 (August 2011)
This release covers the paper "What is an Object?" (B. Alexe, T. Deselaers, V. Ferrari, CVPR 2010) and the ETH Technical Report #276 "Measuring the objectness of image windows" (B. Alexe, T. Deselaers, V. Ferrari, August 2011)
- ClassCut for Unsupervised Class Segmentation V1.0 (April 2011) This release covers the paper "ClassCut for Unsupervised Class Segmentation" (B. Alexe, T. Deselaers and V. Ferrari, ECCV 2010)
- Global and Efficient Self-Similarity V1.0 (August 2010) This release covers the paper "Global and Efficient Self-Similarity for Object Classification and Detection" (T. Deselaers, V. Ferrari, CVPR 2010)
- calvin upper-body detector V 1.03 (October 2011)
2d articulated human pose estimation V 1.21 (January 2011)
Software for 2D articulated human pose estimation in still images.
- Learning and detecting shape models V 1.3 (September 2009)
Matlab source code for learning shape models of object categories from unsegmented training images, and for localizing outlines of new category members in cluttered test images. Although the training stage requires the objects to be annotated only by bounding-boxes, at test time the method can localize objects up to their boundaries.
This release covers the CVPR 2007 and IJCV 2010 papers.
New in V 1.3- now exactly identical to what described in our papers and can reproduce exactly the same performance plots
- includes DR/FPPI performance curves from our papers in matlab .fig format
- won't crash on images with zero detections
- fully compatible with output of kAS detector package
- Upper-body detector and tracker V 1.0 (June 2008)
Software for detecting the upper-body of persons and tracking them through a video.
This release covers the CVPR 2008 paper.
- k Adjacent Segments detector V 1.04 (July 2010)
Matlab source code for the kAS local features detector. kAS are small groups of connected contour segments, forming paths through the Contour Segment Network of the image. Since each kAS has a well defined location, scale, and a descriptor invariant to translation and scale transformations, these features can be easily used for recognition and image matching.
New in V 1.04
+ corrected order of components of kAS descriptor in README
+ corrected Quickstart instructions in READMENew in V 1.03
+ includes routines to draw kAS overlaid on edgemaps
+ all pure matlab codeNew in V 1.02
+ documentation for all data-structures saved out in the Matlab file format. This enables access to detailed information about edgels, edgel-chains, contour segments, and kAS. For example, it is now possible to determine exactly which edgels belong to a kAS, which is useful for visualization, or for designing alternative descriptors.This release covers the PAMI 2008 paper.
- Image Exploration V 1.1 (July 2009)
C++ source code for the Image Exploration algorithm. This is a technique for automatically finding dense correspondences between multiple views of the same object or scene. The software is well suited for finding two-view correspondences as well.
This release covers the ECCV 2004 and CVPR 2004 papers. The technique was used in the CVPR 2006 and IJRR 2009 papers.
Software for upper-body detection in still images.
