PyTorch implementation of EAAI paper: "Stereo Matching on Epipolar Plane Image for Light Field Depth Estimation via Oriented Structurer".
et
- python 3.6
- pytorch 1.8.0
- ubuntu 18.04
First you have to make sure that you have all dependencies in place.
You can create an anaconda environment called ESMNet using
conda env create -f ESMNet.yaml
conda activate ESMNet
Light Field Dataset: We use HCI 4D Light Field Dataset for training and test. Please first download light field dataset, and put them into corresponding folders in data/HCInew.
Waiting
python train.py --config configs/HCInew/ESMNet.yaml
python generate.py --config configs/pretrained/HCInew/ESMNet_pretrained.yaml
If you find our code or paper useful, please consider citing:
None