ibaiGorordo commited on
Commit
0eb87fa
1 Parent(s): 97e2aa0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: gpl-3.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
+ pipeline_tag: depth-estimation
4
  ---
5
+
6
+ # LapDepth-release
7
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/monocular-depth-estimation-using-laplacian/monocular-depth-estimation-on-kitti-eigen)](https://paperswithcode.com/sota/monocular-depth-estimation-on-kitti-eigen?p=monocular-depth-estimation-using-laplacian)
8
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/monocular-depth-estimation-using-laplacian/monocular-depth-estimation-on-nyu-depth-v2)](https://paperswithcode.com/sota/monocular-depth-estimation-on-nyu-depth-v2?p=monocular-depth-estimation-using-laplacian)
9
+
10
+ This repository is a Pytorch implementation of the paper [**"Monocular Depth Estimation Using Laplacian Pyramid-Based Depth Residuals"**](https://ieeexplore.ieee.org/document/9316778)
11
+
12
+ ![LapDepth](https://raw.githubusercontent.com/tjqansthd/LapDepth-release/master/example/FIG1.png)
13
+
14
+ Minsoo Song, Seokjae Lim, and [Wonjun Kim*](https://sites.google.com/view/dcvl)
15
+ IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)
16
+
17
+ # Official Repository: [LapDepth-release](https://github.com/tjqansthd/LapDepth-release)
18
+
19
+ # License: [GPL-3.0 license](https://github.com/tjqansthd/LapDepth-release/blob/master/LICENSE)