Skip to content

Code accompanying the paper "Layer-structured 3D Scene Inference via View Synthesis", ECCV 2018

License

Notifications You must be signed in to change notification settings

lijx10/layered-scene-inference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layer-structured 3D Scene Inference via View Synthesis

This code accompanies the paper

Layer-structured 3D Scene Inference via View Synthesis
Shubham Tulsiani, Richard Tucker, Noah Snavely
In ECCV, 2018.

Please note that this is not an officially supported Google product.

Project Page

This is the initial release of the Layered Scene Inference TensorFlow code for learning to infer layered depth images (LDIs) from single input views via multi-view supervision.

Training and Evaluating

You'll first need to follow the installation instructions. To subsequently train and evaluate the LDI prediction models, see the documentation for running experiments using the Synthetic or KITTI datasets.

Citation

If you use this code for your research, please consider citing:

@inProceedings{lsiTulsiani18,
  title={Layer-structured 3D Scene Inference via View Synthesis},
  author = {Shubham Tulsiani
  and Richard Tucker
  and Noah Snavely},
  booktitle={ECCV},
  year={2018}
}

About

Code accompanying the paper "Layer-structured 3D Scene Inference via View Synthesis", ECCV 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • MATLAB 1.4%