-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,16 @@ This repository accompanies Guo et al. [1], with the code of the focal track alg | |
|
||
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]. | ||
For questions, please email [email protected]. | ||
|
||
You are welcome to use this code 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} | ||
} | ||
``` |