Skip to content

jiangwei221/nearest_neighbor_depth_completion

Repository files navigation

NearestNeighbor Depth Completion

Use Voronoi diagram/nearest neighbor to complete a sparse depth image. Used OpenGL to achieve better performance. This can be used as the most simple basline to compare with. We use KITTI dataset.

Demo

Original sparse depth image

original_sparse_depth

Original RGB

original_rgb

NN depth completion(No use of RGB)

voronoi_completion

Confidence map

completion_confidence_map

Annotated ground truth

annotated_gt

Metrics

Method MAE RMSE
NN completion 434 2225
NN + FCN refined -- 1018

Releases

No releases published

Packages

No packages published

Languages