LapDepth-release

PWC PWC

This repository is a Pytorch implementation of the paper "Monocular Depth Estimation Using Laplacian Pyramid-Based Depth Residuals"

LapDepth

Minsoo Song, Seokjae Lim, and Wonjun Kim*
IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)

Official Repository: LapDepth-release

License: GPL-3.0 license

Usage

from model import LDRN
model = LDRN(max_depth=10.0)
model.load_state_dict(torch.load("lap_depth_nyu.pkl"), strict=False)
model.eval()
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Dataset used to train ibaiGorordo/lap-depth-nyu