An open API service indexing awesome lists of open source software.

https://github.com/google/aperture_supervision


https://github.com/google/aperture_supervision

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# Aperture Supervision for Monocular Depth Estimation

This repository is a code release for

[*Aperture Supervision for Monocular Depth Estimation*](https://arxiv.org/abs/1711.07933)
Pratul P. Srinivasan, Rahul Garg, Neal Wadhwa, Ren Ng, Jonathan T. Barron
Computer Vision and Pattern Recognition, 2018

This is not an official Google product.

Running this code requires the dataset from [Srinivasan 2017](https://github.com/pratulsrinivasan/Local_Light_Field_Synthesis)

This code is not quite the same as what was used in the paper, as the bilateral solver implementation used in the paper is not included in this open source release. Comments in the code indicate where the solver used to be.