https://github.com/google/aperture_supervision
https://github.com/google/aperture_supervision
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/google/aperture_supervision
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2018-04-25T17:48:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T18:12:15.000Z (over 7 years ago)
- Last Synced: 2025-11-09T23:26:09.391Z (22 days ago)
- Language: Python
- Size: 10.7 KB
- Stars: 33
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-depth-estimation - Code
- awesome-depth - 1
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.