Skip to content

Instantly share code, notes, and snippets.

View abubakrsiddq's full-sized avatar

Abu Bakr Siddiq abubakrsiddq

  • Bangalore, Karnataka
View GitHub Profile
@ialhashim
ialhashim / fill_depth_colorization.py
Last active May 27, 2024 21:23
Python implementation of depth filling from NYU Depth v2 toolbox
# Original Matlab code https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
#
#
# Python port of depth filling code from NYU toolbox
# Speed needs to be improved
#
# Uses 'pypardiso' solver
#
import scipy
import skimage