Skip to content

crs904620522/ESMNet

Repository files navigation

ESMNet

PyTorch implementation of EAAI paper: "Stereo Matching on Epipolar Plane Image for Light Field Depth Estimation via Oriented Structurer".

Paper

Requirements

et

  • python 3.6
  • pytorch 1.8.0
  • ubuntu 18.04

Installation

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
Dataset:

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.

ESMNet

Model weights:

Waiting

To train, run:
python train.py --config configs/HCInew/ESMNet.yaml 
To generate, run:
python generate.py --config configs/pretrained/HCInew/ESMNet_pretrained.yaml 

If you find our code or paper useful, please consider citing:

None

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages