Coder Social home page Coder Social logo

cpr's Introduction

CPR

Cascade pose regression ###################################################################

Cascaded Pose Regression Toolbox

Piotr Dollar (pdollar-at-caltech.edu)

###################################################################

  1. Introduction.

If using the Cascaded Pose Regression Toolbox, please cite the following work in any resulting publication:

@inproceedings{ DollarCVPR10pose, author = "P. Doll'ar and P. Welinder and P. Perona", title = "Cascaded Pose Regression", booktitle = "CVPR", year = "2010", }

###################################################################

  1. License.

This code is published under the Simplified BSD License. Please read bsd.txt for more info.

###################################################################

  1. Installation.

This code is written for Matlab (tested with versions 20010b-2012a) and requires the Matlab Image Processing Toolbox. Additionally, Piotr's Matlab Toolbox (version 3.00 or later) is also required. It can be downloaded at: http://vision.ucsd.edu/~pdollar/toolbox/doc/index.html Make sure the random ferns code in the toolbox is working (see and run the example code in classify/fernsRegTrain.m).

###################################################################

  1. Getting Started.

The code is quite compact, as is the method. Start with cprDemo.m which first generates toy data, then trains a CPR model, and finally displays the error and example results. The demo should take under 5 minutes to run, including training time. To run CPR with your own data start with cprDemo.m but replace the toy data with real data (using the same format). You may also want to update poseGt.m to define a new pose model (models in poseGt are provided for fish, mouse, and face data) and poseLabeler to label ground truth pose.

###################################################################

  1. Contents.

Code: cprApply - Apply multi stage pose regressor. cprDemo - Demo demonstrating CPR code using toy data. cprTrain - Train multistage pose regressor. poseGt - Object pose annotations struct. poseLabeler - Pose labeler for static images.

Other: bsd.txt - Simplified BSD License. readme.txt - This file.

###################################################################

  1. History / ToDo.

Version 1.0 (08/06/2012)

  • initial version

###################################################################

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.