EPINET: A Fully-Convolutional Neural Network using Epipolar Geometry for Depth from Light Field Images
Changha Shin, Hae-Gon Jeon, Youngjin Yoon, In So Kweon and Seon Joo Kim
IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Jun 2018
https://arxiv.org/pdf/1804.02379.pdf
Contact: changhashin@yonsei.ac.kr
pip install imageio
First, you need to download HCI Light field dataset from http://hci-lightfield.iwr.uni-heidelberg.de/. Unzip the LF dataset and move 'additional/, training/, test/, stratified/ ' into the 'hci_dataset/'.
And run python EPINET_train.py
Run python EPINET_plusX_9conv22_save.py
python EPINET_train.py
, you need to modify the line 141-142 like below
path_weight='epinet_checkpoints/EPINET_train_ckp/iter0097_trainmse2.706_bp12.06.hdf5'
Last modified date: 11/29/2018