hiroaki-santo / deep-near-light-photometric-stereo

This is the project page for our ECCV2020 paper: "Deep near-light photometric stereo for spatially varying reflectances".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep near-light photometric stereo

This is the project page for our ECCV 2020 paper: "Deep near-light photometric stereo for spatially varying reflectances" by Hiroaki Santo, Michael Waechter, and Yasuyuki Matsushita. [paper]

If you use our paper or code for research purposes, please cite our paper:

@inproceedings{santo2020deep,
title = {Deep near-light photometric stereo for spatially varying reflectances},
booktitle = {European Conference on Computer Vision (ECCV)},
author = {Hiroaki Santo, Michael Waechter, Yasuyuki Matsushita},
year = {2020},
}

Environment

  • CUDA 9.0 (CuDNN 7)
  • PyTorch (1.1.0)

Dataset

Please download and extract them to PATH/TO/DATASET.

How to run

python solve.py --dataset_path PATH/TO/DATASET --obj_name {CAN/CUP/TURTLE} --output_path PATH/TO/OUTPUT

In PATH/TO/OUTPUT, the estimated normal and depth maps are stored as a npz file.

About

This is the project page for our ECCV2020 paper: "Deep near-light photometric stereo for spatially varying reflectances".


Languages

Language:Python 100.0%