Home

Awesome

Pose Induction.

Shubham Tulsiani, Joao Carreira and Jitendra Malik. Pose Induction for Novel Object Categories. In ICCV, 2015.

0) Setup

cd external/caffe
cp Makefile.config.example Makefile.config
make -j 8
#edit MATLAB_DIR in Makefile.config
make matcaffe pycaffe
cd ../..

1) Demo

2) Training Models and Reproducing Experiments

This part of the codebase is still under construction. We'll update the instructions shortly.