Skip to content

Implementation of the approach described in "Understanding deep features with computer-generated imagery" , M. Aubry and B. Russell, ICCV, 2015

License

Notifications You must be signed in to change notification settings

mathieuaubry/features_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here you will find a Matlab implementation of the algorithm described in the following paper:

Mathieu Aubry and Bryan C. Russell. Understanding deep features with computer-generated imagery. ICCV 2015. PDF | BibTeX | Project page

Note that this implementation has minor differences with the one used to generate the results shown in the paper.

For any questions or feedback regarding the source code please contact Mathieu Aubry.

DOWNLOADING THE CODE:

You can download a zip file of the source code directly.

Alternatively, you can clone it from GitHub as follows:

$ git clone https://github.com/mathieuaubry/features_analysis.git

DOWNLOADING THE DATA:

To run the part of the code using CAD models, you will need to download the rendered views of the chair CAD models. Depending on the experiment you want to run, you can download the rotated CAD models or the front-facing models with varying foreground color, background color or light orientation.

Alternatively, you can use your own rendered 3D models. We plan to release our own renderer.

DEPENDENCIES:

This code uses Caffe and it's Python interface to compute CNN features. You can install it following the instructions from the caffe installation webpage

RUNNING THE CODE:

The steps of running the code are described in the "Perform Analysis" iPython notebook

ACKNOWLEDGMENTS:

We used a subset of the 3D models of ModelNet

About

Implementation of the approach described in "Understanding deep features with computer-generated imagery" , M. Aubry and B. Russell, ICCV, 2015

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published