jiaxue1993 / DAIN

Code release for "Differential Angular Imaging for Material Recognition", CVPR 2017.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAIN

[Arxiv] [Project]

This repository contains the code for our CVPR 2017 paper:

Jia Xue, Hang Zhang, Kristin Dana, Ko Nishino
"Differential Angular Imaging for Material Recognition"
in Proc. CVPR 2017

Setup

Prerequisites

  • Ubuntu 14.04
  • NVIDIA GPU + CUDA CuDNN

Getting Started

  • Clone this repo:
git clone git@github.com:mrxue1993/DAIN.git
cd DAIN
  • Compile the code by running compile.m
  • Run runExperiment.m

Pretrained models

Datasets

You can find the database here

Acknowledgement

The code is heavily based on the twostreamfusion, it only supports single GPU, if you meet problem to run the code, please check here.

This work was supported by National Science Foundation award IIS-1421134. A GPU used for this research was donated by the NVIDIA Corporation. Thanks to Di Zhu, Hansi Liu, Lingyi Xu, and Yueyang Chen for help with data collection.

About

Code release for "Differential Angular Imaging for Material Recognition", CVPR 2017.


Languages

Language:MATLAB 40.4%Language:Cuda 34.6%Language:C++ 21.6%Language:C 2.3%Language:Shell 1.1%