Skip to content

Instantly share code, notes, and snippets.

View tusharip's full-sized avatar

Tushar pharale tusharip

View GitHub Profile
@ialhashim
ialhashim / fill_depth_colorization.py
Last active February 6, 2024 03:27
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