Commit
·
8609442
1
Parent(s):
cc08cc3
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
+
pipeline_tag: depth-estimation
|
| 4 |
+
datasets:
|
| 5 |
+
- sayakpaul/nyu_depth_v2
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# LapDepth-release
|
| 9 |
+
[](https://paperswithcode.com/sota/monocular-depth-estimation-on-kitti-eigen?p=monocular-depth-estimation-using-laplacian)
|
| 10 |
+
[](https://paperswithcode.com/sota/monocular-depth-estimation-on-nyu-depth-v2?p=monocular-depth-estimation-using-laplacian)
|
| 11 |
+
|
| 12 |
+
This repository is a Pytorch implementation of the paper [**"Monocular Depth Estimation Using Laplacian Pyramid-Based Depth Residuals"**](https://ieeexplore.ieee.org/document/9316778)
|
| 13 |
+
|
| 14 |
+

|
| 15 |
+
|
| 16 |
+
Minsoo Song, Seokjae Lim, and [Wonjun Kim*](https://sites.google.com/view/dcvl)
|
| 17 |
+
IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)
|
| 18 |
+
|
| 19 |
+
# Official Repository: [LapDepth-release](https://github.com/tjqansthd/LapDepth-release)
|
| 20 |
+
|
| 21 |
+
# License: [GPL-3.0 license](https://github.com/tjqansthd/LapDepth-release/blob/master/LICENSE)
|