Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 731 Bytes

Light-Field-Depth-Estimation

Light Filed Depth Estimation using cGAN

Data

Method

  • Conditional GAN using pix2pix (Tensorflow)
  • Fed 5 focal image stacks + LSTM embeddings

Run

  • Download any checkpoint from here
  • Download manual cropped data from here
  • python main.py --phase train --dataset_name scene12_v3_400

Acknowledgments

Code borrows heavily from pix2pix-tensorflow. Thanks for Yen-Chen!