aim-uofa / AdelaiDepth

This repo contains the projects: 'Virtual Normal', 'DiverseDepth', and '3D Scene Shape'. They aim to solve the monocular depth estimation, 3D scene reconstruction from single image problems.
Creative Commons Zero v1.0 Universal
1.07k stars 144 forks source link

where can I find the code for paper <Boosting Monocular Depth Estimation with Sparse Guided Points> #30

Closed ruolinsss closed 2 years ago

ruolinsss commented 2 years ago

Hi, I am interested in the Locally Weighted Linear Regression method in paper Boosting Monocular Depth Estimation with Sparse Guided Points. Where can I find this part code?

YvanYin commented 2 years ago

We will release the code under this project later.

maliksyria commented 2 years ago

any updates on this please @YvanYin

guangkaixu commented 2 years ago

@ruolinsss @ruolinsss Hi, the code for local recovery strategy of BoostingDepth is released at: https://github.com/guangkaixu/BoostingDepth. The training and inferencing code will be released later since this paper has not been accepted yet.