Skip to content

guoqi1123/focaltrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Focal Track

This repository accompanies Guo et al. [1], with the code of the focal track algorithm. For more information of the paper, please go to the project website http://vision.seas.harvard.edu/focaltrack/.

[Data] Raw measurements and the depth maps of 100+ scenes captured by the prototype can be found in this link.

The file focaltrack.py contains the implementation of focaltrack algorithm. For details of end-to-end training, please refer to ./extra.

For questions, please email [email protected].

You are welcome to use this code or the data for your research projects, please cite the following paper should you publish your work:

@inproceedings{Guo2017focal,
  title={Focal Track: Depth and Accommodation with Oscillating Lens Deformation.},
  author={Guo, Qi and Alexander, Emma and Zickler, Todd E},
  booktitle={ICCV},
  pages={966--974},
  year={2017}
}