/nearest_neighbor_depth_completion

Nearest neighbor depth completion

Primary LanguagePythonMIT LicenseMIT

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