Skip to content

PyTorch reimplementation of the "Single Image Depth Estimation Using Fourier Domain Analysis" paper

License

Notifications You must be signed in to change notification settings

GabrielMajeri/side-fda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch implementation of "Single-Image Depth Estimation Using Fourier Domain Analysis"

Description

This repository contains an open source implementation of a CVPR 2018 paper which reconstructs the depth of a scene based on a color image of it.

The paper achieves competitive results by:

  • reusing an existing CNN architecture (ResNet-152) and extending it with some new, specialized convolutional layers

  • introducing a new loss function which improves the accuracy of the depth estimation

  • running the network on the image and on smaller cropped sections of the image, then recombining the results using Fourier domain analysis

Implementation details

The original implementation, available on the authors' site, was written in MATLAB and used Caffe. This implementation is based on the PyTorch library for doing deep learning in Python.

License

The code in this repository is licensed under the Mozilla Public License Version 2.0, see the LICENSE file for the full text.

About

PyTorch reimplementation of the "Single Image Depth Estimation Using Fourier Domain Analysis" paper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages